| Commit message (Expand) | Author | Age | Files | Lines |
* | The fe driver supports bridging, so added it to lists. | kato | 1999-02-25 | 1 | -3/+3 |
* | Misplaces brace puts important code into debug section. | phk | 1999-02-23 | 1 | -5/+5 |
* | Set ifq_maxlen. | dt | 1999-02-20 | 1 | -1/+2 |
* | World, I'd like you to meet the first FreeBSD token Ring driver. | julian | 1999-02-20 | 4 | -5/+508 |
* | Remove all the #ifdef notyet stuff, it is probably never going to happen | phk | 1999-02-19 | 1 | -77/+27 |
* | Since ifru_flags is a short, we can fit in a copy of the flags | phk | 1999-02-19 | 2 | -5/+6 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 3 | -2/+5 |
* | Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently | dillon | 1999-02-02 | 1 | -2/+2 |
* | Print a message if the driver didn't initialize ifq_maxlen. | phk | 1999-02-01 | 1 | -2/+5 |
* | Slight cleanups. There were 2 ways of getting the arpcom from the ifp. | julian | 1999-01-31 | 1 | -23/+22 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 8 | -19/+19 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -3/+9 |
* | Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h. | peter | 1999-01-17 | 2 | -15/+2 |
* | Remove unused variable & clean up a couple of style issues. | eivind | 1999-01-12 | 1 | -5/+5 |
* | Remove one unused variable. | luigi | 1998-12-31 | 1 | -2/+1 |
* | Update sppp support to i4b level. This includes the new spppcontrol | phk | 1998-12-27 | 2 | -35/+126 |
* | More isdn4bsd convergence: cleanup log messages. | phk | 1998-12-26 | 1 | -18/+24 |
* | Converge further on the isdn4bsd version of this file. | phk | 1998-12-26 | 1 | -27/+25 |
* | clean up more timeout/untimeout portability stuff. | phk | 1998-12-26 | 1 | -34/+19 |
* | Add two fields for the lower layers convenience. | phk | 1998-12-20 | 1 | -1/+5 |
* | Straigthen out the use of the tls and tlf callbacks. | phk | 1998-12-16 | 1 | -9/+14 |
* | Generalize the if_up() and if_down() functions under the names | phk | 1998-12-16 | 2 | -15/+42 |
* | 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 |