hammer2 - Add feature to allow sector overwrite, fix meta-data check code
[dragonfly.git] / sys / sys /
2016-07-09 Sascha Wildner<sys/systm.h>: Remove a leftover prototype.
2016-07-04 zrjsys/sys: Protect len and inout parameters in _IOC defin...
2016-06-25 Matthew Dillonkernel - Misc bug fixes and enhancements
2016-06-24 Sepherosa Ziehauintr: Allow drivers to register high frequency interrupt.
2016-06-21 Sascha Wildner<sys/poll.h>: Some namespace cleanup.
2016-06-19 Imre Vadaszkernel - Implement ppoll system call with precise micro...
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Complete vmbus initialization; interrupt...
2016-06-16 Sepherosa Ziehaucputimer: Add per-cpu handler and private data for...
2016-06-13 Sepherosa Ziehauhyperv: Initial import. It only contains non-intr...
2016-06-13 Sepherosa Ziehaukern: Update virtual machine detection a bit
2016-06-11 Matthew Dillonkernel - B_IODEBUG -> B_IOISSUED
2016-06-02 Tomohiro Kusumiautofs: Port autofs from FreeBSD
2016-06-02 Tomohiro Kusumisys/sys: Fix IOCPARM_MAX
2016-06-02 Tomohiro Kusumisys/sys: Extend IOCPARM_MAX
2016-06-02 Tomohiro Kusumisys/kern: Add kqueue EVFILT_FS
2016-06-02 Tomohiro Kusumisys/kern: Add kstrndup()
2016-05-26 Sepherosa Ziehautcp: Make setsockopt(2) TCP_{NODELAY,NOPUSH,NOOPT,FASTK...
2016-05-24 Imre Vadászkernel - Add struct mbufq stuff from FreeBSD to sys...
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosAdjust files for libarchive-3.2.0 import.
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-08 Sascha WildnerRemove some duplicated #include's in thread.h and queue.h.
2016-05-05 Sascha Wildner<sys/msg.h>: Define msglen_t and msgqnum_t, use them...
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-04-13 zrjcpuctl(4): Sync with FreeBSD
2016-03-21 Imre Vadászsys/boot/pc32: Move howto_names definition to sys/boot.h.
2016-03-21 Imre Vadászsys/sys/linker.h: Add MODINFOMD_FW_HANDLE constant...
2016-03-19 Sascha WildnerAdd a kenv(2) system call for better handling of the...
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-08 François Tigeotkernel/sysctl: Add SYSCTL_OUT_STR()
2016-03-07 zrj<sys/select.h>: Provide timespec structure.
2016-03-04 Sepherosa Ziehaukqueue: Only allow one thread to register event to...
2016-03-02 Sepherosa Ziehaukqueue: Use wakeup_one based on # of threads sleep...
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-23 Sepherosa Ziehaukqueue: Nuke unused code
2016-02-13 Imre Vadaszkernel/pc64: Add support for efi memory map parsing...
2016-02-13 Sascha Wildner<sys/un.h>: Use a standard type for sockaddr_un's sun_len.
2016-02-13 Sascha Wildner<sys/un.h>: Whitespace adjustments (no functional change).
2016-02-12 Sepherosa Ziehaukqueue: Remove unused global kqueue token
2016-02-10 zrjsys/boot: Simplify MAKEBOOTDEV macro
2016-02-10 zrjgpt.h: Add few more GPT GUIDs
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-02-05 Sascha Wildner<unistd.h>: Use #if 0 for _POSIX_SAVED_IDS. Update...
2016-02-01 John Marinobump __DragonFly_version for library privatizaton
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-27 Sascha Wildner<sys/unistd.h>: Comment some POSIX options.
2016-01-26 zrjCorrect BSD License clause numbering from 1-2-4 to...
2016-01-26 zrjRemove advertising header from sys/
2016-01-14 Sascha Wildner<sys/wait.h>: Clean up a bit.
2016-01-14 Sascha Wildner<sys/wait.h>: Whitespace cleanup (no functional change).
2016-01-06 Sascha Wildnerkernel/tmpfs: Add _PC_2_SYMLINKS support. getconf(1...
2016-01-03 Sepherosa Ziehaukqueue: Move notifymsglist out of kqinfo
2016-01-02 Sascha Wildnerkernel: Add flsll(). Identical to flsl().
2015-12-31 Sascha WildnerBump our copyrights to 2016. Happy new year! :)
2015-12-29 Sepherosa Ziehaukqueue: Don't check list against NULL; list is never...
2015-12-22 Matthew Dillonlibc - Add quick version for the context management...
2015-12-21 Sascha Wildner<sys/param.h>: Bump __DragonFly_version for the unionfs...
2015-12-21 Sascha Wildnerkernel: Remove VT_UNION.
2015-12-21 Sascha Wildnerkernel: Adjust some comments to the unionfs removal.
2015-12-21 Sascha Wildnerkernel: Remove the old unionfs that was unhooked from...
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-12-04 Ben Woolleykqueue: Bring in EV_RECEIPT and EV_DISPATCH from FreeBSD
2015-12-04 Sepherosa Ziehausocket: so_ref 0->1 transition is valid for an aborted...
2015-12-02 Sascha Wildnerdevfs(9): Rename DEVFS_DECLARE_CLONE_BITMAP to DEVFS_DE...
2015-11-28 Sepherosa Ziehaukevent: Fix comment
2015-11-27 Sepherosa Ziehausocket: Make sure so_refs will not go from 0 to 1
2015-11-23 Justin C. SherrillMoving master to version 4.5. v4.5.0
2015-11-22 Sascha Wildnerkernel/libkern: Add strnlen() (from FreeBSD) and use it.
2015-11-20 Sepherosa Ziehaudevice: Add device_getenv_string()
2015-11-19 Sepherosa Ziehaupthread: Add lwp_setname(2) and implement pthread_set_n...
2015-11-18 Matthew Dillonhammer2 - Present hardlink solution, misc stability...
2015-11-17 Matthew Dillonlibc - Add 'xlink' chflags
2015-11-16 Sascha Wildnerkernel: Remove more syslink remains (headers and a...
2015-11-16 Sascha Wildnerkernel: Fix three declarations of (obsolete) syscalls.
2015-11-16 Sepherosa Ziehaukinfo: Deliver address of kernel thread
2015-11-15 John MarinoTweak cdefs.h (no functional change)
2015-11-14 Sepherosa Ziehauuipc: Port Unix socket domain GC from FreeBSD.
2015-11-14 Matthew Dillonkernel - Fix comment type-o
2015-11-14 Matthew Dillonkernel - Fixes for usb modems
2015-11-13 Sascha WildnerRemove <malloc.h> from the system.
2015-11-11 Matthew Dillonkernel - Remove dsched
2015-11-07 John Marinotree.h: Restore ability to generate static functions
2015-11-07 François Tigeotdrm/i915: Rename the kernel module to i915.ko
2015-11-06 Sascha Wildner<sys/cdefs.h>: Align some indent (no functional change).
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-03 John Marinolib: hook libelf and libexecinfo (in order) into the...
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-11-02 zrjsocket/recvfrom: Add MSG_CMSG_CLOEXEC support
2015-10-30 Sepherosa Ziehausocket: Add accept4 syscall and bump __DragonFly_version
2015-10-30 Sepherosa Ziehausocket/socketpair: Add SOCK_{NONBLOCK,CLOEXEC} support.
2015-10-29 Sepherosa Ziehauudp: Save original protocol processing port for later...
2015-10-21 Sascha WildnerFix visibility of various functions in a number of...
2015-10-20 Sepherosa Ziehausocket/tcp: Implement asynchronized pru_attach for TCP
next