| Age | Commit message (Expand) | Author |
| 2003-10-21 | Cache the "adjusted" value of sb_max when sb_max is changed, in order | thorpej |
| 2003-09-22 | - pass signo to fownsignal [ok by jd] | christos |
| 2003-09-15 | include <sys/poll.h> | christos |
| 2003-09-14 | provide some more ksiginfo info. | christos |
| 2003-09-06 | SA_SIGINFO changes. | christos |
| 2003-09-04 | Adjust struct sockbuf and sorflush() so that we don't zero out | wrstuden |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-02 | Make somaxkva modifyable via sysctl (and compile-time) instead of | ragge |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-05-03 | export some of sosend loan routines for nfsd. | yamt |
| 2003-04-09 | * Use a pool_cache constructor to record the physical address of mbufs | thorpej |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-31 | Change ext_size to a size_t, and update the signature of ext_free. | thorpej |
| 2002-11-27 | "tv->tv_sec * hz" could overflow a long. millert@openbsd | itojun |
| 2002-11-27 | small SO_RCVTIMEO values are mistakenly taken to be zero. FreeBSD PR kern/32... | itojun |
| 2002-11-26 | si_ -> sel_ to avoid conflicts with siginfo. | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-08-21 | Make use of page loaning for large socket writes the default. The | thorpej |
| 2002-07-03 | Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from | thorpej |
| 2002-07-03 | Make insertion of data into socket buffers O(C): | thorpej |
| 2002-06-11 | Fix 2 bugs with MSG_WAITALL. The first is to not block forever if one is | matt |
| 2002-06-10 | In soreceive(), if any part of a received record has been freed, | he |
| 2002-05-07 | In soreceive(), don't call sopendfree() if MSG_DONTWAIT is set | enami |
| 2002-05-03 | Let the sosend_loan() path be selected at run-time; patch the variable | thorpej |
| 2002-05-02 | Add some experimental page-loaning for writes on sockets. It is disabled | thorpej |
| 2002-04-06 | Don't use the tqh_ field names, instead use the correspond TAILQ_* macro. | matt |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-01-03 | fix previous: actually remove the COMPAT_SUNOS code, not just #if 0 it. | mrg |
| 2002-01-03 | move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the | mrg |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-29 | Use lmin() instead of min(), and long for mlen & clen, to avoid integer | jdolecek |
| 2001-09-17 | soreceive(): do not ignore uiomove() error | jdolecek |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-03-21 | Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnected | thorpej |
| 2001-02-27 | convert to ANSI KNF | lukem |
| 2001-02-07 | return ECONNABORTED, if the socket (tcp connection for example) | itojun |
| 2001-01-22 | when the peer is disconnected before accept(2) is issued, | itojun |
| 2000-12-10 | Make sobind() take a struct proc *. It already took curproc and | fvdl |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-02-07 | Make kernel SOMAXCONN patchable. Will add sysctl once we | jonathan |
| 1999-06-08 | In sosend(), if so_error is set, clear it before returning the error to | thorpej |
| 1999-05-15 | Delete test code. | sommerfeld |
| 1999-05-15 | Revise previous fix: | sommerfeld |
| 1999-05-15 | Wow, that was much easier than I originally thought. Fix PR kern/7583: | tv |
| 1999-03-23 | Ensure that you can only bind a more specific address when it is done by the | lukem |
| 1999-01-21 | Do remove sockets on so_q0, since select(2) and accept(2) do not (currently?) | mycroft |
| 1999-01-20 | Oops; previous was slightly broken. | mycroft |