route: ensure RTM_IFINFO is sent first when bring interface down/up
[dragonfly.git] / sys / kern /
2019-09-04 Roy MarplesMerge dhcpcd-8.0.4 from branch 'vendor/DHCPCD'
2019-08-28 Antonio Huete Jimenezjail - Remove MPLOCK
2019-08-28 Antonio Huete Jimenezjail - Rework sysctl configuration variables
2019-08-24 Matthew Dillondrm - Refactor task_struct and implement mm_struct
2019-08-21 Matthew Dillonkernel - merge m_pulldown() bug fix
2019-08-20 Sascha WildnerMerge remote-tracking branch 'remotes/crater/vendor...
2019-08-17 Matthew Dillonkernel - Fix race in sys_shmmat()
2019-08-07 Roy Marplessocket: introduce SO_RERROR to detect receive buffer...
2019-07-28 Sascha Wildner<sys/buf2.h>: Remove a number of unneeded #include's.
2019-07-25 Matthew Dillonkernel - Replace kmalloc_cachealign() with kmalloc...
2019-07-02 Matthew Dillonkernel - Fix lwp_tid ranging error
2019-06-19 Matthew Dillonkernel - Change fill_kinfo_lwp() and fix top
2019-06-18 Aaron LIjail.8: Document sysctl entries jail.{allow_raw_sockets...
2019-06-18 Aaron LIjail: Implement read-only sysctl "jail.jailed"
2019-06-17 zrjkernel: Make <sys/md4.h> and <sys/md5.h> exclusive...
2019-06-13 Matthew Dillonkernel - Fix gdb / tracing
2019-06-12 Sascha WildnerUse some standard type names better.
2019-05-30 Sascha Wildnerkernel/sysctl: Switch kern.osrevision to showing __Drag...
2019-05-30 Matthew Dillonkernel - Don't block in tstop() with locks held
2019-05-28 Matthew Dillonkernel - Refactor scheduler weightings part 2/2.
2019-05-26 Matthew Dillonkernel - Backout 'Reduce token backoff'
2019-05-26 Matthew Dillonkernel - Refactor scheduler weightings part 1/2.
2019-05-25 Matthew Dillonkernel - pipe locks are not needed in the kqueue event...
2019-05-25 Matthew Dillonkernel - Reduce token backoff
2019-05-23 Sascha Wildnerkernel: Remove two more unneeded .PATHs.
2019-05-22 Matthew Dillonkernel - Reduce/refactor nbuf and maxvnodes calculations.
2019-05-20 Matthew Dillonkernel - VM rework part 12 - Core pmap work, stabilize...
2019-05-18 Matthew Dillonkernel - Remove improper direct user-space access
2019-05-18 Sascha Wildnerkernel: Don't include <sys/user.h> in kernel code.
2019-05-18 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-05-15 Matthew Dillonkernel - VM rework part 8 - Precursor work for terminal...
2019-05-12 Matthew Dillonkernel - VM rework part 7 - Initial vm_map_backing...
2019-05-12 Matthew Dillonkernel - VM rework part 5 - Cleanup
2019-05-10 Matthew Dillonkernel - VM rework part 3 - Cleanup pass
2019-05-10 Matthew Dillonkernel - VM rework part 2 - Replace backing_object...
2019-05-10 Matthew Dillonkernel - __read_mostly pass on vfs_subr
2019-05-10 Matthew Dillonkernel - __read_mostly pass on vfs_cache
2019-05-10 Matthew Dillonkernel - __read_mostly pass on lwkt_thread
2019-05-09 Matthew Dillonkernel - Quick pass add __read_frequently
2019-05-03 Matthew Dillonkernel - Implement debug function w/kern.logsigexit > 1
2019-05-03 Matthew Dillonkernel - Fix serious bug in MAP_STACK, deprecate auto...
2019-05-03 Matthew Dillonpthreads and kernel - change MAP_STACK operation
2019-05-01 Matthew Dillonkernel - Add kern.ipc.soaccept_reuse and set default...
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/XZ'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBARCHIVE'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBRESSL'
2019-04-22 zrjkernel/tty: Use GID_TTY for non root users by default.
2019-04-16 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2019-04-07 zrjKernel: Minor whitespace cleanup in kern_kinfo.c.
2019-03-31 Tomohiro Kusumisys/vfs/fuse: Add initial FUSE support
2019-03-31 Tomohiro Kusumisys/kern: Add struct file* arg to VOP_{GETATTR,SETATTR...
2019-03-30 Sascha Wildnerkernel: Remove two duplicate #include's.
2019-03-28 Matthew Dillonkernel - Try to ensure a uniform fsid for exports (2)
2019-03-28 Matthew Dillonkernel - Try to ensure a uniform fsid for exports
2019-03-28 Matthew Dillonkernel - Rewrite the callout_*() API (4)
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API (3)
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API (2)
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API
2019-03-27 Matthew Dillonkernel - Refactor vm_map structure 1/2
2019-03-27 Matthew Dillonkernel - Fix df and unmount of bad NFS volumes
2019-03-18 Matthew Dillonkernel - Fix info->si_code for waitid() (2)
2019-03-18 Matthew Dillonkernel - Fix info->si_code for waitid()
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-14 Sascha Wildneri386 removal, part 71/x: Remove legacy FreeBSD brand.
2019-03-02 Matthew Dillonkernel - Add callout debugging
2019-03-02 Sascha Wildnerkernel: Remove numerous #include <sys/thread2.h>.
2019-02-28 Matthew Dillonkernel - Add /dev/part-by-label
2019-02-28 Matthew Dillonkernel - Slightly change the behavior of MADV_NOSYNC...
2019-02-28 Matthew Dillonkernel - Document possible dead code
2019-02-22 Sascha WildnerRemove <sys/semaphore.h> so that we have <semaphore...
2019-02-18 Matthew Dillonkernel - Implement sbrk(), change low-address mmap...
2019-01-14 Sascha Wildnerkernel: Hide the sysctl.debug sysctl in the SYSCTL_DEBU...
2019-01-05 Sascha Wildnerkernel: Remove kernel profiling bits.
2018-12-28 Sascha Wildnerkernel: Remove more duplicate includes.
2018-12-27 Matthew Dillonkernel - Throw a global lock around udev dictionary ops
2018-12-23 Sascha Wildnerkernel: Add descriptions to the p1003_1b sysctls.
2018-12-23 Sascha Wildnerkernel: Populate the p1003_1b sysctl tree a bit more.
2018-12-08 Matthew Dillonkernel - Fix rare vref() assertion
2018-12-07 Matthew Dillonkernel - Improve umount operation
2018-12-05 Matthew Dillonkernel - Add trigger_syncer(), VFS_MODIFYING()
2018-11-30 Sascha Wildnerkernel: Move some old unused stuff out of the way.
2018-11-29 Matthew Dillonkernel - Cleanup blist debug code (2)
2018-11-29 Matthew Dillonkernel - Fix nstopped SMP race during core dump
2018-11-29 Matthew Dillonkernel - Cleanup blist debug code
2018-11-25 Matthew Dillonkernel - Fix probable callout race
2018-11-22 Antonio Huete Jimenezkernel: Move vnode_index to sys/vnode.h
2018-11-21 Matthew Dillonkernel - Refactor inum stat data for sockets
2018-11-21 Matthew Dillonkernel - Add uid, gid, and inum to stat data for pipes
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-11-06 Imre Vadászkernel - Fix typo from b227f3f50d5dc0f when filling...
2018-11-06 Imre Vadászkernel - Make the wdog.h and gpio.h includes conditiona...
2018-11-06 Imre Vadászkernel - Fix build when neither INET nor INET6 options...
2018-10-31 Matthew Dillonkernel - Fix getsockname() on unnamed AF_LOCAL sockets
2018-10-27 Sascha Wildner<sys/sysproto.h>: Add back one needed newline and regen...
2018-10-27 Sascha Wildner<sys/sysproto.h>: Fix excessive newlines.
next