| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bridging support. Wait for LINT to be updated before trying it. | luigi | 1998-12-14 | 3 | -11/+32 |
* | Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'. | eivind | 1998-12-14 | 1 | -15/+15 |
* | (almost) null commit, recording message for previous commit: | phk | 1998-12-11 | 1 | -4/+4 |
* | *** empty log message *** | phk | 1998-12-11 | 2 | -11/+16 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 2 | -4/+1 |
* | Propagate unsignedness to all variants of 'k', and reorganize the | eivind | 1998-12-07 | 1 | -24/+38 |
* | Remove guard for < 0 on an unsigned variable. | eivind | 1998-12-07 | 1 | -2/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 5 | -16/+21 |
* | I got another batch of suggestions for cosmetic changes from bde. | truckman | 1998-11-11 | 2 | -4/+4 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 4 | -29/+39 |
* | * Use explicitly sized types for grovelling around inside packets. | dfr | 1998-10-31 | 1 | -21/+21 |
* | Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz() | alex | 1998-10-08 | 1 | -8/+9 |
* | Minor cleanup: kill a couple of unused variables, and a couple of | joerg | 1998-10-06 | 1 | -3/+7 |
* | In an attempt to reduce the huge number of differences between the | joerg | 1998-10-06 | 1 | -225/+337 |
* | Fix a =/== confusion that caused the CHAP type renegotiation to | joerg | 1998-10-05 | 1 | -2/+2 |
* | The length argument for bcopy is a size_t, not u_int. Adjust | alex | 1998-10-04 | 1 | -5/+5 |
* | Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha. | alex | 1998-10-04 | 1 | -2/+2 |
* | Support hz > 1000 (Alpha) in BIOCSRTIMEOUT. | alex | 1998-10-04 | 1 | -10/+5 |
* | fix an mbuf leak when using ipfw to filger bridged packets | luigi | 1998-09-18 | 1 | -2/+5 |
* | Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 | fenner | 1998-09-15 | 1 | -1/+3 |
* | Bring in files for bridging support. | luigi | 1998-09-12 | 2 | -0/+753 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -3/+3 |
* | Implement DLT_RAW from libpcap | ache | 1998-08-18 | 2 | -2/+4 |
* | Fixed printf format errors. sppp_dotted_quad() was yet another private, | bde | 1998-08-17 | 1 | -9/+10 |
* | Fixed yet more ioctl breakage due to the type of the `cmd' arg changing | bde | 1998-08-15 | 2 | -7/+7 |
* | One-liner: add a call to the underlying device driver's SIOCDELMULTI | wpaul | 1998-08-12 | 1 | -1/+2 |
* | fix broken loopback code for ddp (again) | julian | 1998-08-04 | 1 | -3/+6 |
* | update ATM driver. (base version: midway.c 1.67 --> 1.68) | kjc | 1998-07-29 | 3 | -130/+409 |
* | Make sure the link level sockaddr size is rounded up correctly on alpha. | dfr | 1998-07-20 | 1 | -2/+2 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 2 | -6/+6 |
* | Don't attempt to optimize the space allocated for bpf headers if | bde | 1998-07-13 | 1 | -2/+3 |
* | Make sure the packet is aligned correctly for the alpha in if_simloop. | dfr | 1998-07-12 | 1 | -2/+13 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+4 |
* | Removed unused includes. | bde | 1998-06-21 | 2 | -4/+2 |
* | Zap what appears to be a relic of the older version of zlib. The other | peter | 1998-06-20 | 1 | -5/+2 |
* | Missing splx(). | peter | 1998-06-20 | 1 | -2/+4 |
* | Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more | peter | 1998-06-20 | 5 | -27/+17 |
* | Oops | julian | 1998-06-14 | 1 | -1/+2 |
* | Try narrow down the culprit sending undefined packet types through the loopback | julian | 1998-06-14 | 3 | -8/+22 |
* | Allow a protocol to specify that it does NOT want to be looped back | julian | 1998-06-13 | 1 | -3/+6 |
* | Remove 3 occurances of __FUNCTION__ | julian | 1998-06-12 | 1 | -4/+3 |
* | Go through the loopback code with a broom.. | julian | 1998-06-12 | 4 | -187/+130 |
* | Don't let ifunit() modify the string passed as an argument. | julian | 1998-06-08 | 1 | -16/+26 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 10 | -33/+35 |
* | Added a used include (in ifdefed code). | bde | 1998-06-07 | 1 | -1/+3 |
* | Fixed pedantic syntax errors caused by a trailing semicolon in a macro | bde | 1998-06-07 | 1 | -2/+2 |
* | Backed out last fix and fixed my typo: | dg | 1998-05-21 | 1 | -2/+2 |
* | Add missing close paren | dufault | 1998-05-20 | 1 | -2/+2 |
* | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | dg | 1998-05-19 | 3 | -3/+11 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -2/+2 |