| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate accept locking from rwatson_netperf, introducing a new | rwatson | 2004-06-02 | 1 | -43/+25 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | rwatson | 2004-06-01 | 1 | -1/+1 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -0/+16 |
* | Unconditionally lock Giant in do_sendfile(), rather than locking it | rwatson | 2004-05-08 | 1 | -2/+2 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 1 | -1/+0 |
* | Fix a regression in my change which sends headers along with data; a | silby | 2004-04-08 | 1 | -2/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Detatch incorrect spellings of detach. | rwatson | 2004-04-04 | 1 | -1/+1 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 1 | -1/+1 |
* | Conditionally acquire Giant when entering the sockets layer via the | rwatson | 2004-03-29 | 1 | -31/+31 |
* | When validating that the length sum in recvit(), we fail to release | rwatson | 2004-03-29 | 1 | -0/+1 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 1 | -2/+24 |
* | Remove unneeded label 'done2' from socket(). We now grab Giant | rwatson | 2004-03-04 | 1 | -2/+1 |
* | Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to be | silby | 2004-02-08 | 1 | -19/+22 |
* | Rename iov_to_uio to uiofromiov to be more consistent with other | silby | 2004-02-04 | 1 | -1/+1 |
* | Rewrite sendfile's header support so that headers are now sent in the first | silby | 2004-02-01 | 1 | -12/+43 |
* | One more instance of magic number used in place of IO_SEQSHIFT. | kan | 2004-01-19 | 1 | -1/+1 |
* | New file descriptor allocation code, derived from similar code introduced | des | 2004-01-15 | 1 | -0/+4 |
* | Back out 1.166, which was committed by mistake. | des | 2004-01-11 | 1 | -4/+0 |
* | Mechanical whitespace cleanup + other minor style nits. | des | 2004-01-11 | 1 | -19/+24 |
* | Mechanical whitespace cleanup + minor style nits. | des | 2004-01-11 | 1 | -0/+4 |
* | More unparenthesized return values. | des | 2004-01-10 | 1 | -1/+1 |
* | Style: parenthesize return values. | des | 2004-01-10 | 1 | -3/+3 |
* | Add a somewhat redundant check on the len arguement to getsockaddr() to | truckman | 2004-01-10 | 1 | -0/+2 |
* | Track three new sendfile-related statistics: | silby | 2003-12-28 | 1 | -0/+2 |
* | In socket(2) we only need Giant around the call to socreate, so just | dwmalone | 2003-12-25 | 1 | -2/+2 |
* | Add restrict qualifiers. | alfred | 2003-12-24 | 1 | -19/+24 |
* | Fixed a bug in sendfile(2) where the sent data would be corrupted due | dg | 2003-12-01 | 1 | -0/+5 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 1 | -3/+4 |
* | falloc allocates a file structure and adds it to the file descriptor | dwmalone | 2003-10-19 | 1 | -4/+3 |
* | Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy | alc | 2003-08-29 | 1 | -99/+0 |
* | Drop Giant in recvit before returning an error to the caller to avoid | kan | 2003-08-11 | 1 | -1/+4 |
* | If connect(2) has been interrupted by a signal and therefore the | yar | 2003-08-06 | 1 | -3/+8 |
* | Do some minor Giant pushdown made possible by copyin, fget, fdrop, | dwmalone | 2003-08-04 | 1 | -13/+8 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in sf_buf_init(). | alc | 2003-08-02 | 1 | -1/+1 |
* | VOP_GETVOBJECT() wants to be called with the vnode lock held. | truckman | 2003-06-19 | 1 | -0/+3 |
* | Finish the vm object locking in sendfile(2). More generally, | alc | 2003-06-12 | 1 | -1/+8 |
* | Lock the vm object when removing a page. | alc | 2003-06-11 | 1 | -0/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Grab giant in sendit rather than kern_sendit because sockargs may | dwmalone | 2003-05-29 | 1 | -4/+6 |
* | Split sendit into two parts. The first part, still called sendit, that | dwmalone | 2003-05-05 | 1 | -50/+65 |
* | Recent changes to uipc_cow.c have eliminated the need for some sf_buf- | alc | 2003-03-31 | 1 | -3/+3 |
* | Pass the vm_page's address to sf_buf_alloc(); map the vm_page as part | alc | 2003-03-29 | 1 | -9/+6 |
* | Pass the sf buf to MEXTADD() as the optional argument. This permits | alc | 2003-03-16 | 1 | -5/+3 |
* | Remove GIANT_REQUIRED from sf_buf_free(). | alc | 2003-03-06 | 1 | -2/+0 |
* | Sync new socket nonblocking/async state with file flags in accept(). | tegge | 2003-02-23 | 1 | -0/+7 |
* | Remove duplicate includes. | cognet | 2003-02-20 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -11/+11 |
* | Break out the bind and connect syscalls to intend to make calling | ume | 2003-02-03 | 1 | -15/+40 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -3/+0 |