Remove obsolete SLIP_IFF_OPTS kernel option (now net.sliffopts tunable).
[dragonfly.git] / sys /
2015-11-16 Sascha WildnerRemove obsolete SLIP_IFF_OPTS kernel option (now net...
2015-11-15 Sepherosa Ziehauinpcb: Unbreak SO_REUSEPORT support.
2015-11-15 Sepherosa Ziehauudp: Fix bind races due to async close and random socke...
2015-11-15 Sepherosa Ziehautcp: Fix bind races due to async close and random socke...
2015-11-15 John MarinoTweak cdefs.h (no functional change)
2015-11-14 Imre Vadaszdrm: Fix previous commit
2015-11-14 Imre Vadaszdrm: Handle DRM_CAP IOCTLs for querying cursor width...
2015-11-14 François Tigeotdrm: Import memchr_inv() from NetBSD
2015-11-14 John Marinoboot loader: Improve code of elf header initialization
2015-11-14 François Tigeotdrm: Implement a few missing functions from linux/timer.h
2015-11-14 François Tigeotdrm: Add list_replace_init()
2015-11-14 François Tigeotdrm: Implement signal_pending()
2015-11-14 Sepherosa Ziehaustyle: Fix white spaces
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 WildnerSome adjustments to the recent dsched removal.
2015-11-13 François Tigeotkernel/drm: Fix an unitialized variable warning when...
2015-11-13 Sascha WildnerRemove <malloc.h> from the system.
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Don't expect destroy() to set config...
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Add a comment on race on unload
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Fix device counter handling
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor alloc/free functions...
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor alloc/free functions...
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor alloc/free functions...
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor alloc/free functions...
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor alloc/free functions...
2015-11-12 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor alloc/free functions...
2015-11-12 Sepherosa Ziehauuipc: Release token in the proper order on unconnected...
2015-11-11 Matthew Dillonkernel - Remove dsched
2015-11-11 Matthew Dillondrm - Fix kldload issue
2015-11-11 François Tigeotdrm: Add nsecs_to_jiffies()
2015-11-10 Matthew Dillonkernel - Improve tcp starting window
2015-11-09 Sepherosa Ziehauuipc: Use taskqueue to run GC.
2015-11-09 Sepherosa Ziehauuipc: No need to call sorflush() before unp_gc()
2015-11-09 Tomohiro Kusumisys/dev/disk/dm: Check if target has registered handlers
2015-11-09 Tomohiro Kusumisys/dev/disk/dm: Rename aprint_debug() to dmdebug()
2015-11-09 Tomohiro Kusumisys/dev/disk/dm: Add dm_alloc_string()
2015-11-09 Tomohiro Kusumisys/dev/disk/dm: Remove misleading code/comment on...
2015-11-08 Imre Vadászdrm: Don't leak memory from linux_workqueue.c
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor TAILQ_HEAD structure
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Fix table/info priority
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Use uint32_t for flags
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Change DM_XXX_FLAG() to inline functions
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Cleanup dm_dbg_print_flags()
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Whitespace cleanups
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Fix typo
2015-11-07 John Marinotree.h: Restore ability to generate static functions
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Refactor dm_table_status_ioctl()
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Don't force targets to implement table...
2015-11-07 François Tigeotdrm: Add ktime_get_raw_ns()
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Remove unnecessary dump=NULL;
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Remove upcall handler
2015-11-07 François Tigeotdrm/i915: Rename the kernel module to i915.ko
2015-11-07 Imre Vadászdrm: Make dev.dri.X node creation work properly with...
2015-11-07 Imre Vadászcorepower: Use rdmsr_safe to check availibility of...
2015-11-06 Sascha Wildnerkernel/if_re: Add support for the Realtek 8168H.
2015-11-06 Sascha Wildner<sys/cdefs.h>: Align some indent (no functional change).
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Disable 2nd level bio_done handler...
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Add 2nd level bio_done handler for...
2015-11-06 Tomohiro Kusumisys/kern/vfs: Add comment on buf(9) manpage
2015-11-06 Tomohiro Kusumisys/kern/vfs: Fix wrong function name in panic()
2015-11-06 Tomohiro Kusumisys/kern/vfs: Fix wrong function name in kprintf/panic
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Remove redundant kprintf in dm strategy
2015-11-06 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ITOB() macro
2015-11-06 Sepherosa Ziehauuipc: Use token for rights counting
2015-11-06 Sepherosa Ziehauuipc: Factor out unp_{add,del}_right()
2015-11-05 Sepherosa Ziehauuipc: Consolidate unp_drop()
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 Sepherosa Ziehauuipc: Use fdrop instead of closef
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-04 Sepherosa Ziehauuipc: Use CTASSERT to simplify the externalize/internal...
2015-11-04 Sepherosa Ziehauuipc: Remove unnecessary unp_token in unp_dispose()
2015-11-04 Sepherosa Ziehausocket: Dispose rights directly in soreceive(), if...
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-03 Sepherosa Ziehauuipc: Reduce token coverage on detach path
2015-11-03 Sepherosa Ziehauuipc: Remove unnecessary socket ref/unref on detach...
2015-11-03 Sepherosa Ziehauuipc: Hold unp_token before calling unp_find_lockref()
2015-11-03 John Marinolib: hook libelf and libexecinfo (in order) into the...
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-11-02 François Tigeotdrm: Add ACCESS_ONCE()
2015-11-02 zrjsocket/recvfrom: Add MSG_CMSG_CLOEXEC support
2015-11-01 Imre Vadászdrm: Simplify the initialization of the hw.dri sysctl...
2015-11-01 Imre Vadászif_vtnet: Add support for indirect buffers. Activate...
2015-11-01 Imre Vadászvirtio: Add indirect buffers support to common virtio...
2015-11-01 François Tigeotdrm/radeon: Export PCI ID
2015-11-01 Tomohiro Kusumisys/dev/disk/dm: Add error count for stripe device
2015-11-01 Tomohiro Kusumisys/dev/disk/dm: Don't statically allocate MAX_STRIPES...
2015-11-01 Antonio Huete Jimenezvkernel - Override max-page-size for ld.*
2015-11-01 Antonio Huete Jimenezvkernel - Bring back .hash section
2015-10-31 Sascha Wildnerkernel/drm: In linux/types.h, remove the duplicate...
2015-10-31 Sascha Wildnerkernel/drm: In linux/kernel.h add missing parentheses...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Remove misleading comment
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Fix sanity checks for striped target...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Fix sanity checks for striped target...
next