mandoc(1): Update to 1.9.19.
[dragonfly.git] / sys / kern /
2010-03-24 Alex Hornungremove several leftover debug kprintfs
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-24 Matthew Dillonkernel - Turn on vfs.cache_mpsafe by default
2010-03-23 Matthew Dillonvkernel64 - Cleanup, unbreak 32 bit
2010-03-23 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew Dillonkernel - Change the vfs.vm_cycle_point default from...
2010-03-22 Sascha WildnerClean up some specfs remains.
2010-03-21 Sascha Wildnervkernel64: Additional adjustments (amd64 -> x86_64...
2010-03-21 Jordan Gordeev/dev/klog: Ensure correct results in computation.
2010-03-21 Jordan Gordeevvkernel64: Add a warning when KERNBASE is used.
2010-03-21 Jordan Gordeevvkernel64: Add bug workaround.
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-17 Alex Hornungkern_{get,set}sockopt - invalid value check
2010-03-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-16 Matthew Dillonkernel - Fix kernel memory leak in devfs disk_probe()
2010-03-16 Matthew Dillonkernel - rework struct nchstats for systat
2010-03-16 Alex Hornungkern_synch - unbreak UP build
2010-03-15 Matthew Dillonkernel - change tsleep related idents to const volatile...
2010-03-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-14 Alex Hornungvfs_synth - rewrite
2010-03-14 Alex Hornungnlookup - introduce nlookup_init_root
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-03-08 Samuel J. Greearkernel - Restore ability to thaw checkpoints
2010-03-05 Samuel J. Greearkernel - Remove msf buffer code
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-03-02 Matthew Dillonkernel - cleanup some unnecessary casts
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-25 Samuel J. Greearkernel - Remove msf_buf dependency from VFS Journals
2010-02-25 Samuel J. Greearkernel - Initialize xio->xio_bytes properly in xio_init...
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-22 Matthew Dillonkernel - Refactor vnode_free_list, vnode reuse algorithm
2010-02-22 Matthew Dillonkernel - swapcache - Fix snocache and cache flags propa...
2010-02-22 Matthew Dillonkernel - Remove some debug kprintf()s
2010-02-20 Matthew Dillonkernel - disklabel64 - Increase partition start alignme...
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-17 Matthew Dillonkernel - SWAP CACHE part 20/many - add 'cache' and...
2010-02-14 Matthew Dillonkernel - disklabel64 - Adjust partition base to be...
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-14 Matthew Dillonkernel - Cleanup, add assertions in the vnode freeing...
2010-02-13 Matthew Dillonkernel - More readdirplus deadlock avoidance work
2010-02-13 Matthew Dillonkernel - fix bug in objcache_destroy()
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-12 Matthew Dillonkernel - TMPFS - Initial port of NetBSD's tmpfs
2010-02-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-02-11 Matthew Dillonkernel NFS - Fix another deadlock in the readdirplus...
2010-02-11 Matthew Dillonkernel - Fix "cleaned vnode isn't" panic
2010-02-11 Matthew Dillonkernel - sysref - Fix vnode interlock for 1->0 transition
2010-02-09 Matthew Dillonkernel - Fix bug in cahce_fromdvp() as uesd by NFS...
2010-02-09 Matthew Dillonkernel - slab allocator - Refactor struct kmemusage
2010-02-09 Matthew Dillonkernel - SWAP CACHE part 16/many - Correct bug in kern_...
2010-02-08 Matthew Dillonkernel - Improve cluster_read()
2010-02-08 Aggelos EconomopoulosBring in a simple event tracing library and POC utility
2010-02-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-06 Matthew Dillonx86_64 kernel - Increase buffer cache and vnode resourc...
2010-02-06 Matthew Dillonkernel - Close MP race in vnode allocation code
2010-02-06 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-05 Matthew Dillonkernel - slab allocator
2010-02-05 Matthew Dillonkernel - fix panic on reboot when swap populated
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 8/many - Add the swap cache...
2010-02-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 5/many - Change vm_pindex_t...
2010-02-03 Matthew Dillonkernel - jails - Fix NULL pointer deref in prison_remot...
2010-02-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 2/many - Remove VM pager lists
2010-01-31 Sascha WildnerPOSIX says mprotect(2)'s first argument shall not be...
2010-01-28 Matthew Dillonkernel - Even more buffer cache / VM coherency work
2010-01-26 Matthew Dillonkernel - More buffer cache / VM coherency work
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-23 YONETANI TomokazuFix kernel build for UP+KTR
2010-01-23 Stathis Kamperismqueues: Add sysctl for max message count in a queue.
2010-01-22 Matthew Dillonkernel - NFS - fix another B_CLUSTEROK / B_NEEDCOMMIT...
2010-01-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-21 Matthew Dillonkernel - reduces kern.maxvnodes on machines with less...
2010-01-20 Matthew Dillonkernel - Fix bug in recent defered-zap namecache code.
2010-01-20 Sascha Wildnersyscalls.master: List all auto-generated files.
2010-01-19 Matthew Dillonkernel - Add new bufcache/VM consolidated API, fsx...
2010-01-19 Sascha Wildnersched_rr_get_interval(2): Use copyout(9) for the interv...
2010-01-18 Matthew Dillonkernel - Finish implementing PG_RAM / pipelined mmap...
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2010-01-17 Matthew Dillonkernel - do not wire user pages in sysctl
2010-01-17 Stathis Kamperismqueues: Reduce diffs with NetBSD.
2010-01-16 Stathis Kamperismqueues: Fix deadlock situation.
2010-01-16 Matthew Dillonkernel - fix MP lock mismatch in sys_lwp_rtprio()
2010-01-15 Stathis Kamperismqueues: Partially sync with NetBSD.
2010-01-15 Matthew Dillonkernel - Fix not-quite-nonblocking VX lock in allocfree...
2010-01-15 Matthew Dillonkernel - Fix mislocated __vbusy()
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-15 Matthew Dillonkernel - Increase default kern.maxfiles from (maxproc...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2010-01-14 Stathis Kamperismqueues: Remove duplicate code.
next