| Commit message (Expand) | Author | Age | Files | Lines |
* | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | David Greenman | 1998-05-19 | 3 | -3/+11 |
* | s/nanoruntime/nanouptime/g | Poul-Henning Kamp | 1998-05-17 | 1 | -2/+2 |
* | Fix an obvious parameter-order bogon. (Don't know what happened to | Garrett Wollman | 1998-05-15 | 1 | -2/+2 |
* | Oops, the previous commit should have changed `i386' to `__i386__', | Bruce Evans | 1998-05-01 | 1 | -3/+3 |
* | Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGS | Poul-Henning Kamp | 1998-04-30 | 1 | -1/+4 |
* | Support more than 256 tun devices: | Brian Somers | 1998-04-27 | 1 | -9/+13 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 3 | -6/+6 |
* | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 2 | -6/+6 |
* | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | Poul-Henning Kamp | 1998-04-06 | 4 | -15/+15 |
* | Use random() for seq numbers and read_random for CHAP challenge. | Poul-Henning Kamp | 1998-04-06 | 1 | -6/+11 |
* | Make read_random() take a (void *) argument instead of (char *) | Poul-Henning Kamp | 1998-04-06 | 1 | -4/+4 |
* | Time changes mark 2: | Poul-Henning Kamp | 1998-04-04 | 1 | -4/+6 |
* | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 7 | -31/+32 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | Bruce Evans | 1998-03-28 | 1 | -2/+2 |
* | Quieten a debug message.. This happens under "normal" operation by 4 bytes | Peter Wemm | 1998-03-25 | 1 | -2/+2 |
* | Added a forward struct declaration so that this file is less | Bruce Evans | 1998-03-23 | 1 | -2/+2 |
* | ppp-2.3.x ships with a bad compression number for deflate. It uses number | Peter Wemm | 1998-03-22 | 3 | -8/+40 |
* | Update kernel parts of ppp to ppp-2.3.3. Not much has changed except | Peter Wemm | 1998-03-21 | 3 | -852/+1959 |
* | On most other systems "out there", <net/if.h> does not require the caller | Peter Wemm | 1998-03-21 | 1 | -1/+9 |
* | Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually | Garrett Wollman | 1998-03-18 | 4 | -10/+473 |
* | Fixed syntax error in previous commit. | Bruce Evans | 1998-03-01 | 1 | -2/+2 |
* | Make it possible to indicate that we don't care about the remote | Poul-Henning Kamp | 1998-02-28 | 1 | -3/+6 |
* | Don't depend on "implicit int" or bloat the data section in the | Bruce Evans | 1998-02-20 | 2 | -3/+3 |
* | Removed unused #includes. | Bruce Evans | 1998-02-20 | 2 | -7/+2 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | Poul-Henning Kamp | 1998-02-13 | 2 | -5/+7 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 5 | -15/+15 |
* | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 3 | -8/+3 |
* | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 3 | -3/+8 |
* | Added #include of <sys/queue.h> so that this file is more "self"-sufficent. | Bruce Evans | 1998-02-03 | 1 | -1/+3 |
* | Revert previous commit. Remove all ifp->if_* = 0 initializations, | Steve Price | 1998-02-01 | 1 | -7/+0 |
* | Make the debug options new-style. | Eivind Eklund | 1998-01-31 | 1 | -2/+2 |
* | Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. | Eivind Eklund | 1998-01-31 | 1 | -0/+1 |
* | Correct $Id$ | Brian Somers | 1998-01-26 | 1 | -1/+1 |
* | Initialize if_ibytes and if_obytes to zero. | Steve Price | 1998-01-25 | 1 | -0/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 2 | -1/+5 |
* | Add a macro to accurately calculate the length of a struct ifreq when | Garrett Wollman | 1998-01-13 | 1 | -1/+6 |
* | Move softc stuff into if_tunvar.h | Brian Somers | 1998-01-11 | 2 | -17/+51 |
* | Move softc stuff into if_tunvar.h | Brian Somers | 1998-01-11 | 1 | -0/+1 |
* | Fixed change prerequisites for <net/if_arp.h>: | Bruce Evans | 1998-01-10 | 1 | -4/+4 |
* | NETATALK -> opt_atalk.h | Eivind Eklund | 1998-01-09 | 3 | -3/+6 |
* | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 11 | -15/+58 |
* | Reviewed by: Joerg Wunsch | Gary Jennejohn | 1998-01-01 | 1 | -10/+3 |
* | Remove bogus #ifdef INET - SLIP doesn't compile without INET. | Eivind Eklund | 1997-12-20 | 1 | -3/+1 |
* | Fixed gratuitous ANSIisms. | Bruce Evans | 1997-12-20 | 1 | -2/+5 |
* | MALLOC->malloc | Andrey A. Chernov | 1997-12-19 | 1 | -3/+3 |
* | SUNIT: use MALLOC/FREE and M_NOWAIT | Andrey A. Chernov | 1997-12-19 | 1 | -4/+8 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+3 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | Eivind Eklund | 1997-12-15 | 5 | -5/+14 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | Bruce Evans | 1997-12-06 | 3 | -6/+6 |
* | Unstaticized rn_delete() and rn_lookup(). They are used in dark corners | Bruce Evans | 1997-11-24 | 2 | -10/+9 |