| Commit message (Expand) | Author | Age | Files | Lines |
| * | clean up en atm driver | Kenjiro Cho | 1999-05-08 | 2 | -329/+8 |
| * | Fix some disordering I introduced with the jail code. | Poul-Henning Kamp | 1999-05-08 | 1 | -2/+3 |
| * | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 1 | -2/+2 |
| * | Add sufficient braces to keep egcs happy about potentially ambiguous | Peter Wemm | 1999-05-06 | 3 | -12/+16 |
| * | Free the dummynet descriptor in ip_dummynet, not in the called | Luigi Rizzo | 1999-05-04 | 1 | -3/+1 |
| * | Postpone route_init() until all domains are attached. | Luoqi Chen | 1999-04-29 | 3 | -5/+7 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 4 | -17/+28 |
| * | Allow loadable interface drivers with BPF support to be loaded into a kernel | Mike Smith | 1999-04-28 | 1 | -3/+42 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 6 | -25/+25 |
| * | Temporary hack. The radix code shouldn't need this, it should be | Peter Wemm | 1999-04-26 | 1 | -1/+2 |
| * | Protect the ifinit() function's internals with splimp() for safety since | Peter Wemm | 1999-04-26 | 1 | -4/+5 |
| * | Minor seatbelt tweak. The init code used to be splimp() protected, | Peter Wemm | 1999-04-26 | 1 | -2/+7 |
| * | Make NETISR_SET use a SYSINIT() rather than a linker set. | Peter Wemm | 1999-04-26 | 1 | -5/+5 |
| * | Fix my breakage of BRIDGE compiling option without IPFIREWALL.. | Peter Wemm | 1999-04-21 | 1 | -1/+5 |
| * | Tidy up some stray / unused stuff in the IPFW package and friends. | Peter Wemm | 1999-04-20 | 1 | -3/+1 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 4 | -4/+54 |
| * | Break long lines that I introduced in a previous commit. | Eivind Eklund | 1999-04-11 | 1 | -4/+7 |
| * | Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation. | Bill Paul | 1999-04-07 | 1 | -1/+2 |
| * | Add a missing declaration that broke the compilation of this file. | John Polstra | 1999-04-03 | 1 | -0/+1 |
| * | Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the | Nick Sayer | 1999-03-30 | 1 | -3/+30 |
| * | rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better, | Poul-Henning Kamp | 1999-03-30 | 2 | -30/+51 |
| * | Implement TUNSIFMODE and TUNSLMODE. | Dag-Erling Smørgrav | 1999-03-24 | 3 | -3/+47 |
| * | Grrr... botched remote commit. Let's try this again: vlan updates, | Bill Paul | 1999-03-15 | 2 | -2/+11 |
| * | Updates for vlan stuff: | Bill Paul | 1999-03-15 | 1 | -25/+228 |
| * | Submitted by: Larry Lile | Julian Elischer | 1999-03-10 | 3 | -34/+69 |
| * | Also add 1000baseSX, 1000baseLX, 1000baseCX and 1000baseTX media types. At | Bill Paul | 1999-03-07 | 1 | -0/+12 |
| * | Add 1000baseFX, 10baseSTP and 10baseFL media types. The 1000baseFX | Bill Paul | 1999-03-06 | 1 | -1/+19 |
| * | The fe driver supports bridging, so added it to lists. | KATO Takenori | 1999-02-25 | 1 | -3/+3 |
| * | Misplaces brace puts important code into debug section. | Poul-Henning Kamp | 1999-02-23 | 1 | -5/+5 |
| * | Set ifq_maxlen. | Dmitrij Tejblum | 1999-02-20 | 1 | -1/+2 |
| * | World, I'd like you to meet the first FreeBSD token Ring driver. | Julian Elischer | 1999-02-20 | 4 | -5/+508 |
| * | Remove all the #ifdef notyet stuff, it is probably never going to happen | Poul-Henning Kamp | 1999-02-19 | 1 | -77/+27 |
| * | Since ifru_flags is a short, we can fit in a copy of the flags | Poul-Henning Kamp | 1999-02-19 | 2 | -5/+6 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 3 | -2/+5 |
| * | Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently | Matthew Dillon | 1999-02-02 | 1 | -2/+2 |
| * | Print a message if the driver didn't initialize ifq_maxlen. | Poul-Henning Kamp | 1999-02-01 | 1 | -2/+5 |
| * | Slight cleanups. There were 2 ways of getting the arpcom from the ifp. | Julian Elischer | 1999-01-31 | 1 | -23/+22 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 8 | -19/+19 |
| * | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -3/+9 |
| * | Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h. | Peter Wemm | 1999-01-17 | 2 | -15/+2 |
| * | Remove unused variable & clean up a couple of style issues. | Eivind Eklund | 1999-01-12 | 1 | -5/+5 |
| * | Remove one unused variable. | Luigi Rizzo | 1998-12-31 | 1 | -2/+1 |
| * | Update sppp support to i4b level. This includes the new spppcontrol | Poul-Henning Kamp | 1998-12-27 | 2 | -35/+126 |
| * | More isdn4bsd convergence: cleanup log messages. | Poul-Henning Kamp | 1998-12-26 | 1 | -18/+24 |
| * | Converge further on the isdn4bsd version of this file. | Poul-Henning Kamp | 1998-12-26 | 1 | -27/+25 |
| * | clean up more timeout/untimeout portability stuff. | Poul-Henning Kamp | 1998-12-26 | 1 | -34/+19 |
| * | Add two fields for the lower layers convenience. | Poul-Henning Kamp | 1998-12-20 | 1 | -1/+5 |
| * | Straigthen out the use of the tls and tlf callbacks. | Poul-Henning Kamp | 1998-12-16 | 1 | -9/+14 |
| * | Generalize the if_up() and if_down() functions under the names | Poul-Henning Kamp | 1998-12-16 | 2 | -15/+42 |
| * | Bridging support. Wait for LINT to be updated before trying it. | Luigi Rizzo | 1998-12-14 | 3 | -11/+32 |