| Commit message (Expand) | Author | Age | Files | Lines |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 1 | -2/+1 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 8 | -8/+16 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -2/+1 |
* | Add a per-interface-address pointer to a function that can be supplied | julian | 1997-08-28 | 2 | -3/+18 |
* | add some comments while trying to understand why appletalk | julian | 1997-08-22 | 1 | -4/+36 |
* | Some fixes from Bruce: | peter | 1997-08-22 | 2 | -8/+10 |
* | Remove some stray extra prototypes | peter | 1997-08-19 | 1 | -7/+1 |
* | Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to control | peter | 1997-08-19 | 1 | -4/+6 |
* | Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the | peter | 1997-08-19 | 12 | -340/+6492 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 2 | -19/+15 |
* | SUNIT: exchange up/down states too | ache | 1997-08-13 | 1 | -1/+7 |
* | Fix a traceroute problem in the CISCO HDLC mode. (cisco routers not | kjc | 1997-08-12 | 1 | -2/+2 |
* | Implement the LCP fail_counter: if an option has been NAK'ed for more | joerg | 1997-08-10 | 1 | -4/+13 |
* | PR: kern/4117 | itojun | 1997-08-06 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-08-02 | 9 | -68/+8 |
* | Use malloc to save space for temp SUNIT variable | ache | 1997-07-28 | 1 | -9/+10 |
* | Move tmpnc struct out of stack, too large | ache | 1997-07-27 | 1 | -2/+3 |
* | SUNIT: exchange back whole ifnet structures since they are in the linked | ache | 1997-07-26 | 1 | -7/+6 |
* | Forget to change units in prev. SUNIT commit. Move variales to local | ache | 1997-07-26 | 1 | -2/+7 |
* | Exchange whole structures on SUNIT, not unit+flags fields only. | ache | 1997-07-26 | 1 | -6/+6 |
* | An actual fix for the routing default crashes that | julian | 1997-07-18 | 1 | -15/+25 |
* | Fix Julian's fixed fix. Routing is weird. | msmith | 1997-07-17 | 1 | -3/+6 |
* | Bungled cut/paste leaves kernel with page faults.. | julian | 1997-07-16 | 1 | -2/+3 |
* | Finally track down the reason for some of my occasional kernel crashes. | julian | 1997-07-15 | 2 | -3/+24 |
* | Don't add an item to the multicast linked list if it's already | julian | 1997-07-07 | 1 | -12/+14 |
* | Send these files to the attic until they are in use for several reasons. | peter | 1997-07-05 | 3 | -5944/+0 |
* | Initial revision | peter | 1997-07-01 | 3 | -0/+5944 |
* | Fix this damn mbuf with a negative m_len. It turns | brian | 1997-06-22 | 2 | -6/+6 |
* | Protect against garbage mbufs in pppstart. | brian | 1997-06-18 | 1 | -2/+7 |
* | Add for public examination the beginnings of the per-host cache support | wollman | 1997-06-18 | 2 | -0/+339 |
* | As the Tunnel device has no real inherrent MRU limit, | julian | 1997-06-11 | 2 | -2/+5 |
* | Prevent panic with garbage mbuf. | brian | 1997-06-09 | 1 | -2/+2 |
* | Move interrupt handling code from isa.c to a new file. This should make | dfr | 1997-06-02 | 1 | -2/+2 |
* | Bruce mentioned to me that Paul Traina had noticed that the ppp_tty | peter | 1997-05-31 | 2 | -5/+13 |
* | don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm. | peter | 1997-05-31 | 1 | -4/+3 |
* | Fix a couple of log()'s that came out with the wrong (default) | joerg | 1997-05-23 | 1 | -6/+6 |
* | Introduce a third queue per interface, serving only PPP control | joerg | 1997-05-22 | 2 | -17/+44 |
* | Major nit: i've confused link0 and link1 in my brain and/or in either | joerg | 1997-05-20 | 1 | -15/+21 |
* | Major overhaul of the SyncPPP layer. Basically, this comprises now a | joerg | 1997-05-19 | 2 | -777/+2033 |
* | Make sppp's logging human-readable. Also, use log(9), as opposed to | joerg | 1997-05-11 | 1 | -134/+262 |
* | Use the MAC address of an interface for the host part of an IPX address | jhay | 1997-05-10 | 2 | -6/+30 |
* | merge ATM driver | kjc | 1997-05-09 | 1 | -1/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r25603, | kjc | 1997-05-09 | 2 | -0/+521 |
|\ |
|
| * | import Chuck Cranor's ATM driver | kjc | 1997-05-09 | 2 | -0/+521 |
* | add SIOC{S,G}IFMEDIA ioctl support | peter | 1997-05-03 | 2 | -2/+29 |
* | Make it compile on FreeBSD, add $Id$ | peter | 1997-05-03 | 2 | -3/+5 |
* | This commit was generated by cvs2svn to compensate for changes in r25428, | peter | 1997-05-03 | 2 | -0/+781 |
|\ |
|
| * | Backend support for if_media interface ioctl's. This is for supporting | peter | 1997-05-03 | 2 | -0/+781 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 5 | -209/+336 |
* | Use LIST macros instead of insque/remque | phk | 1997-04-14 | 3 | -12/+11 |