network - Fix nasty bug in udp6_send()
[dragonfly.git] / sys / kern / sys_pipe.c
2010-08-26 Venkatesh SrinivasMPSAFE: MPSAFE kern/sys_pipe.c
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
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 - More kqueue work
2010-08-06 Samuel J. Greearkernel - Clean up pipe filters (fixes last)
2010-08-06 Samuel J. Greearkern - Clean up pipe filters
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-07-26 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-07-26 Samuel J. Greearkernel - clean up pipe kq filters
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
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-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-07-09 Matthew Dillonkernel - implement serialno for kqueue poll handling...
2010-07-09 Matthew DillonMerge remote branch 'crater/master' into kq_devices
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-06-30 Matthew Dillonkernel - kqueue - Bug fixing pass
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-03-18 Rui PauloMerge branch 'master' into net80211-update
2010-03-05 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
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-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
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-01 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-09-30 Simon 'corecode... Merge branch 'vendor/TCSH'
2009-09-22 Matthew Dillonkernel - Fix kqueue and SIGIO operation on pipes
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-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-05 Matthew DillonPIPE - Fix more races in the pipe code
2009-08-28 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-28 Simon SchubertMerge branch 'vendor/GCC'
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-19 Matthew DillonAMD64 - Pipes now support 64 bit size_t for uio_resid.
2009-08-16 Matthew DillonPIPE - Fix a blocking race.
2009-08-09 Thomas E. SpanjaardMerge branch 'vendor/GCC44'
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-09 Matthew DillonPIPE - Fix bugs in pipe_shutdown(), and multiple readers.
2009-08-08 Sepherosa ZiehauMerge branch 'vendor/ACPICA-UNIX'
2009-08-02 Simon SchubertMerge branch 'vendor/MPFR' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GMP' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GCC44' into gcc441
2009-07-15 Matthew Dillonpipes - set kern.pipe.mpsafe default to 1.
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
2009-07-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-13 Matthew Dillonpipe - add required critical section around tsleep_inte...
2009-07-13 Aggelos EconomopoulosMerge branch 'mxge'
2009-07-13 Matthew Dillonpipe - fix UP build error.
2009-07-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-13 Matthew Dillonpipe - replace use of DELAY() with a better solution...
2009-07-13 Matthew Dillonpipe - Fix piperd/pipewr deadlock in mpsafe case
2009-07-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-12 Matthew Dillonpipe - Make pipe r/w MPSAFE, add kern.pipe.mpsafe ...
2009-07-12 Matthew Dillonpipe - pre-MP work, change indexing to circular FIFO...
2009-07-12 Matthew Dillonpipe - pre-MP work, remove direct map and sfbuf features
2009-07-06 Peter AvalosMerge branch 'vendor/TCPDUMP' and update build for...
2009-07-06 Peter AvalosMerge branch 'vendor/LIBPCAP' and updated build for...
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP'
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-22 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE' (early part)
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
next