kernel - Make sys_ioctl() MPSAFE
[dragonfly.git] / sys / kern /
2010-07-07 Samuel J. Greearkernel - Add kq support to ctty
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
2010-07-02 Alex Hornungunmount - fix issue with process refs on unmount
2010-07-02 Samuel J. Greearkernel - Add kq support to devctl
2010-07-02 Samuel J. Greearkernel - Add kq support to udev
2010-06-30 Samuel J. Greearkernel - Make returned pollfd's more conformant with...
2010-06-30 Samuel J. Greearkernel - Introduce a local marker to kqueue_scan()
2010-06-30 Samuel J. Greearkernel - refactor main kqueue event loop
2010-06-30 Matthew Dillonkernel - kqueue - Bug fixing pass
2010-06-30 Samuel J. Greearkernel - Implement poll(2) in terms of kevent
2010-06-30 Samuel J. Greearkernel - KQueue: Create EVFILT_EXCEPT for exceptional...
2010-06-30 Matthew Dillonkernel - kqueue select support
2010-06-30 Samuel J. Greearkernel - Add kqueue read support to memio devices
2010-06-30 Samuel J. Greearkernel - Add kqueue to log device (/dev/klog)
2010-06-30 Samuel J. Greearkernel - Add OOB support to kqueue
2010-06-30 Samuel J. GreearImplement select(2) in terms of kevent
2010-06-27 Alex Hornungvfs_bio - Implement nestiobuf support
2010-06-27 Alex Hornungsubr_disk - Implement create_named & bounds_check
2010-06-27 Alex Hornungchroot_kernel() - new syscall to set rootnch/rootvn
2010-06-27 Alex Hornungkern_udev - remove unnecessary refs for devs
2010-06-16 Sascha Wildnerkern_shutdown.c: Add missing #include (for NGPIO).
2010-06-14 Nicolas Therykernel - init t_collisions in lwkt_token_init
2010-06-12 Nicolas Therykernel - token - update outdated comments
2010-06-13 Matthew Dillonkernel - MPSAFE work - fix bugs in recent MPSAFE work.
2010-06-13 Matthew Dillonkernel - MPSAFE work - fix bugs in recent MPSAFE work.
2010-06-13 Sascha Wildnerkern_udev.c: Fix a -Wold-style-definition warning.
2010-06-13 Alex HornungBring in udev & libdevattr
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-06-12 Sascha WildnerFix typos in the licenses: withough -> without
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize vm/vm_map.c
2010-06-12 Matthew Dillonkernel - MPSAFE work - add vmspace_token
2010-06-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-06-12 Matthew Dillonkernel - add lockowned()
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup vm_object.c
2010-06-10 Matthew Dillonkernel - MPSAFE - Fix UP build issue
2010-06-10 Matthew Dillonkernel - remove INTR_FAST
2010-06-10 Matthew Dillonkernel - MPSAFE work - adjust global tokens
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add cpu_pause() in scheduler...
2010-06-09 Matthew Dillonkernel - MPSAFE work - fast-path UP tokens when the...
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add global tokens
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-06-02 Joe Talbottlink_elf - Use proc0 rather than panicing when proc...
2010-05-26 Aggelos EconomopoulosStart using our hash tables for thread switch/lifetime...
2010-05-25 Matthew Dillonkernel - Fix panic in setrlimit() when changing the...
2010-05-15 Matthew Dillonkernel - Update random number generator
2010-05-14 Sascha WildnerFix the x86_64 kernel build with 'options BUS_DEBUG'.
2010-04-30 Matthew Dillonkernel - Disallow dsioctl when no media is present
2010-04-28 b86fixup errors for mkdir & rmdir '/' - EEXIST & EACCES...
2010-04-26 Matthew Dillonkernel - Update extattr infrastructure
2010-04-25 Sascha Wildnerkern/subr_firmware.c: Oops, forgot a {
2010-04-25 Sascha Wildnerfirmware(9): Check for securelevel > 0 instead of PRIV_...
2010-04-25 Alex Hornungdsched - Support policy switching via sysctl
2010-04-25 Sascha WildnerMove dsched to sys/kern/.
2010-04-25 Sascha Wildnerfirmware(9): GC our old firmware framework in favor...
2010-04-23 Alex Hornungdsched - serno support
2010-04-22 Alex Hornungdsched - expand framework to track threads
2010-04-22 Sascha Wildnerkernel: Add TUNABLE_ULONG too and really fix the acpi...
2010-04-22 Sascha Wildnerkernel: Add TUNABLE_LONG.
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.
next