| Commit message (Expand) | Author | Age | Files | Lines |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 2 | -2/+8 |
* | Make it possible to use lo0 as an internal IPX network. This is usefull | jhay | 1999-02-06 | 3 | -7/+6 |
* | Don't use the pointer returned by MALLOC before checking if it is NULL. | jhay | 1999-02-06 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -4/+4 |
* | Remove functions that are no longer in use. | eivind | 1999-01-12 | 1 | -24/+1 |
* | Back out last change; there was 'fixup' code for the case later. | eivind | 1998-12-09 | 1 | -1/+1 |
* | Better error checking. | eivind | 1998-12-08 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 2 | -4/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -5/+5 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 6 | -124/+118 |
* | Fixed printf format errors. | bde | 1998-08-17 | 1 | -2/+2 |
* | When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1, | phk | 1998-06-10 | 1 | -2/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 3 | -7/+7 |
* | Don't depend on "implicit int". | bde | 1998-05-01 | 1 | -2/+2 |
* | Make read_random() take a (void *) argument instead of (char *) | phk | 1998-04-06 | 1 | -2/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -2/+4 |
* | Staticize. | eivind | 1998-02-09 | 7 | -31/+33 |
* | Forward declare more structs that are used in prototypes here - don't | bde | 1998-02-01 | 1 | -1/+2 |
* | Make INET a proper option. | eivind | 1998-01-08 | 2 | -2/+8 |
* | Moved some declarations from <sys/socket.h> to the correct places, and | bde | 1997-12-21 | 1 | -1/+2 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 3 | -5/+13 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -2/+1 |
* | This depends on option TCP_DEBUG for some reason, so include | bde | 1997-10-28 | 1 | -1/+4 |
* | Update network code to use poll support. | peter | 1997-09-14 | 2 | -6/+6 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 2 | -2/+4 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 5 | -72/+67 |
* | Don't depend on gcc's feature of permitting labels that aren't followed | bde | 1997-07-01 | 1 | -2/+2 |
* | Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I | jhay | 1997-06-26 | 22 | -806/+115 |
* | Mega IPX commit. | jhay | 1997-05-10 | 21 | -587/+861 |
* | Oops I missed one of the pr_usrreqs changes. | jhay | 1997-05-01 | 1 | -1/+4 |
* | Make ipx compile again after the network interface changes. | jhay | 1997-05-01 | 9 | -71/+98 |
* | Change IPX to use the pr_usrreqs structure. | jhay | 1997-04-05 | 5 | -414/+565 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 3 | -6/+6 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 22 | -22/+22 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 22 | -22/+22 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 4 | -31/+18 |
* | Enlarge the transmit and receive bufferspace of ipx. Make it tweakable | jhay | 1996-11-24 | 2 | -7/+19 |
* | Accept odd length ipx packets. (Win95 and some dialup servers use it.) | jhay | 1996-08-18 | 1 | -6/+10 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -3/+1 |
* | Make IPXIP work. | jhay | 1996-05-08 | 4 | -18/+18 |
* | Zero out some (unused) entries in the ipxsw initiliser which only lead to | gpalmer | 1996-05-08 | 1 | -6/+6 |
* | Don't use a newfangled auto initializer. Initialize everything by | jhay | 1996-04-13 | 1 | -2/+6 |
* | Eliminated sloppy common-style declarations. Now there are no duplicated | bde | 1996-04-13 | 3 | -5/+12 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 8 | -9/+16 |
* | Kill XNS. | wollman | 1996-02-13 | 1 | -2/+2 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 3 | -7/+7 |
* | Finally demolished the last, tottering remnants of GATEWAY. If you want | wollman | 1996-01-05 | 2 | -19/+21 |
* | Oops, forgot to update this to match pr_ctlinput. | bde | 1995-12-16 | 1 | -3/+3 |
* | Uniformized pr_ctlinput protosw functions. The third arg is now `void | bde | 1995-12-16 | 6 | -15/+23 |