kernel - Add callout debugging
[dragonfly.git] / sys / kern /
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.
2018-10-27 Matthew Dillonlibc - Add kpmap shortcut for gettimeofday()
2018-10-20 Matthew Dillonkernel - Remove two debug messages
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-10-15 Matthew Dillonkernel - Fix NUMA contention due to assymetric memory
2018-10-11 Sascha Wildnerkernel: Clean up syscalls.master a bit more.
2018-10-11 Sascha Wildnersyscalls.master: Remove a leftover semicolon.
2018-10-11 Sascha Wildnerkernel/libc: Remove sigstack() remains.
2018-10-06 Sascha Wildnerkernel: Add further support for fixed-width integer...
2018-10-06 Matthew Dillonkernel - Refactor tty clist code (2)
2018-10-04 Matthew Dillonkernel - Fix missing tokens in killalllwps()
2018-10-04 Matthew Dillonkernel - Refactor tty clist code
2018-10-04 Matthew Dillonkernel - Refactor tty_token, fix SMP performance issues
2018-10-04 Sascha Wildnerkernel/lwkt_token: Fix indent.
2018-10-04 Matthew Dillonkernel - Change pool token hash
2018-09-30 Matthew Dillonsystem - Add wait6(), waitid(), and si_pid/si_uid sigin...
2018-09-29 Sascha Wildner<sys/random.h>: Further cleanup.
2018-09-25 Matthew Dillonkernel - Macro additional builtin's (3)
2018-09-25 Matthew Dillonkernel - Do not overwrite uap args in system calls
2018-09-25 Matthew Dillonkernel - Remove lwkt_msg from sysunion in syscall code
2018-09-25 Matthew Dillonkernel - Optimize kmalloc() + bzero()
2018-09-25 Matthew Dillonkernel - Optimize bcopy, bzero, memset
2018-09-19 Matthew Dillonkernel - Fix early boot interrupt race
2018-09-19 Matthew Dillonkernel - Bump sysctl default limits for unix domain...
2018-09-19 Matthew Dillonkernel - Introduce separate sysctls for seqpacket limits
2018-09-09 Sascha Wildnerkernel: Add some missing __printflike()s.
2018-09-05 Imre Vadászkernel - Avoid a race between dfly_schedulerclock and...
2018-09-03 Markus Pfeifferkernel: unbreak buildkernel
2018-09-03 Matthew Dillonkernel - Fix missing brelse() in error path
2018-08-30 Matthew Dillonkernel - Fix a third missing wakeup() in kern_lock.c
2018-08-29 Matthew Dillonkernel - Fix startup race in usched_dfly
2018-08-24 Matthew Dillonkernel - Fix two missing wakeup()s in kern_lock.c
2018-08-23 Matthew Dillonkernel - Update AMD topology detection, scheduler NUMA...
2018-08-18 Matthew Dillonkernel - remove BUF_TIMELOCK use in fast flush pass
2018-08-13 Matthew Dillonkernel - Clear bp->b_error prior to initiating write I/O
2018-08-05 Aaron LI<net/if.h>: Do not include <net/if_var.h> for _KERNEL
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-21 Sepherosa Ziehaumbuf: Reduce objcache name verbosity.
2018-07-21 Sepherosa Ziehauobjcache: Add sysctl to expose objcache statistics.
2018-07-20 Sascha Wildnerkernel/sysctl: Add handling of uint32_t.
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-07-04 Sepherosa Ziehauobjcache: Add stat counting # of exhaustion.
2018-07-04 Sepherosa Ziehauobjcache: Move rarely used but useful bits into their...
2018-07-04 Sepherosa Ziehauobjcache: Use u_long for stats.
2018-07-03 Sepherosa Ziehauobjcache: Fix comment indentation.
2018-07-03 Sepherosa Ziehauobjcache: Use __predict for predictable conditions.
2018-07-02 Sepherosa Ziehauobjcache: Fix comment style
2018-07-02 Sepherosa Ziehauobjcache: Constify object cache name.
2018-06-30 Tomohiro Kusumisys/kern: Make condvar(9) support mutex(9)
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-15 Matthew DillonKernel - Fix getvfsstat()/getfsstat() count w/ NULL...
2018-06-06 Matthew Dillonkernel - Fix umtx (pthread_mutex etc) race in kernel
2018-05-29 Matthew Dillonkernel - Add support for MosChip PCIe serial com, and...
2018-05-20 Matthew Dillonkernel - Change closefrom() EINTR behavior
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 Sascha Wildnerkernel: Include <sys/ttydefaults.h> where appropriate.
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-08 Matthew Dillonkernel - Optimize syscall path, remove old unused compa...
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-05-04 Matthew Dillonkernel - Remove kthread exit debug kprintf()s
2018-05-04 Matthew Dillonkernel - Fix spinlock bug introduced with windowing (2)
2018-05-02 Matthew Dillonkernel - Fix spinlock bug introduced with windowing
2018-04-28 Matthew Dillonkernel - Adjust the scheduler to fix nice +N glitches
2018-04-27 Matthew Dillonkernel - Fix several usched nits
2018-04-23 Matthew Dillonkernel - Remove cache ping-pong on common scheduler...
2018-04-23 Matthew Dillonkernel - Improve lockf performance
2018-04-23 Matthew Dillonkernel - Improve namecache performance
2018-04-23 Matthew Dillonkernel - Improve kern_dup() performance
next