kernel - Add missing KNOTE's
[dragonfly.git] / sys / kern / sys_mqueue.c
2010-07-14 Samuel J. Greearkernel - Add missing KNOTE's
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-11 Samuel J. Greearkernel - Tear out descriptor polling
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
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-07 Rui PauloMerge branch 'master' into net80211-update
2010-04-06 Stathis Kamperismqueues: selwakeup() needs the MP lock to be held
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-06 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-23 Stathis Kamperismqueues: Add sysctl for max message count in a queue.
2010-01-17 Stathis Kamperismqueues: Reduce diffs with NetBSD.
2010-01-16 Stathis Kamperismqueues: Fix deadlock situation.
2010-01-15 Stathis Kamperismqueues: Partially sync with NetBSD.
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-14 Stathis Kamperismqueues: Remove duplicate code.
2010-01-14 Stathis Kamperismqueues: Return EINVAL upon invalid timeout request.
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-12 Sascha WildnerRemove inclusion of <sys/cdefs.h> from kernel .c files.
2009-12-03 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-14 Jan LentferMerge branch 'vendor/LESS' into less_update
2009-11-07 Aggelos EconomopoulosMerge branch 'vendor/OPENSSL'
2009-11-06 UserMerge branch 'vendor/OPENSSL'
2009-10-28 Simon SchubertMerge branch 'vendor/BINUTILS220' into bu220
2009-10-28 Simon SchubertMerge branch 'vendor/GCC44' into gcc442
2009-10-20 Simon SchubertMerge branch 'vendor/GDB' into gdb7
2009-10-17 Stathis Kamperismqueues: Remove left-over commented out code.
2009-10-17 Stathis Kamperismqueues: Remove left-over commented out code.
2009-10-11 Stathis Kamperismqueues: Port POSIX message queues from NetBSD.