<sys/random.h>: Further cleanup.
[dragonfly.git] / sys / kern /
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
2018-04-23 Matthew Dillonkernel - Carefully refactor contended tokens and spinlo...
2018-04-23 Matthew Dillonkernel - Fix statistics accounting bug in kfree()
2018-04-23 Matthew Dillonkernel - Carefully refactor contended tokens and spinlocks
2018-04-23 Matthew Dillonkernel - Remove performance pessimization with INVARIANTS
2018-04-23 Matthew Dillonkernel - cleanup kern_descrip.c
2018-04-23 Matthew Dillonkernel - Localize [in]activevnodes globals, improve...
2018-04-23 Matthew Dillonkernel - Minor rollup cleanup
2018-04-22 Matthew Dillonkernel - Remove SMP bottlenecks on uidinfo, descriptors...
2018-04-22 Matthew Dillonkernel - Remove SMP bottlenecks on uidinfo, descriptors...
2018-04-22 Matthew Dillonkernel - Refactor lwkt_token pool hash
2018-04-22 Matthew Dillonkernel - per-thread fd cache, p_fd lock bypass
2018-04-20 Matthew Dillonkernel - Implement td_limit reflection of p_limit
2018-04-19 Matthew Dillonkernel - Handle spinlock indefinite wait edge case
2018-04-18 Matthew Dillonkernel - Add dirty vnode management facility
2018-04-17 Matthew Dillonkernel - Improve spinlock performance a bit
2018-04-15 Sepherosa Ziehaukern: Unbreak compilation w/o INVARIANTS
2018-03-23 Matthew Dillonkernel - Fix namecache leak / broken hysteresis
2018-03-21 Matthew Dillonkernel - Fix quickhalt panic-on-reboot
2018-03-20 Matthew Dillonkernel - Attempt to fix high vnlru cpu use
2018-03-19 Matthew Dillonkernel - Implement QUICKHALT shortcut for unmounting...
2018-03-19 Matthew Dillonkernel - Fix deadlock during halt/reboot
2018-03-17 Matthew Dillonkernel - Fix udev devfs leak and possible panic
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-17 Matthew Dillonkernel - Improve spinlock performance
2018-03-17 Matthew Dillonkernel - Clarify vsyncscan() operation
2018-03-17 Matthew Dillonkernel - Fix rare race in mutex ownership transfer
2018-03-10 Matthew Dillondisklabel64 - Make disktype optional, fix alignment bug
2018-03-06 Sascha Wildnerkernel/extp{read,write}v: Change ioccnt from u_int...
2018-02-18 Imre Vadászkern - Add D_MEM flag to /dev/mem and /dev/kmem charact...
2018-02-14 Matthew Dillonkernel - Vet b_cmd in swap_pager_strategy().
2018-02-14 Matthew Dillonkernel - Fix rare missed wakeup() in lockmgr
2018-02-14 Matthew Dillonkernel - Document bkvasync() requirements
2018-02-14 zrjkernel: Add security.ptr_restrict sysctl.
2018-02-14 zrjworld: Remove references to %r and %b.
2018-02-14 zrjkernel: Remove use of "%b" format in main kernel code.
2018-02-14 zrjkernel: Implement "%pb%i" as args safe "%b" replacement.
2018-02-14 zrjkernel: Nuke legacy FreeBSD "%r" format support.
2018-02-14 zrjkernel: Implement makedev_unit_b32()
2018-02-14 Matthew Dillonkernel - Try to fix delayed mtime updates on SHARED...
2018-02-11 Matthew Dillonkernel - syntax
2018-02-11 Matthew Dillonkernel - Fix two rare namecache bugs
2018-02-04 Matthew Dillonkernel - Do not panic on media size of zero in disk_probe()
2018-02-01 zrjkernel: Avoid empty macros.
2018-01-21 zrjkernel/bus: Avoid panic on NULL passed to kfree().
2018-01-16 Matthew Dillonkernel - Add a global priority hack for ACPI
2018-01-11 zrjkernel/sysv: Fix wrong assignment.
next