| Commit message (Expand) | Author | Age | Files | Lines |
| * | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | Poul-Henning Kamp | 2002-12-23 | 1 | -1/+1 |
| * | Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero. | Maxim Konovalov | 2002-11-27 | 1 | -0/+2 |
| * | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 1 | -1/+1 |
| * | Fix filt_soread() to properly flag a kevent when a 0-byte datagram is | Kelly Yancey | 2002-11-05 | 1 | -1/+1 |
| * | Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causing | Alan Cox | 2002-11-02 | 1 | -1/+1 |
| * | Track the number of non-data chararacters stored in socket buffers so that | Kelly Yancey | 2002-11-01 | 1 | -1/+1 |
| * | Trim extraneous #else and #endif MAC comments per style(9). | Robert Watson | 2002-10-28 | 1 | -8/+8 |
| * | Modify label allocation semantics for sockets: pass in soalloc's malloc | Robert Watson | 2002-10-05 | 1 | -3/+11 |
| * | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 1 | -1/+2 |
| * | Use the credential authorizing the socket creation operation to perform | Robert Watson | 2002-08-12 | 1 | -2/+2 |
| * | Include file cleanup; mac.h and malloc.h at one point had ordering | Robert Watson | 2002-08-01 | 1 | -1/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -1/+42 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+11 |
| * | Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_long | Mike Barcroft | 2002-07-24 | 1 | -1/+1 |
| * | More caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -2/+2 |
| * | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 1 | -0/+102 |
| * | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | Alfred Perlstein | 2002-06-20 | 1 | -0/+2 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -177/+31 |
| * | - td will never be NULL, so the call to soalloc() in socreate() will always | Andrew R. Reiter | 2002-05-21 | 1 | -2/+2 |
| * | - OR the flag variable with M_ZERO so that the uma_zalloc() handles the | Andrew R. Reiter | 2002-05-21 | 1 | -2/+1 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -31/+177 |
| * | Make funsetown() take a 'struct sigio **' so that the locking can | Alfred Perlstein | 2002-05-06 | 1 | -1/+1 |
| * | Redo the sigio locking. | Alfred Perlstein | 2002-05-01 | 1 | -1/+1 |
| * | Make sure that sockets undergoing accept filtering are aborted in a | Mike Silbersack | 2002-04-26 | 1 | -2/+1 |
| * | There's only one socket zone so we don't need to remember it | Jeffrey Hsu | 2002-04-08 | 1 | -2/+1 |
| * | UMA permited us to utilize the 'waitok' flag to soalloc. | Jeff Roberson | 2002-03-20 | 1 | -2/+7 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -4/+4 |
| * | This is the first part of the new kernel memory allocator. This replaces | Jeff Roberson | 2002-03-19 | 1 | -1/+1 |
| * | In sosend(), enforce the socket buffer limits regardless of whether | Ian Dowse | 2002-02-28 | 1 | -1/+1 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon | 2002-02-05 | 1 | -2/+2 |
| * | Fix select on fifos. | Alfred Perlstein | 2002-01-14 | 1 | -1/+8 |
| * | o Make the credential used by socreate() an explicit argument to | Robert Watson | 2001-12-31 | 1 | -2/+3 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -6/+27 |
| * | Remove EOL whitespace. | Giorgos Keramidas | 2001-11-12 | 1 | -8/+8 |
| * | Make KASSERT's print the values that triggered a panic. | Giorgos Keramidas | 2001-11-12 | 1 | -2/+3 |
| * | Change the kernel's ucred API as follows: | John Baldwin | 2001-10-11 | 1 | -2/+1 |
| * | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | Robert Watson | 2001-10-09 | 1 | -19/+0 |
| * | Only allow users to see their own socket connections if | Paul Saab | 2001-10-05 | 1 | -0/+30 |
| * | Hopefully improve control message passing over Unix domain sockets. | David Malone | 2001-10-04 | 1 | -14/+13 |
| * | Use the passed in thread to selrecord() instead of curthread. | John Baldwin | 2001-09-21 | 1 | -2/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -34/+34 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+3 |
| * | Actually show the values that tripped the assertion "receive 1" | Alfred Perlstein | 2001-04-27 | 1 | -1/+3 |
| * | When doing a recv(.. MSG_WAITALL) for a message which is larger than | Jonathan Lemon | 2001-03-16 | 1 | -0/+6 |
| * | Push the test for a disconnected socket when accept()ing down to the | Jonathan Lemon | 2001-03-09 | 1 | -4/+1 |
| * | In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE. | Ruslan Ermilov | 2001-02-27 | 1 | -3/+5 |
| * | Introduce a NOTE_LOWAT flag for use with the read/write filters, which | Jonathan Lemon | 2001-02-24 | 1 | -0/+4 |
| * | When returning EV_EOF for the socket read/write filters, also return | Jonathan Lemon | 2001-02-24 | 1 | -0/+2 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -1/+1 |