kern - Clean up pipe filters
[dragonfly.git] / sys / sys /
2010-08-04 Matthew Dillonbuildworld - Fix header file
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-01 Sascha WildnerMark the *at(2) system calls' prototypes as being new...
2010-07-31 Sascha WildnerAdd a renameat(2) system call.
2010-07-29 Alex Hornungdsched - Encapsulate tdio for curthread creation
2010-07-28 Sascha WildnerFix typo in <sys/elf_common.h>: ET_LIPROC -> ET_LOPROC
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-21 Sascha Wildner<wchar.h>: Partial revert of b9286c919de6585c967b8dbf2c...
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Joe Talbottlibkern - Add abs(), labs(), and qabs().
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-17 Sascha Wildner<sys/_null.h>: Remove the #include guard.
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-13 Samuel J. Greearkernel - Remove selrecord()
2010-07-13 Samuel J. Greearkernel - Remove legacy vnode poll support
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2010-07-11 Alex Hornungudev - Tag some subsystems/drivers
2010-07-11 Samuel J. Greearkernel - Tear out descriptor polling
2010-07-11 Samuel J. Greearkernel - Tear out vfs polling
2010-07-11 Samuel J. Greearkernel - Tear out device polling
2010-07-09 Matthew DillonMerge remote branch 'crater/master' into kq_devices
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-03 Sascha WildnerAdd a few __printflike() and __scanflike() to various...
2010-06-30 Samuel J. Greearkernel - refactor main kqueue event loop
2010-06-30 Samuel J. Greearkernel - KQueue: Create EVFILT_EXCEPT for exceptional...
2010-06-30 Samuel J. Greearkernel - Add kqueue read support to memio devices
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-12 Nicolas Therykernel - token - update outdated comments
2010-06-13 Alex Hornungconf.h - minor (accidental) whitespace cleanup
2010-06-13 Alex HornungBring in udev & libdevattr
2010-06-13 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-06-12 Sascha WildnerFix typos in the licenses: withough -> without
2010-06-12 Matthew Dillonkernel - Add MTX_INITIALIZER
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 - remove INTR_FAST
2010-06-10 Matthew Dillonkernel - MPSAFE work - adjust global tokens
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add global tokens
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-06-05 Matthew Dillonkernel - add short-form mutex calls
2010-06-02 Alex Hornungconf.h - bump SPECNAMELEN to 63 (from 15)
2010-06-02 Alex Hornunglibkern - add strsep
2010-06-02 Alex Hornunglibkern - add strchr
2010-05-16 Matthew Dillonkernel - zero pages during idle
2010-04-26 Matthew Dillonkernel - make sysent update
2010-04-26 Matthew Dillonkernel - Update extattr infrastructure
2010-04-26 Alex Hornungdsched.h - don't provide _KERNEL_STRUCTURES stuff
2010-04-25 Alex Hornungdsched - Support policy switching via sysctl
2010-04-25 Sascha Wildnerfirmware(9): GC our old firmware framework in favor...
2010-04-23 Alex Hornungdsched - serno support
2010-04-23 Alex Hornungdsched - Bump diskctx max size to 512
2010-04-22 Sascha WildnerFix buildworld.
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-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-17 Alexander Polakovsound: implement OSS_GETVERSION.
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-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-15 Sascha Wildner<sys/buf2.h>: Add bioq_takefirst() from FreeBSD for...
2010-04-14 Matthew DillonMerge remote branch 'rpaulo/net80211-update'
2010-04-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-14 Sascha WildnerClean up some remains from the gcc2 days.
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 '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-03-30 Sylvestre Gallonvadvise depend of COMPAT_43.
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-28 Matthew Dillonrelease - Master is now 2.7, adjust sys/sys/param.h...
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
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-22 Sascha WildnerClean up some specfs remains.
2010-03-21 Rui PauloMerge branch 'master' into net80211-update
2010-03-21 Rui PauloImplement bpf_track and iflladdr event handlers and...
2010-03-21 Jordan Gordeevamd64: Add kernel support for 64-bit virtual page tables.
2010-03-18 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-18 Rui PauloMerge branch 'master' into net80211-update
2010-03-16 Matthew Dillonkernel - rework struct nchstats for systat
2010-03-15 Matthew Dillonkernel - change tsleep related idents to const volatile...
next