| Commit message (Expand) | Author | Age | Files | Lines |
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> | se | 1995-01-05 | 1 | -1/+2 |
* | Moved declaration of ifnet pointer out of the header file and into the | dg | 1994-12-30 | 2 | -3/+5 |
* | Added `ds', a black-hole network interface. | wollman | 1994-12-22 | 1 | -0/+220 |
* | Removed bogus semicolon at end of a #define line. | dg | 1994-12-22 | 1 | -2/+2 |
* | Add generic part of generic multiple-physical-interface support (the | wollman | 1994-12-21 | 2 | -2/+15 |
* | Add a #define for if_rawoutput(), which isn't used now, but eventually will | wollman | 1994-12-21 | 1 | -1/+2 |
* | Implemented rtalloc_ign(). | wollman | 1994-12-13 | 1 | -0/+10 |
* | Add support for two separate cloning flags, one set by the lower layers, | wollman | 1994-12-13 | 6 | -23/+46 |
* | Fix bogus include paths: | bde | 1994-12-04 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r4910, | wollman | 1994-12-02 | 2 | -0/+1289 |
|\ |
|
| * | Cronyx/Sigma sync/async serial driver with PPP support | wollman | 1994-12-02 | 2 | -0/+1289 |
* | Fix previous change: don't attempt to reserve cblocks if the tty is null. | bde | 1994-11-27 | 2 | -10/+16 |
* | Fix cblock starvation bugs by reserving enough cblocks for minimal | bde | 1994-11-26 | 2 | -12/+51 |
* | Moved conversion of ether_type to host byte order out of ethernet drivers | dg | 1994-11-24 | 1 | -8/+11 |
* | The long-time-waited-for patch for PPP. | ugen | 1994-11-23 | 1 | -1/+2 |
* | #include <socket.h> -> <sys/socket.h> | phk | 1994-11-16 | 2 | -4/+4 |
* | Include <sys/socket.h> for declaration of struct sockaddr. This helps | bde | 1994-11-15 | 2 | -7/+12 |
* | if.h: | bde | 1994-11-14 | 2 | -6/+10 |
* | Remove redundant stuff. Amazing that they actually solved a bug found in | guido | 1994-11-10 | 1 | -3/+1 |
* | Collapse two fields so that we have space for another 32 flags. | wollman | 1994-11-03 | 2 | -3/+10 |
* | Add code to be a bit smarter about IP routes, conditioned on the option | wollman | 1994-11-02 | 2 | -20/+9 |
* | Make it compile again. XXX - this is not really the right way to fix | wollman | 1994-11-01 | 1 | -4/+4 |
* | Make PPP compile cleanly | pst | 1994-11-01 | 2 | -18/+22 |
* | moved a message into a #ifdef DEBUG. This message comes out if a kernel | phk | 1994-10-15 | 1 | -1/+3 |
* | Fix a bug which caused panics when attempting to change just the flags of | wollman | 1994-10-11 | 3 | -5/+44 |
* | Got rid of map.h. It's a leftover from the rmap code, and we use rlists. | dg | 1994-10-09 | 1 | -2/+1 |
* | Cosmetics: to silence gcc -wall. | phk | 1994-10-08 | 5 | -30/+44 |
* | Mostly Cosmetics. Some of the procedures in if_sl.c was void, but should | phk | 1994-10-08 | 3 | -31/+44 |
* | Install line discipline the new way. | wollman | 1994-10-05 | 2 | -15/+19 |
* | A number of bug-fixes inspired by Mark Treacy: | wollman | 1994-10-05 | 3 | -10/+32 |
* | Moved m_copyback into uipc_mbuf.c | phk | 1994-10-04 | 1 | -54/+1 |
* | GCC cleanup. | phk | 1994-10-02 | 1 | -4/+9 |
* | Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't any | wollman | 1994-10-01 | 1 | -1/+2 |
* | Make the kernel side of PPP compile. | wollman | 1994-09-23 | 3 | -15/+31 |
* | Initial revision | wollman | 1994-09-23 | 4 | -0/+2483 |
* | Made the kernel compile even without "ether". | phk | 1994-09-16 | 1 | -1/+4 |
* | Shuffle some functions and variables around to make it possible for | wollman | 1994-09-14 | 1 | -5/+2 |
* | Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552 | dg | 1994-09-13 | 1 | -34/+54 |
* | Re-enabled check for low clist condition. | dg | 1994-09-12 | 1 | -3/+2 |
* | Made SLMTU kernel config'able. | dg | 1994-09-09 | 1 | -1/+3 |
* | The mrt_ioctl goop properly depends on MROUTING, not MULTICAST. (Oof!) | wollman | 1994-09-08 | 1 | -2/+2 |
* | Reviewed by: Stefan Esser | se | 1994-09-07 | 1 | -2/+2 |
* | Initial get-the-easy-case-working upgrade of the multicast code | wollman | 1994-09-06 | 1 | -1/+6 |
* | Idempotency #endif was not at end of file or commented. | bde | 1994-08-22 | 1 | -3/+3 |
* | Fix typo (define -> ifndef) | paul | 1994-08-21 | 1 | -2/+2 |
* | Make idempotent. | paul | 1994-08-21 | 15 | -22/+85 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | dg | 1994-08-20 | 1 | -5/+1 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 5 | -11/+11 |
* | Added ioctl support for SIOCSIFMTU. | dg | 1994-08-08 | 1 | -3/+6 |
* | On second thought, better restrict the mtu to between 72-65535...strange | dg | 1994-08-08 | 1 | -2/+6 |