| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |