Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / sys / kern /
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonvkernel - Fix deadlocks with cothread locks
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-27 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_plimit.c
2010-08-27 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_prot.c
2010-08-26 Matthew Dillonkernel - Fix tty session panic
2010-08-26 Venkatesh SrinivasMPSAFE: MPSAFE kern/sys_pipe.c
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-26 Venkatesh SrinivasMPSAFE: MPSAFE kern/sys_process.c (kern_ptrace).
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-25 Matthew Dillonkernel - Make all bioops callbacks MPSAFE
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2010-08-25 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_umtx.c
2010-08-25 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_slaballoc.c
2010-08-25 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_uuid,c
2010-08-25 Alex Hornungcrit_exit - Correct panic conditions
2010-08-25 Matthew Dillonkernel - Make sys_ioctl() MPSAFE
2010-08-24 Matthew Dillonkernel - Adjustments to fix UP kernel build
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-23 Matthew Dillonkernel - clarify code documentation in vfs_cluster
2010-08-22 Matthew Dillonkernel - Fix read event on file for select/poll API
2010-08-22 Matthew Dillonkernel - Assert on remaining known races
2010-08-22 Matthew Dillonkernel - close more kqueue MP races
2010-08-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-22 Matthew Dillonkernel - close numerous kqueue MP and blocking races
2010-08-21 Matthew Dillonkernel - clarify comment in nestio code
2010-08-21 Matthew Dillonkernel - minor flags coding change
2010-08-21 Matthew Dillonkernel - Fix system lockup w/ kqueue based select/poll...
2010-08-20 Antonio Huete Jimenezudev - Add unit serial number to the udev
2010-08-20 Matthew Dillonkernel - Fix intermediate value overflows in badjiosche...
2010-08-20 Matthew Dillonkernel - limit running io writes during fsync
2010-08-20 Venkatesh SrinivasFix !INVARIANTS build.
2010-08-20 Matthew Dillonkernel - add kthread_create_cpu()
2010-08-18 Matthew Dillonkernel - Fix possible race in syncache
2010-08-18 Matthew Dillonkernel - Fix excessive mbuf use in nfs_realign()
2010-08-17 Sascha WildnerRemove a debugging leftover (thus fixing LINT).
2010-08-17 Matthew DillonHAMMER VFS - Expand vfs.hammer.debug_io capabilities
2010-08-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-15 Matthew Dillonkernel - fix 64-bit build
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-15 Matthew Dillonkernel - Add overlapping buffer test to the buffer...
2010-08-14 Matthew Dillonkernel - dm - Add support for BUF_CMD_FLUSH
2010-08-14 Matthew Dillonkernel - flag when bogus_page's are present
2010-08-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-14 Matthew Dillonkernel - kqueue - fix EVFILT_WRITE notification on...
2010-08-13 Matthew Dillonkernel - make POLLHUP conform better to OpenGroup
2010-08-13 Matthew Dillonkernel - More kqueue work
2010-08-13 Matthew Dillonkernel - Some minor swap allocator / blist work
2010-08-13 Matthew Dillonkernel - Fix reboot races
2010-08-13 Matthew Dillonkernel - Add sysref assertions
2010-08-13 Matthew Dillonkernel - More tty and devfs race fixes
2010-08-13 Matthew Dillonkernel - Fix pty registration, memory leak
2010-08-11 Matthew Dillonkernel - Adjust krate infrastructure
2010-08-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-10 Matthew Dillonkernel - Add per-user file descriptor limit
2010-08-10 Matthew Dillonkernel - Fix lockf panic
2010-08-10 Matthew Dillonkqueue - Fix junk kfree() in doselect()
2010-08-10 Venkatesh SrinivasEliminate XIG server workaround in fp_mmap; just an...
2010-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
2010-08-09 Samuel J. Greearkernel - Move KNOTE() out of interrupt path
2010-08-08 Matthew Dillonkernel - Fix kqueue panic on signal event knote
2010-08-08 Jan LentferMerge branch 'master' of git://island.quantumachine...
2010-08-08 Sascha WildnerFix a panic in the varsym_get(2) syscall.
2010-08-08 Sascha WildnerFix a panic in the __getcwd(2) syscall.
2010-08-08 Sascha WildnerFix panics in two syscalls, caps_sys_get(2) and caps_sy...
2010-08-06 Sascha WildnerAdd some more *at() system calls.
2010-08-06 Samuel J. Greearkernel - Clean up pipe filters (fixes last)
2010-08-06 Samuel J. Greearkern - Clean up pipe filters
2010-08-06 Samuel J. Greearkernel - Silently swallow EOPNOTSUPP filter errors...
2010-08-06 Samuel J. Greearkernel - make poll return only explicitly asked for...
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-08-03 Samuel J. Greearkernel - Silently swallow EOPNOTSUPP filter errors...
2010-08-02 Sascha WildnerFix x86_64 build by casting some {u,}intmax_t's for...
2010-08-02 Samuel J. Greearkernel - Filter out unknown errors for select(2) and...
2010-08-02 Samuel J. Greearkernel - Unset TS_ZOMBIE when pty is re-opened
2010-08-02 Sascha WildnerFix the VKERNEL build with KLD_DEBUG set.
2010-08-01 Alex Hornungdsched - minor fixes, cleanup
2010-08-01 Samuel J. Greearkernel - Make pt's throw EOF on disconnect.
2010-08-01 Sascha Wildnerrenameat(2): Properly use nlookup_done_at() instead...
2010-07-31 Sascha WildnerAdd a renameat(2) system call.
2010-07-29 Alex Hornungdsched - Encapsulate tdio for curthread creation
2010-07-26 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-07-26 Samuel J. Greearkernel - bring back reasonable fifo blocking semantics
2010-07-26 Samuel J. Greearkernel - clean up pipe kq filters
2010-07-26 Samuel J. Greearkernel - Fix poll return values in the presence of...
2010-07-23 Samuel J. Greearkernel - Count only non-spurious events in main kevent...
2010-07-20 Joe Talbottlink_elf_obj - When current proc is NULL use proc0.
2010-07-20 Matthew Dillonkqueue - Fix bad error path triggered by emacs
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Joe Talbottfirmware - Remove some debug printf()s that got committed.
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-18 Samuel J. Greearkern - Add kq support to mqueue
2010-07-17 Joe Talbottkern_linker - Rearrange locking a bit for module loading.
2010-07-14 Samuel J. Greearkern - Always give a new thread a ucred
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-14 Samuel J. Greearkernel - Add missing KNOTE's
next