release engineering - Bump master to 2.9
[dragonfly.git] / sys / kern /
2010-10-18 Matthew Dillonkernel - Fix race in bio_track_wait()
2010-10-06 Antonio Huete Jimenezsend(2) - Add MSG_NOSIGNAL flag.
2010-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-10-04 Sascha Wildnerkernel: Add some __printflike()'s to protect against...
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-30 Matthew Dillonkernel - Fix MP race in kmalloc/kfree
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-28 Matthew Dillonkernel - Move action_list out of vm_page, and change...
2010-09-28 Matthew Dillonkernel - Greatly reduce kernel memory use for x86_64
2010-09-27 Matthew Dillonkernel - Fix incorrect vfs.cache sysctls (x86_64)
2010-09-27 Matthew Dillonkernel - Fix NFS server deadlock
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-25 Matthew Dillonkernel - Fix rare token overwrite race
2010-09-25 Matthew Dillonkernel - Bring devfs_assume_knotes() uptodate and fix...
2010-09-25 Matthew Dillonkernel - Remove debugging kprintf
2010-09-24 Matthew Dillonkernel - Close big race in kqueue
2010-09-24 Matthew Dillonkernel - Close small race in kqueue
2010-09-24 Matthew Dillonkernel - Work through some memory leaks in dsched
2010-10-03 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-23 Matthew Dillonkernel - Enable EVFILT_WRITE for /dev/null, /dev/zero...
2010-09-22 Matthew Dillonkernel - Remove some debugging kprintfs
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-20 Antonio Huete Jimenezelf - Fill sv_name with the appropiate value for each...
2010-09-19 Matthew Dillonkernel - Correct bug in malloc_type ks_memuse/ks_inuse...
2010-09-19 Matthew Dillonkernel - cleanup and some KTR work for x86_64
2010-09-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-19 Matthew Dillonkernel - Attempt to fix two out-of-order read MP races
2010-09-19 Sascha WildnerFix UP kernel build.
2010-09-18 Matthew Dillonkernel - Optimize kfree() to greatly reduce IPI traffic
2010-09-18 Sascha Wildnerkernel: Remove #include <sys/mutex.h> if <sys/mutex2...
2010-09-17 Matthew Dillonnetwork - Zero out m_len / m_pkthdr.len in m_get*(...
2010-09-17 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-17 Matthew Dillonnetwork - Fix race in accept() - try #2
2010-09-17 Matthew Dillonkernel - Add lwkt_relpooltoken()
2010-09-17 Matthew Dillonnetwork - Fix race in accept()
2010-09-17 Sascha Wildnerkernel: Staticize some dev_ops and adjust a name in...
2010-09-16 Matthew Dillonnetwork - Allow asynchronous shutdown and fix a MP...
2010-09-16 Matthew Dillonnetwork - Add assertions for direct messaged calls
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-16 Matthew Dillonkernel - Make interrupt thread preemption programmable
2010-09-16 Samuel J. Greearkernel - Rename the sndtok to sndtok
2010-09-15 Matthew Dillonnetwork - Protect so_rcv sockbuf in udp and unix domain...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Matthew Dillonnetwork - Protect soreceive() from backend
2010-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-13 Matthew Dillonkernel - swapoff - regenerate system calls
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-09-13 Venkatesh SrinivasFix !INVARANTS build and reformat token asserts for...
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races (2)
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-12 Matthew Dillonkernel - Fix one-cycle MP race in vshouldmsync()
2010-09-12 Matthew Dillonnetwork - Assert that the packet's data has not overrru...
2010-09-11 Matthew Dillonkernel - cleanup & assertions in mbuf code
2010-09-11 Matthew Dillonkernel - Fix mprace in kern_objcache
2010-09-11 Matthew Dillonnetwork - Correct double free of mbuf during reboot
2010-09-11 Matthew Dillonnetwork - Fixes for wpa, general sockets.
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-10 Alex Hornunghardclock - Get proc_token for ksignal
2010-09-10 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-10 Venkatesh Srinivaskernel - Convert mpipe global token to per-pipe tokens.
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Matthew Dillonkernel - Finish MPSAFEing uipc_mbuf.c
2010-09-09 Matthew Dillonkernel - MPSAFE kern_mpipe.c
2010-09-07 Samuel J. Greearkernel - Expose mpsafe/collision internals of kq token...
2010-09-07 Matthew Dillonkernel - Refactor kqueue interlocks
2010-09-06 Matthew Dillonkernel - Fix panic when X11 intercepts console (III)
2010-09-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-09-06 Matthew Dillonkernel - Add required kq_token around timer event
2010-09-05 Matthew Dillonkernel - Fix panic when X11 intercepts console (II)
2010-09-05 Matthew Dillonkernel - Fix panic when X11 intercepts console
2010-09-05 Matthew Dillonkernel - More pty fixes
2010-09-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-04 Matthew Dillonkernel - More tty/pty fixes
2010-09-01 Matthew Dillonboot system and buildkernel - Additional work
2010-09-01 Matthew Dillonkernel - Fix token mismatch in tty code.
2010-08-31 Matthew Dillonkernel - Fixup for UP build
2010-08-31 Matthew Dillonkernel - Add a workaround for tty_token during low...
2010-08-31 Matthew Dillonkernel - Fix td_xpcount when pushing a preemption
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Alex Hornungspinlocks - adjust man pages and *_quick_* routines
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Alex Hornungcoretemp, sensors - Adjust spinlocks
2010-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-30 Matthew Dillonkernel - Switch to exclusive spinlocks in kern_descrip.c
2010-08-30 Matthew Dillonkernel - Refactor uidinfo a little
2010-08-30 Matthew Dillonkernel - Refactor plimit a little
2010-08-30 Matthew Dillonkernel - kobj code cleanup
2010-08-30 Matthew Dillonkernel - Compact KOBJOPLOOKUP() kobj method core macro
2010-08-29 Matthew Dillonkernel - Fix UP build
2010-08-29 Matthew Dillon MPSAFE TTY - Fix deadlock in reporting of probe errors.
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Alex Hornungkern_sensors - MPSAFE
next