sys/vfs/hammer: Fix numbering of reserved fields for vol0
[dragonfly.git] / sys / sys /
2016-08-31 zrj<sys/param.h>: Bump __DragonFly_version for global...
2016-08-31 zrjPrevent dports gcc "fixing" the last headers.
2016-08-30 Matthew Dillonkernel - More threaded core dump fixes
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-29 Matthew Dillonkernel - Attempt to fix panic during shutdown from...
2016-08-29 Tomohiro Kusumisys/kern: Make struct buf::b_dep a member of union
2016-08-28 Sascha Wildner<sys/iconv.h>: Fix typo in a comment (taken from FreeBSD).
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-13 Sascha Wildner<sys/errno.h>: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.
2016-08-13 Sascha Wildner<sys/errno.h>: Adjust whitespace (no functional change).
2016-08-08 Sascha Wildner<sys/termios.h>: Clean up the namespace.
2016-08-08 Sascha Wildner<sys/termios.h>: Adjust whitespace (no functional change).
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-08-03 Sascha Wildner<sys/types.h>: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.
2016-08-03 Sascha Wildner<sys/stat.h>: Clean up the POSIX namespace.
2016-08-03 Sascha Wildner<sys/aio.h>: Remove unneeded includes (cleans up namesp...
2016-08-03 Sascha Wildner<sys/ipc.h>: Some POSIX adjustments.
2016-08-03 Sascha Wildner<sys/shm.h>: Some POSIX adjustments.
2016-08-03 Sascha Wildner<sys/sem.h>: Some POSIX adjustments.
2016-08-03 Sascha Wildner<sys/msg.h>: Some POSIX adjustments.
2016-08-03 Sascha WildnerClean up whitespace in a few headers (no functional...
2016-08-03 Matthew Dillonkernel - Remove PG_ZERO and zeroidle (page-zeroing...
2016-07-30 Matthew Dillonkernel - Refactor cpu localization for VM page allocations
2016-07-26 Matthew Dillonkernel - Reduce atomic ops in switch code
2016-07-24 zrjsys: Extract CPUMASK macros to new <machine/cpumask.h>
2016-07-23 Matthew Dillonkernel - Fix excessive ipiq recursion (4)
2016-07-23 Matthew Dillonkernel - Fix excessive ipiq recursion (3)
2016-07-22 Matthew Dillonkernel - repurpose buffer cache entries under heavy...
2016-07-22 Matthew Dillonkernel - Refactor buffer cache code in preparation...
2016-07-21 Sascha Wildner<sys/param.h>: Fix comments.
2016-07-21 Justin C. SherrillUpdates to show "4.7". v4.7.0
2016-07-20 Matthew Dillonkernel - Fix excessive ipiq recursion (2)
2016-07-20 Matthew Dillonkernel - Fix Xinvltlb issue, fix ipiq issue, add Xsniff
2016-07-19 zrjsys: Various include guard fixes.
2016-07-19 zrjPrune _NO_NAMESPACE_POLLUTION cases.
2016-07-17 Matthew Dillonkernel - Improve physio performance
2016-07-16 Tomohiro Kusumisys/kern: Add USCHED_GET_CPUMASK for usched_set(2)
2016-07-14 zrj<signal.h>: Bring back SI_QUEUE.
2016-07-12 Matthew Dillonkernel - cleanup sys/thread.h
2016-07-12 zrj<signal.h>: Don't advertise sigqueue(2) availability.
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...
next