sys/vfs/hammer: Add HAMMER_DATA_DOALIGN() and variants
[dragonfly.git] / sys / sys /
2016-11-04 Sascha Wildner<sys/cdefs.h>/<machine/stdint.h>: Fix __STDC_VERSION__...
2016-11-02 John MarinoBump __DragonFly_version after md/crypt/ressl conflict...
2016-11-01 Sascha Wildner<sys/cdefs.h>: Remove some duplicate definitions.
2016-10-31 Matthew Dillonkernel - Add trackpoint and elantech mouse support
2016-10-29 Sascha Wildner<sys/efi.h>: Move the efi_next_descriptor() macro to...
2016-10-28 Matthew Dillonbuild - Rewire secure, remove conflicts from libmd...
2016-10-27 François Tigeotkernel: Rename the struct behind device_t to bsd_device
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-25 Sascha WildnerRemove <sys/stdbool.h>. The kernel has bool etc. in...
2016-10-24 Sascha Wildnerkernel: Mark some syscalls obsolete which are really...
2016-10-24 zrj<sys/cdefs.h>: Rework __weak_reference() macro.
2016-10-24 zrjUnbreak buildkernel.
2016-10-24 Matthew Dillonlibcrypt - Internalize additional symbols
2016-10-21 zrj<wchar.h>: Add support for compilers -fshort-wchar.
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-18 Sascha Wildner<sys/types.h>: Add definitions of bool, true and false...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-16 Matthew Dillonkernel - Reduce excessive inode hash table allocations
2016-10-16 Matthew Dillonkernel - Rename desiredvnodes to maxvnodes, fix deadlock
2016-10-08 Matthew Dillonkernel - Fix a system lockup with vmm
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-10-03 Sascha WildnerSplit out <sys/_termios.h> for struct termios and the...
2016-09-29 zrj<sys/cdefs.h> Also add __malloclike to lint case.
2016-09-24 zrjUse recently added attributes in few standard headers.
2016-09-24 zrjstyle(9): Perform some cleanup in few standard headers.
2016-09-24 zrj<sys/cdefs.h>: Add support for alloc_align, alloc_size...
2016-09-24 zrj<sys/cdefs.h>: Be more careful with _Noreturn.
2016-09-24 zrj<sys/cdefs.h>: Move __warn_unused_result__ to 3.4
2016-09-24 zrj<sys/cdefs.h>: Style(9) fixes.
2016-09-16 John MarinoBelatedly bump DF version after SSL libraries were...
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
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.
next