drm/linux: Improve request_firmware() compatibility
[dragonfly.git] / sys / kern /
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-08 Matthew Dillonkernel - Attempt to fix cluster pbuf deadlock on recurs...
2016-10-28 Matthew Dillonbuildkernel - Fix build issue w/libmd changes
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 zrjUnbreak buildkernel.
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-16 Matthew Dillonkernel - Modestly reduce default maxvnodes calculation
2016-10-16 Matthew Dillonkernel - Reduce excessive inode hash table allocations
2016-10-16 Matthew Dillonkernel - Rename desiredvnodes to maxvnodes, fix deadlock
2016-10-14 Matthew Dillonkernel - Fix improper user-space access in sys___semctl()
2016-10-09 Matthew Dillonkernel - Refactor VMX code
2016-10-08 Matthew Dillonkernel - Fix low memory process kill bug
2016-10-08 Matthew Dillonkernel - Fix a system lockup with vmm
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-27 Matthew Dillonkernel - Remove mplock from KTRACE paths
2016-09-25 Sascha Wildnerkernel/clock_gettime: Various fixes.
2016-09-21 Antonio Huete Jimenezvkernel - Fix a vkernel lockup on startup
2016-09-08 Sepherosa Ziehauuipc: Make sure that listen is completed.
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-04 Sascha Wildnerkernel/clock: Solve aa85218e6 a bit better.
2016-08-31 zrjRename getline with get_line to avoid collision with...
2016-08-30 Sascha Wildnerkernel: Remove useless if (...).
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 - Fix coredump race with threaded processes
2016-08-29 Matthew Dillonkernel - Remove coredump spew on console
2016-08-29 Matthew Dillonkernel - Attempt to fix panic during shutdown from...
2016-08-29 Matthew Dillonkernel - Fix STOP/CONT race
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-18 Sascha Wildnerkernel/vfs: Sort pathconf cases in the default pathconf.
2016-08-08 Matthew Dillonkernel - Add workaround for improper yield in ACPI...
2016-08-08 Matthew Dillonkernel - Remove some debug output
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-05 Matthew Dillonkernel - Fix kern.proc.pathname sysctl
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 Matthew Dillonkernel - Remove PG_ZERO and zeroidle (page-zeroing...
2016-07-31 Matthew Dillonkernel - Refactor cpu localization for VM page allocati...
2016-07-30 Matthew Dillonkernel - Refactor cpu localization for VM page allocati...
2016-07-30 Matthew Dillonkernel - cleanup vfs_cache debugging
2016-07-30 Matthew Dillonkernel - Refactor cpu localization for VM page allocations
2016-07-29 Matthew Dillonkernel - Cleanup namecache stall messages on console
2016-07-29 Matthew Dillonkernel - Fix rare tsleep/callout race
2016-07-28 Matthew Dillonkernel - Be nicer to pthreads in vfork()
2016-07-28 Matthew Dillonkernel - Fix getpid() issue in vfork() when threaded
2016-07-27 Matthew Dillonsystat - Restrict %rip sampling to root
2016-07-26 Matthew Dillonkernel - Fix namecache race & panic
2016-07-26 Matthew Dillonkernel - Reduce atomic ops in switch code
2016-07-25 Matthew Dillonkernel - Fix mountctl() / unmount race
2016-07-25 Matthew Dillonkernel - Close a few SMP holes
2016-07-25 Matthew Dillonkernel - Cut buffer cache related pmap invalidations...
2016-07-24 zrjsys: Extract CPUMASK macros to new <machine/cpumask.h>
2016-07-24 Matthew Dillonkernel - Fix TDF_EXITING bug, instrument potential...
2016-07-24 Matthew Dillonkernel - Add vfs.repurpose_enable, adjust B_HASBOGUS
2016-07-23 François Tigeotkernel: Fix compilation
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-20 Matthew Dillonkernel - Fix excessive ipiq recursion (2)
2016-07-20 Matthew Dillonkernel - Fix excessive ipiq recursion
2016-07-20 Matthew Dillonkernel - Fix Xinvltlb issue, fix ipiq issue, add Xsniff
2016-07-19 Matthew Dillonkernel - Fix realtime inconsistency
2016-07-17 Matthew Dillonkernel - Improve physio performance
2016-07-17 Matthew Dillonkernel - Refactor Xinvltlb (3)
2016-07-16 Tomohiro Kusumisys/kern: Add USCHED_GET_CPUMASK for usched_set(2)
2016-07-10 Matthew Dillonkernel - Reduce stalls, refactor lwkt_switch() core.
2016-07-10 Matthew Dillonkernel - Fix stalls during major token contention
2016-07-07 Matthew Dillonkernel - New threads should not inherit the sigaltstack
2016-07-04 zrjFix <machine/varargs.h> use cases.
2016-06-29 Matthew Dillonkernel - Enhance buffer flush and cluster_write lineari...
2016-06-29 Matthew Dillonkernel - Enhance buffer flush and cluster_write linearity
2016-06-26 Matthew Dillonkernel - Fix panic in error path of nvextendbuf()
2016-06-25 Matthew Dillonkernel - Misc bug fixes and enhancements
2016-06-24 Sepherosa Ziehauintr: Allow drivers to register high frequency interrupt.
2016-06-22 Sepherosa Ziehauintr: Force unshareble interrupt setting
2016-06-21 Matthew Dillonkernel - Enhance debug.ncvp_debug debugging
2016-06-20 Imre Vadászkernel - Fix typo in ppoll entry in sys/kern/syscalls.
2016-06-20 Sepherosa Ziehauintr: Avoid implicit padding
2016-06-19 Matthew Dillonkernel - Implement PIE (place independent executables)
2016-06-19 Imre Vadaszkernel - Implement ppoll system call with precise micro...
2016-06-16 Sepherosa Ziehaucputimer: Add per-cpu handler and private data for...
2016-06-13 Sepherosa Ziehaux86_64/timer: Xtimer is generic enough for per-cpu...
2016-06-13 Sepherosa Ziehaukern: Update virtual machine detection a bit
2016-06-11 Matthew Dillonkernel - B_IODEBUG -> B_IOISSUED
2016-06-11 Matthew Dillonkernel - Instrument vnode pager error
2016-06-10 Matthew Dillonkernel - Try to improve 'Warning: vfsync skipped dirty...
2016-06-09 Sascha Wildnerkernel/modnext: Improve the flow a bit regarding settin...
2016-06-08 Matthew Dillonkernel - Fix some clustering issues
2016-06-08 Tomohiro Kusumisys/kern: Make nlookup() keep ESTALE on retry
2016-06-02 Tomohiro Kusumisys/kern: Don't implement .vfs_sync unless sync is...
2016-06-02 Tomohiro Kusumiautofs: Port autofs from FreeBSD
2016-06-02 Tomohiro Kusumisys/kern: Retry nlookup if nresolve returned ESTALE
next