mqueues: Add librt (realtime library).
[dragonfly.git] / sys / kern /
2009-10-11 Stathis Kamperismqueues: kern_descrip.c: Make badfo*() functions non...
2009-10-11 Stathis Kamperismqueues: vfs_subr: Add vaccess() method consumed by...
2009-10-11 Stathis Kamperismqueues: Add system calls.
2009-10-11 Stathis Kamperismqueues: Port POSIX message queues from NetBSD.
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-10-04 Stathis Kamperissyscalls.master: Fix typo in comment.
2009-10-04 Alex Hornungkern_shutdown - Add led and wdog magic
2009-10-04 Alex Hornungwdog - Watchdog framework, initial commit
2009-10-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-10-02 Alex Hornungtaskqueue - Beautify thread names
2009-10-02 Alex Hornungtaskqueue - Mark taskq threads MPSAFE again
2009-10-02 Alex Hornungtaskq - Make consumer tasks MPALMOSTSAFE
2009-10-02 Matthew Dillonktrace - Add kern.ktrace_suid, allowing suid/sgid execs...
2009-10-02 Matthew Dillontaskq - Fix SMP spinlock recursion
2009-10-02 Matthew Dillontaskq - Fix SMP panic due to incorrect lwkt_setpri...
2009-10-02 Matthew Dillonlwkt - Add lwkt_setpri_initial()
2009-10-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-10-02 Alex Hornungmbuf - Add m_apply and m_getptr
2009-10-02 Alex Hornungkern_descrip - Remove leftover debug from devfs
2009-10-02 Alex Hornungtaskqueue - Improve _start_threads, refactor code
2009-10-01 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-09-30 Matthew Dillonkernel - close holes in autoconf's run_interrupt_driven...
2009-09-30 Matthew Dillonkernel - add missing M_ZERO in taskqueue_create()
2009-09-30 Simon 'corecode... Merge commit 'crater/master'
2009-09-30 Simon 'corecode... Fix chdir/fchdir for setuid/setgid binaries
2009-09-30 Simon 'corecode... Merge branch 'vendor/TCSH'
2009-09-30 Alex Hornungtaskqueue - Major overhaul
2009-09-30 Alex Hornunglksleep - Add lksleep for lockmgr locks
2009-09-30 Simon SchubertFix exec from setuid/setgid binaries
2009-09-28 Thomas NikolajsenDEVFS - Add probing of OpenBSD slices
2009-09-25 Alex Hornungdevfs - Change make_dev_covering to use dev_ops
2009-09-25 Alex Hornungtty_pty - Use different dev_ops for unix98 ptys
2009-09-22 Matthew Dillonkernel - Fix kqueue and SIGIO operation on pipes
2009-09-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-22 Matthew DillonKernel - Fix NOTE_EXIT.
2009-09-20 Alex Hornungdisk - Also probe NetBSD slices for labels
2009-09-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-19 Sascha WildnerRestrict visibility of lwkt_schedule_remote() to SMP.
2009-09-14 Matthew DillonKernel - change sync_on_panic default to 0
2009-09-13 Matthew DillonDEVFS - Wait an extra 2 seconds before looking for...
2009-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-13 Matthew DillonDEVFS - Fix unprintables in serial numbers reported...
2009-09-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Alex Hornungdiskmbr - Don't use 'tempname', use dsname()
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Stathis Kamperisgetcwd: Return proper error codes.
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Alex Hornungdisk - use make_dev_covering instead of make_dev
2009-09-11 Alex Hornungdevfs - Add new make_dev_covering
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Matthew DillonKERNEL - Implement a poor man's ioscheduler using sys...
2009-09-09 Matthew DillonMBUF - Do not limit an objcache common pool to 10 magaz...
2009-09-09 Matthew DillonMBUF - Account for failed allocations so netstat -m...
2009-09-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-08 Matthew DillonPIPE - Fix a panic introduced by the last commit.
2009-09-08 Simon Schubertmodules: add/correct module versions and depends
2009-09-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-05 Matthew DillonPIPE - Fix more races in the pipe code
2009-09-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-05 Sepherosa Ziehausoopt_from_kbuf: Use szmin(), since both len and sopt_v...
2009-09-05 Sepherosa Ziehausockopt: Short circuit most of the code in soopt_from_k...
2009-09-05 Aggelos Economopoulosadd KTR_CTXSW option to log context switches
2009-09-03 Simon Schubertmodules: add elf_obj linker for amd64
2009-09-03 Simon Schubertmodules: pull in most of FreeBSD's module linker changes
2009-09-03 Simon Schubertmodules: drop a.out module support
2009-09-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-03 Alex Hornungsubr_disk - add debug info
2009-09-03 Matthew DillonTCP - Reduce context switching when handling large...
2009-09-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-01 Matthew DillonKernel - Disk - do not bother trying to read the MBR...
2009-09-01 Alex Hornungpty - Introduce unix98 ptys
2009-09-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-01 Alex HornungELF - allow execution of shared objects
2009-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-30 Matthew DillonKernel - replace unbounded uses of kvcprintf() and...
2009-08-30 Matthew DillonKernel - add ksnrprintf() and friends.
2009-08-29 Sascha WildnerFix typo: aquire -> acquire.
2009-08-28 Simon SchubertMerge commit 'crater/master'
2009-08-28 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-28 Simon SchubertMerge branch 'vendor/GCC'
2009-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-28 Matthew DillonKernel - Close VM/BIO races and document.o
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-25 Matthew DillonFix issue1314 - panic when exporting -public flag
2009-08-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-25 Matthew Dillonkernel - Add support for %z[d,x,etc].
2009-08-25 Matthew DillonAMD64 - Fix format conversions and other warnings.
2009-08-25 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-24 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Matthew DillonKernel - more NFS fixes, more dirty bit fixes, remove...
2009-08-24 Matthew DillonKernel - Fix issues with vnode_pager_setsize() (effects...
2009-08-24 Matthew DillonRename msleep() to ssleep().
2009-08-24 Matthew DillonRename serialize_sleep() to zsleep()
2009-08-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-23 Nicolas Theryadd faccessat(2) syscall
2009-08-23 Nicolas Theryvfs: add support for incoming faccessat(2) syscall
2009-08-23 Nicolas Theryaccess(2): fix confusion between real and effective...
2009-08-23 Nicolas Theryremove #ifdef'ed out quota code from vop_helper_access
next