hammer2 - more dmsg/separation work, add nmasters field to inode
[dragonfly.git] / sys / kern /
2014-04-19 Markus Pfeifferkernel: fix buildkernel by adding include to subr_diski...
2014-04-09 Matthew Dillonkernel - Add mandatory config hooks delay
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-03-28 Sascha Wildnerkernel/cpu_topology: Fix a casting issue in the topolog...
2014-03-20 Joris Giovannangelikernel: check that p_ucred is not NULL before calling...
2014-03-15 Antonio Huete Jimenezkernel - Add allproc_hsize global
2014-03-10 Sepherosa Ziehauchgsbsize: Optimize for x86_64 by avoid uidinfo spinlock
2014-03-09 Sepherosa Ziehauchgsbsize: Reduce cover range of uidinfo spinlock
2014-03-09 Markus Pfeifferkernel: Fixup KERN_PROC_PATHNAME sysctl
2014-03-05 Sascha Wildnerkernel: Adjust type of vmm_guest to enum vmm_guest_type.
2014-03-04 Antonio Huete Jimenezkernel/vfs - Fix a refcount check in vclean_unlocked()
2014-03-04 Sascha Wildnerkernel: Add more detailed VM detection.
2014-03-02 minuxkern: fix integer underflow in exec_shell_imgact.
2014-02-27 Sascha Wildnerkernel: Remove {msg,sem,shm}sys() syscalls.
2014-02-27 Matthew Dillonkernel - Try to catch possible bug in getnewbuf()
2014-02-25 Matthew Dillonkernel - Change add_buffer_randomness() a little
2014-02-20 Sascha Wildnerkern/dsched_bfq: Remove local NULL, and some whitespace...
2014-02-13 Sascha Wildnerkernel: Fix topology fallout for vkernel and i386.
2014-02-12 Mihai CarabasCPU Topology: add support for Compute Units on AMD...
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-02-06 Sepherosa Ziehaumwait/spin: Push sysctl into machdep code
2014-02-02 Sascha Wildnerkernel/sched_setscheduler: Fix return value.
2014-02-01 Sepherosa Ziehaucputimer/intr: Move powersaving intr cputimer switching...
2014-01-29 Johannes Hofmanntaskqueue: locking fix
2014-01-25 Sepherosa Ziehaumwait: Allow treating interrupts as break-event for...
2014-01-21 Markus Pfeifferdevfs: add passing of file pointer through to dev_dclose
2014-01-21 Markus PfeifferApply patches to enable get/set_cdevpriv
2014-01-21 Johannes Hofmannadd file pointer to dev_d*() functions
2014-01-17 Sascha Wildnerkernel: Make eventhandler_{register,find_list}()'s...
2014-01-10 François Tigeotsysctl: Partial sync with FreeBSD
2014-01-10 Sepherosa Ziehaucputimer/intr: Restart only if the intr cputimer is...
2014-01-10 Matthew Dillonkernel - Fix bug in last commit to sys_generic.c
2014-01-09 Matthew Dilloncyapa - Introduce better three-finger button emulation
2014-01-09 Matthew Dillonkernel - Add another prototype skeleton to subr_input.c
2014-01-09 Sepherosa Ziehauserialize: Rework adaptive enter
2014-01-07 Matthew Dillonkernel - Initial cyapa driver and input skeleton
2014-01-07 Matthew Dillonkernel - Create dev/smbus infrastructure
2014-01-06 François Tigeotdevice attachment: no lock necessary
2014-01-05 François Tigeotkernel: Stop using the mplock to protect device attachment
2014-01-05 François Tigeotkernel: Remove useless get/rel_mplock() sequence
2014-01-05 François Tigeotkernel: Sync resource_string_value() with FreeBSD
2014-01-04 François Tigeotkernel: Add the KERN_PROC_PATHNAME sysctl
2014-01-04 François Tigeotkernel: Sync the sbuf(9) subsystem with FreeBSD
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-18 Nicolas Therykernel: forbid ptrace on system processes
2013-12-12 Matthew Dillonkernel - Add cache_isopen()
2013-12-12 Matthew Dillonkernel - Fix rare buffer cache deadlock
2013-12-10 Sepherosa Ziehaucallout: Fix callout_terminate() if the callout_reset...
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-12-04 Matthew Dillonkernel - Fix SMP races with vnode cluster fields
2013-11-27 Sascha Wildnerkernel/i386: Remove two Makefiles used for tag generation.
2013-11-27 Sascha Wildnerkernel: Clean up sys/kern/Makefile and sys/emulation...
2013-11-26 Sascha WildnerRemove the <sys/syscall-hide.h> header file.
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-22 Alexandre Perrinkernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
2013-11-21 Sascha Wildnerkernel: Remove random_poll().
2013-11-18 Matthew Dillonkernel - Fix ESTALE handling in stat() and access()
2013-11-15 Matthew Dillonkernel - Performance tuning (4)
2013-11-14 Matthew Dillonkernel - Performance tuning (3)
2013-11-14 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-11 Matthew Dillonkernel - Fix lock/delete race in the namecache
2013-11-11 Matthew Dillonkernel - Correct bug in buf/bio locking work
2013-11-09 Matthew Dillonkernel - Fix bug in e11efbb
2013-11-09 Matthew Dillonkernel - Performance tuning
2013-11-09 Matthew Dillonkernel - Fix lockmgr LK_UPGRADE bug
2013-11-09 Sascha Wildnerkernel: Mark two variables as being used by KKASSERT...
2013-11-08 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-08 Matthew Dillonkernel - slotimer is MPSAFE, fix degenerate mplock...
2013-11-08 Matthew Dillonkernel - Improve SMP collision statistics
2013-11-07 Matthew Dillonkernel - Fix memory leak, clean up kernel slab fragment...
2013-11-07 Matthew Dillonkernel - Remove most buffer_map contention on 64-bit...
2013-11-05 Matthew Dillonkernel - Fix vn_syncer_add panic with UFS
2013-11-01 Matthew Dillonkernel - Improve panic handling
2013-10-30 Sepherosa Ziehaumsgport: Add putport_oncpu; helps scheduling netisr...
2013-10-30 Sepherosa Ziehaumsgport: Merge several sendmsg functions
2013-10-25 Sascha Wildnerkernel/vmm: Rename struct guest_options to vmm_guest_op...
2013-10-25 Matthew Dillonkernel - Remove proc_token, replace proc, pgrp, and...
2013-10-25 Matthew Dillonkernel - proc_token removal pass stage 1/2
2013-10-25 Matthew Dillonkernel - Replace global vmobj_token with vmobj_tokens...
2013-10-24 Matthew Dillonkernel - Improve vfork/exec and wait*() performance
2013-10-24 Matthew Dillonkernel - more SMP optimizations in the VM system
2013-10-23 Matthew Dillonkernel - proc_token performance cleanups
2013-10-23 Matthew Dillonkernel - general cleanup and mplock removal
2013-10-22 Matthew Dillonkernel - Cleanup vfs_lock & ref-count states states (2)
2013-10-22 Matthew Dillonkernel - Cleanup vfs_lock & ref-count states states
2013-10-21 Matthew Dillonkernel - Rewrite lockmgr / struct lock
2013-10-21 Sascha Wildnerkernel - Rewrite vnode ref-counting code to improve...
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-17 Matthew Dillonkernel - Add sysctl kern.random
2013-10-17 Matthew Dillonkernel - Use shared spinlock for namecache hash
2013-10-17 Matthew Dillonkernel - namecache clock performance improvement
2013-10-16 Matthew Dillonkernel - Fix panic in sysctl_kern_proc()
2013-10-15 Matthew Dillonkernel - Fix spin_lock_shared() race
2013-10-15 Matthew Dillonkernel - more vfs syncer stuff
2013-10-14 Matthew Dillonkernel - Fix bug last commit (2)
2013-10-14 Matthew Dillonkernel - Fix bug last commit
2013-10-14 Matthew Dillonkernel - Fix hammer recovery crash (due to recent synce...
2013-10-14 Matthew Dillonkernel - Use per-cpu token for deadlwps list
2013-10-12 Matthew Dillonkernel - Greatly improve concurrent fork's and concurre...
2013-10-11 Matthew Dillonkernel - Fix bug when running swapon a gpt slice
next