| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() in | arr | 2002-07-23 | 1 | -12/+12 |
* | Lock accesses to the page queues by sendfile() and friends. | alc | 2002-07-13 | 1 | -0/+8 |
* | Create a bug-for-bug FreeBSD4 compatible version of sendfile and move the | alfred | 2002-07-12 | 1 | -3/+36 |
* | nuke more instances of caddr_t | alfred | 2002-06-29 | 1 | -23/+19 |
* | remove or replace caddr_t with void. | alfred | 2002-06-28 | 1 | -32/+29 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -7/+7 |
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 1 | -1/+2 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 1 | -8/+8 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -35/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+35 |
* | In sendfile(), use the vn_rdwr() helper function, rather than manually | rwatson | 2002-04-19 | 1 | -13/+4 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -8/+8 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -4/+4 |
* | Fixed bug in calculation of amount of file to send when nbytes !=0 and | dg | 2002-01-22 | 1 | -3/+6 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -7/+29 |
* | Sockets are called 'so' not 'sp'. | alfred | 2002-01-09 | 1 | -8/+8 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -3/+6 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -134/+71 |
* | remove holdfp() | dillon | 2001-11-14 | 1 | -17/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -176/+168 |
* | Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls: | dillon | 2001-08-31 | 1 | -67/+230 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -13/+4 |
* | Don't dereference a NULL pointer if we fail to get a sendfilebuf. | dwmalone | 2001-06-24 | 1 | -1/+2 |
* | Add vm locking to sendfile(2) and sf_buf_free(). | jhb | 2001-05-25 | 1 | -5/+13 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+5 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -1/+0 |
* | Sendfile is documented to return 0 on success, however if when a | alfred | 2001-04-26 | 1 | -0/+7 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+1 |
* | Fix is a similar race condition as existed in the mbuf code. When we go | bmilekic | 2001-03-08 | 1 | -6/+7 |
* | Make the wait for sendfile buffers interruptable. Stops one process | dwmalone | 2001-03-08 | 1 | -3/+24 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -1/+4 |
* | Return ECONNABORTED from accept if connection is closed while on the | jlemon | 2001-02-14 | 1 | -1/+14 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | Fix the <sys/queue.h> abuse. | phk | 2001-01-02 | 1 | -8/+7 |
* | Add an XXX about a <sys/queue.h> transgression which needs cleaned up. | phk | 2001-01-02 | 1 | -0/+1 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -3/+3 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+2 |
* | Changed second argument in a call to sf_buf_free() to be NULL instead of | dg | 2000-12-03 | 1 | -1/+1 |
* | Make sure to free the sf_buf if we've allocated it but fail to allocate | bmilekic | 2000-12-02 | 1 | -0/+1 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -66/+151 |
* | Fixed a certain panic on IO error in sendfile(): Page must be set PG_BUSY | dg | 2000-11-12 | 1 | -1/+3 |
* | * Have m_pulldown() use the new M_WRITABLE() macro in order to determine | bmilekic | 2000-11-11 | 1 | -1/+2 |
* | Change the sf_bufs wakeups to be wakeup_one(), because we don't want to | bmilekic | 2000-11-04 | 1 | -4/+5 |
* | Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufs | bmilekic | 2000-11-04 | 1 | -9/+18 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -2/+1 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -43/+25 |
* | Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio * | green | 2000-07-02 | 1 | -6/+14 |
* | unstatic getfp() so that other subsystems can use it. | alfred | 2000-06-12 | 1 | -3/+2 |