| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -34/+34 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+3 |
* | Actually show the values that tripped the assertion "receive 1" | alfred | 2001-04-27 | 1 | -1/+3 |
* | When doing a recv(.. MSG_WAITALL) for a message which is larger than | jlemon | 2001-03-16 | 1 | -0/+6 |
* | Push the test for a disconnected socket when accept()ing down to the | jlemon | 2001-03-09 | 1 | -4/+1 |
* | In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE. | ru | 2001-02-27 | 1 | -3/+5 |
* | Introduce a NOTE_LOWAT flag for use with the read/write filters, which | jlemon | 2001-02-24 | 1 | -0/+4 |
* | When returning EV_EOF for the socket read/write filters, also return | jlemon | 2001-02-24 | 1 | -0/+2 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -1/+1 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -27/+28 |
* | Return ECONNABORTED from accept if connection is closed while on the | jlemon | 2001-02-14 | 1 | -5/+2 |