| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 6: include | bde | 1997-03-24 | 2 | -3/+7 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 4: include | bde | 1997-03-24 | 1 | -2/+3 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 6 | -12/+12 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 3 | -6/+3 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 4 | -7/+7 |
* | Fix from Matt for the problem described in PR # kern/2990: ``DEC FDDI | joerg | 1997-03-15 | 1 | -1/+6 |
* | Fixed clist limits. I got them wrong several years ago in rev.1.9 | bde | 1997-03-11 | 1 | -5/+5 |
* | add a bunch of comments to describe what's going on. | julian | 1997-03-05 | 1 | -16/+123 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 41 | -41/+41 |
* | Send RTM_IFINFO messages whenever promiscuous and all-multicast | wollman | 1997-02-14 | 1 | -2/+9 |
* | Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interface | wollman | 1997-02-12 | 1 | -5/+3 |
* | Make sure we have arguments to pass before calling ifaof_ifpforaddr | fenner | 1997-02-04 | 1 | -3/+3 |
* | Fix yet another breakage i've missed when committing rev 1.14. It was | joerg | 1997-01-30 | 1 | -1/+1 |
* | fix mixleading comment (my error.. I wrote the comment) | julian | 1997-01-26 | 1 | -1/+1 |
* | Round #2. This basically brings back the changes from rev 1.12. | joerg | 1997-01-17 | 1 | -1/+9 |
* | This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up | joerg | 1997-01-17 | 2 | -54/+193 |
* | Don't try to do anything with the `ifr' parameter for SIOCADDMULTI | wollman | 1997-01-17 | 3 | -43/+0 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 42 | -42/+42 |
* | Use the new if_multiaddrs list for multicast addresses rather than the | wollman | 1997-01-13 | 5 | -193/+86 |
* | Fix typo. I hate waking up at 4:45 in the morning... | wollman | 1997-01-08 | 1 | -2/+2 |
* | Correctly account for header length in m_pkthdr.len when sending | wollman | 1997-01-08 | 1 | -1/+2 |
* | Fix a few oversights in the new multicast membership interface. | wollman | 1997-01-08 | 2 | -7/+32 |
* | Checkpoint the beginnings of the new kernel interface for | wollman | 1997-01-07 | 3 | -3/+254 |
* | Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>. | wollman | 1997-01-03 | 1 | -1/+19 |