| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 1 | -1/+1 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 2 | -2/+2 |
* | FreeBSD/vax is quite some time away. | peter | 2001-11-03 | 2 | -7/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 7 | -64/+64 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+2 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 3 | -7/+7 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 4 | -8/+5 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 2 | -10/+3 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 3 | -3/+0 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 1 | -0/+2 |
* | Calculate checksum properly for propagated IPX/NetBIOS packets. | bp | 2000-04-27 | 1 | -2/+2 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -2/+1 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -2/+2 |
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 1 | -1/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 6 | -13/+13 |
* | Lose a register declaration to avoid a warning | eivind | 1999-12-20 | 1 | -1/+1 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -1/+1 |
* | Get rid of the old XNS checksum code and implement it the IPX way. | jhay | 1999-08-28 | 8 | -213/+85 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 20 | -20/+20 |
* | Suser() simplification: | phk | 1999-04-27 | 3 | -6/+6 |
* | Remove incorrect initialization. | eivind | 1999-04-11 | 1 | -2/+2 |
* | * 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 |