getwc.3: Fix typo.
[dragonfly.git] / sys / kern /
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...
2013-09-13 Sepherosa Ziehaumbuf: Fix jcluster support
2013-09-10 Matthew Dillonkernel - Fix process blocking forever if ^Z'd at the...
2013-09-05 Matthew Dillonkernel - Change time_second to time_uptime for all...
2013-08-31 Sascha Wildnerkernel: Fix some void functions returning the results...
2013-08-29 Sepherosa Ziehautcp: Implement random initial msgport
2013-08-28 Sepherosa Ziehautcp: Implement asynchronous pru_connect
2013-08-23 Sascha Wildnerkernel: Remove another syslink related file which was...
2013-08-20 Sepherosa Ziehauuipc: Reference the originator thread if asynchronized...
2013-08-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2013-08-17 Matthew Dillonkernel - Fix SMP race in mtx*() code.
2013-08-16 Matthew Dillonkernel - Fix bug in SO_NOSIGPIPE when socket fp called...
2013-08-16 Matthew Dillonvkernel - Module loading for vkernel64
2013-08-15 Matthew Dillonkernel - Add missing reltoken/LWPRELE in signal error...
2013-08-12 Sepherosa Ziehauuipc: Set up netmsg's socket properly before perform...
2013-08-10 Sascha Wildnerkernel: Start removing syslink.
2013-08-08 Sascha Wildnerkernel/libutil: UNIX98_PTYS has been default long enoug...
2013-08-06 Matthew Dillonkernel - Adjust impossible conditions in kdmsg_state_*()
2013-08-05 Sepherosa Ziehausocket: SO_LINGER only affects sockets that have been...
2013-08-02 Matthew Dillonkernel - Fix panic when usched is used to force a cpu...
2013-08-02 Matthew Dillonkernel - Fix sendfile() based deadlock
2013-08-02 Matthew Dillonkernel - Fix panic when usched is used to force a cpu...
2013-08-01 Sascha WildnerAdjust two devfs manual pages and some comments to...
2013-08-01 Sepherosa Ziehautcp: Allow socket/syncache inheritance between SO_REUSE...
2013-07-31 Matthew Dillonkernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin
2013-07-30 Johannes Hofmanndrm2: Port d_mmap_single() from FreeBSD
2013-07-30 Sascha Wildnerkernel/bus: Remove NULL check after kmalloc with M_INTW...
2013-07-24 François Tigeotkernel: Update taskqueue subsystem
2013-07-22 François TigeotRemove duplicated bitstring.h file
next