ath - Fix a mismatch in the module options.
[dragonfly.git] / sys / kern /
2010-04-19 Alex Hornungdsched, dsched_fq - Major cleanup
2010-04-19 Alex Hornungdsched - Periph.: call dsched_exit on thread exit
2010-04-16 Sascha WildnerAdd more __printflike()'s and fix resulting fallout.
2010-04-16 Sascha Wildner<sys/kthread.h>: Add some __printflike()'s.
2010-04-16 Sascha Wildnerdsched: Fix x86_64 buildkernel.
2010-04-15 Alex Hornungdsched - Change loader policy tunables (again)
2010-04-15 Alex Hornungdsched - change loader tunables
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-04-15 Alex Hornungdsched - Implement priorities and other improvements
2010-04-15 Alex Hornungdsched - Tie the dsched framework into the system
2010-04-15 Alex Hornungdsched - import the I/O scheduler framework dsched
2010-04-14 Matthew DillonMerge remote branch 'rpaulo/net80211-update'
2010-04-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-14 Rui PauloFix kernel build.
2010-04-13 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-04-13 Rui PauloMerge branch 'master' into net80211-update
2010-04-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-12 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-04-08 Joe Talbottfirmware - Import FreeBSD's firmware API.
2010-04-07 Rui PauloMerge branch 'master' into net80211-update
2010-04-06 Stathis Kamperismqueues: selwakeup() needs the MP lock to be held
2010-03-30 Sylvestre Gallonvadvise depend of COMPAT_43.
2010-03-30 Sylvestre GallonAllow kernel to be compile without SYSV[SHM|MSG|SEM]
2010-03-30 Sylvestre GallonAllow kernel to be compile without _KPOSIX_PRIORITY_SCH...
2010-03-30 Sylvestre GallonAllow the kernel to be compile without KTRACE option.
2010-03-29 Matthew Dillonkernel - Fix NULL pointer dereference on forced unmount
2010-03-29 Matthew Dillonkernel - Fix bug in biowait()
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-28 Matthew Dillonkernel - Fix cluster_read random I/O heuristic
2010-03-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-28 Matthew Dillonkernel - Correct syscalls.master for shmat()
2010-03-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-28 Matthew Dillonkernel - Fix shmat() for 64-bit
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 DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
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 Rui PauloMerge branch 'master' into net80211-update
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 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-18 Rui PauloMerge branch 'master' into net80211-update
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 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-05 Samuel J. Greearkernel - Remove msf buffer code
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-26 Rui PauloRemove m_colapse().
2010-02-25 Samuel J. Greearkernel - Remove msf_buf dependency from VFS Journals
2010-02-25 Simon Schubertcondvar: add implementation
2010-02-25 Samuel J. Greearkernel - Initialize xio->xio_bytes properly in xio_init...
2010-02-24 Rui PauloBring in m_append() from FreeBSD.
2010-02-24 Rui PauloMerge branch 'master' into net80211-update
2010-02-23 Rui PauloMerge branch 'master' into net80211-update
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-22 Rui PauloBring in m_colapse() from FreeBSD.
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-19 Rui PauloBring m_align() from FreeBSD.
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
next