libc/rpc: Fix a reference of an uninitialized variable.
[dragonfly.git] / sys / kern /
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
2013-10-11 Matthew Dillonkernel - Performance optimization pass
2013-10-11 François Tigeotkernel: Add a method to get the bus's bus_dma_tag_t
2013-10-11 Matthew Dillonkernel - Optimize sync and msync for tmpfs and nfs
2013-10-11 Matthew Dillonkernel - Optimize vfs_msync() when MNTK_THR_SYNC is...
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic (3)
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic (2)
2013-10-11 Matthew Dillonkernel - Add vsyncscan() infrastructure
2013-10-10 Matthew Dillonkernel - Attempt to fix tty race
2013-10-09 Matthew Dillonkernel - Fix pgrp and session ref-count races
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-09-26 Matthew Dillonkernel - Fix ifnet scan race in ipv6
2013-09-20 Matthew Dillonhammer2 - Merge Mihai Carabas's VKERNEL/VMM GSOC projec...
2013-09-14 Matthew Dillonkernel - Fix issue revealed by new yield code
2013-09-14 Matthew Dillonkernel - Misc adjustments used by the vkernel and VMM...
2013-09-13 Sepherosa Ziehautcp: Use mbuf jcluster (4K) in sosendtcp(); improve...
next