| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -33/+33 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -5/+5 |
* | Remove duplicate includes. | cognet | 2003-02-20 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -16/+16 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -16/+16 |
* | Disallow listen() on sockets which are in the SS_ISCONNECTED or | tmm | 2003-01-17 | 1 | -0/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -6/+6 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -6/+6 |
* | In sodealloc(), if there is an accept filter present on the socket | alfred | 2003-01-05 | 1 | -9/+3 |
* | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | phk | 2002-12-23 | 1 | -1/+1 |
* | Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero. | maxim | 2002-11-27 | 1 | -0/+2 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | Fix filt_soread() to properly flag a kevent when a 0-byte datagram is | kbyanc | 2002-11-05 | 1 | -1/+1 |
* | Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causing | alc | 2002-11-02 | 1 | -1/+1 |
* | Track the number of non-data chararacters stored in socket buffers so that | kbyanc | 2002-11-01 | 1 | -1/+1 |
* | Trim extraneous #else and #endif MAC comments per style(9). | rwatson | 2002-10-28 | 1 | -8/+8 |
* | Modify label allocation semantics for sockets: pass in soalloc's malloc | rwatson | 2002-10-05 | 1 | -3/+11 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -1/+2 |
* | Use the credential authorizing the socket creation operation to perform | rwatson | 2002-08-12 | 1 | -2/+2 |
* | Include file cleanup; mac.h and malloc.h at one point had ordering | rwatson | 2002-08-01 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+42 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+11 |
* | Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_long | mike | 2002-07-24 | 1 | -1/+1 |
* | More caddr_t removal. | alfred | 2002-06-29 | 1 | -2/+2 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -0/+102 |
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 1 | -0/+2 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -177/+31 |
* | - td will never be NULL, so the call to soalloc() in socreate() will always | arr | 2002-05-21 | 1 | -2/+2 |
* | - OR the flag variable with M_ZERO so that the uma_zalloc() handles the | arr | 2002-05-21 | 1 | -2/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -31/+177 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 1 | -1/+1 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -1/+1 |
* | Make sure that sockets undergoing accept filtering are aborted in a | silby | 2002-04-26 | 1 | -2/+1 |
* | There's only one socket zone so we don't need to remember it | hsu | 2002-04-08 | 1 | -2/+1 |
* | UMA permited us to utilize the 'waitok' flag to soalloc. | jeff | 2002-03-20 | 1 | -2/+7 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -4/+4 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -1/+1 |
* | In sosend(), enforce the socket buffer limits regardless of whether | iedowse | 2002-02-28 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -2/+2 |
* | Fix select on fifos. | alfred | 2002-01-14 | 1 | -1/+8 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -2/+3 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -6/+27 |
* | Remove EOL whitespace. | keramida | 2001-11-12 | 1 | -8/+8 |
* | Make KASSERT's print the values that triggered a panic. | keramida | 2001-11-12 | 1 | -2/+3 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -2/+1 |
* | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | rwatson | 2001-10-09 | 1 | -19/+0 |
* | Only allow users to see their own socket connections if | ps | 2001-10-05 | 1 | -0/+30 |
* | Hopefully improve control message passing over Unix domain sockets. | dwmalone | 2001-10-04 | 1 | -14/+13 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 1 | -2/+2 |