| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvs | cvs2svn | 1999-02-16 | 1 | -1/+1 |
* | Also consider the space left in the socket buffer when deciding whether | Bill Fenner | 1999-01-20 | 1 | -2/+2 |
* | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 1 | -2/+4 |
* | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -2/+2 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -13/+6 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -3/+1 |
* | Installed the second patch attached to kern/7899 with some changes suggested | Don Lewis | 1998-11-11 | 1 | -5/+4 |
* | Bow to tradition and correctly implement the bogus-but-hallowed semantics | Garrett Wollman | 1998-08-31 | 1 | -5/+6 |
* | Correctly set the return length regardless of the relative size of the | Garrett Wollman | 1998-08-31 | 1 | -6/+3 |
* | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -97/+148 |
* | Undo rev 1.41 until we get more details about why it makes some systems | Bill Fenner | 1998-07-18 | 1 | -2/+1 |
* | Introduce (fairly hacky) workaround for odd TCP behavior with application | Bill Fenner | 1998-07-06 | 1 | -1/+2 |
* | Convert socket structures to be type-stable and add a version number. | Garrett Wollman | 1998-05-15 | 1 | -8/+46 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | Bruce Evans | 1998-03-28 | 1 | -1/+2 |
* | Make sure that you can only bind a more specific address when it is | Guido van Rooij | 1998-03-01 | 1 | -1/+2 |
* | Revert sosend() to its behavior from 4.3-Tahoe and before: if | Bill Fenner | 1998-02-19 | 1 | -3/+7 |
* | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
* | MF22: MSG_EOR bug fix. | Jordan K. Hubbard | 1997-11-09 | 1 | -3/+9 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+5 |
* | While booting diskless we have no proc pointer. | Poul-Henning Kamp | 1997-10-04 | 1 | -2/+3 |
* | Extend select backend for sockets to work with a poll interface (more | Peter Wemm | 1997-09-14 | 1 | -26/+24 |
* | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -2/+1 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | Bruce Evans | 1997-08-21 | 1 | -1/+3 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -22/+16 |
* | Don't accept insane values for SO_(SND|RCV)BUF, and the low water marks. | Peter Wemm | 1997-06-27 | 1 | -4/+27 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | Garrett Wollman | 1997-04-27 | 1 | -26/+57 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
* | Create a new branch of the kernel MIB, kern.ipc, to store | Garrett Wollman | 1997-02-24 | 1 | -2/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Check for error return from uiomove to prevent looping endlessly in | David Greenman | 1996-11-29 | 1 | -1/+3 |
* | Increase robustness of FreeBSD against high-rate connection attempt | Paul Traina | 1996-10-07 | 1 | -1/+2 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | Garrett Wollman | 1996-07-11 | 1 | -36/+18 |
* | Make it possible to return more than one piece of control information | Garrett Wollman | 1996-05-09 | 1 | -1/+3 |
* | Fix for PR #1146: the "next" pointer must be cached before calling soabort | David Greenman | 1996-04-16 | 1 | -4/+8 |
* | Changed socket code to use 4.4BSD queue macros. This includes removing | David Greenman | 1996-03-11 | 1 | -10/+23 |
* | Kill XNS. | Garrett Wollman | 1996-02-13 | 1 | -2/+2 |
* | Define a new socket option, SO_PRIVSTATE. Getting it returns the state | Garrett Wollman | 1996-02-07 | 1 | -1/+10 |
* | Nuked ambiguous sleep message strings: | Bruce Evans | 1995-12-14 | 1 | -2/+2 |
* | Make somaxconn (maximum backlog in a listen(2) request) and sb_max | Garrett Wollman | 1995-11-03 | 1 | -4/+8 |
* | Remove extra arg from one of the calls to (*pr_usrreq)(). | Bruce Evans | 1995-08-25 | 1 | -3/+2 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
* | getsockopt(s, SOL_SOCKET, SO_SNDTIMEO, ...) would construct the returned | Garrett Wollman | 1995-02-16 | 1 | -2/+2 |
* | Merge in the socket-level support for Transaction TCP. | Garrett Wollman | 1995-02-07 | 1 | -4/+21 |
* | Use M_NOWAIT instead of M_KERNEL for socket allocations; it is apparantly | David Greenman | 1995-02-06 | 1 | -2/+2 |
* | Calling semantics for kmem_malloc() have been changed...and the third | David Greenman | 1995-02-02 | 1 | -2/+2 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | Poul-Henning Kamp | 1994-10-02 | 1 | -13/+16 |
* | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
* | Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makes | David Greenman | 1994-05-29 | 1 | -12/+3 |