| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -11/+11 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -4/+4 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -4/+4 |
* | Move the declaration of the socket fileops from socketvar.h to file.h. | phk | 2002-12-23 | 1 | -2/+0 |
* | Integrate mac_check_socket_send() and mac_check_socket_receive() | rwatson | 2002-10-06 | 1 | -0/+22 |
* | In an SMP environment post-Giant it is no longer safe to blindly | truckman | 2002-10-03 | 1 | -2/+4 |
* | accept(2) on a socket that has been shutdown(2) normally returns | archie | 2002-08-28 | 1 | -5/+4 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -1/+6 |
* | Fix return case for negative namelen by jumping to normal exit processing | rwatson | 2002-08-15 | 1 | -2/+4 |
* | Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.h | dg | 2002-08-13 | 1 | -2/+0 |
* | Remove obsolete comment about sf_buf_* functions being static. They were | dg | 2002-08-13 | 1 | -3/+0 |
* | Fix sendfile(), who was calling vn_rdwr() without aresid parameter and | semenu | 2002-08-11 | 1 | -2/+2 |
* | While we're at it, add range checks similar to those in previous commit to | nectar | 2002-08-09 | 1 | -0/+8 |
* | Add additional range checks for copyout targets. | rwatson | 2002-08-09 | 1 | -0/+2 |
* | Include file cleanup; mac.h and malloc.h at one point had ordering | rwatson | 2002-08-01 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+21 |
* | o In do_sendfile(), replace vm_page_sleep_busy() by vm_page_sleep_if_busy() | alc | 2002-07-30 | 1 | -5/+6 |
* | - 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 |