| Commit message (Expand) | Author | Age | Files | Lines |
* | Support more than 256 tun devices: | brian | 1998-04-27 | 1 | -9/+13 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -1/+1 |
* | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | phk | 1998-04-06 | 1 | -1/+1 |
* | Don't depend on "implicit int" or bloat the data section in the | bde | 1998-02-20 | 1 | -1/+1 |
* | Revert previous commit. Remove all ifp->if_* = 0 initializations, | steve | 1998-02-01 | 1 | -7/+0 |
* | Initialize if_ibytes and if_obytes to zero. | steve | 1998-01-25 | 1 | -0/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -0/+1 |
* | Move softc stuff into if_tunvar.h | brian | 1998-01-11 | 1 | -0/+1 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -2/+8 |
* | Removed unused #includes. | bde | 1997-11-18 | 1 | -18/+26 |
* | Update select -> poll | peter | 1997-09-14 | 1 | -20/+20 |
* | As the Tunnel device has no real inherrent MRU limit, | julian | 1997-06-11 | 1 | -1/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 6: include | bde | 1997-03-24 | 1 | -1/+3 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+1 |
* | Don't try to do anything with the `ifr' parameter for SIOCADDMULTI | wollman | 1997-01-17 | 1 | -15/+0 |
* | Change default tun MTU back to 1500. | fenner | 1996-12-16 | 1 | -1/+6 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -2/+4 |
* | 2 small changes: | julian | 1996-12-02 | 1 | -1/+5 |
* | Remove an un-necessary call to microtime() to set if_lastchange | gpalmer | 1996-06-23 | 1 | -1/+0 |
* | Since the updates to ifnet.if_lastchange are so rare (relatively | gpalmer | 1996-06-12 | 1 | -2/+2 |
* | Change the use if ifnet.if_lastchange to be more in line with | gpalmer | 1996-06-10 | 1 | -2/+5 |
* | Also count bytes in if_tun. kern/1253 | phk | 1996-06-09 | 1 | -0/+2 |
* | added missing semicolon | scrappy | 1996-05-26 | 1 | -1/+1 |
* | If tunnel is busy we return EBUSY, not ENXIO. | phk | 1996-05-26 | 1 | -1/+1 |
* | Removed never-used #includes of <machine/cpu.h>. Many were apparently | bde | 1996-04-07 | 1 | -2/+0 |
* | Fixed ownerships of callout devices. | bde | 1996-03-27 | 1 | -7/+3 |
* | Make tundebug sysctl writable. | phk | 1996-02-09 | 1 | -1/+1 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -5/+5 |
* | Make FIONREAD return the actual that a read() would return, not just the | peter | 1995-12-11 | 1 | -3/+5 |
* | Restored used variable `name[32]' (used by DEVFS). | bde | 1995-12-10 | 1 | -3/+3 |
* | Staticize, clean lint. | phk | 1995-12-09 | 1 | -9/+9 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -53/+38 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -1/+1 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -0/+39 |
* | Replaced bogus macros for dummy devswitch entries by functions. | bde | 1995-11-06 | 1 | -6/+7 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | bde | 1995-11-04 | 1 | -6/+0 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -2/+0 |
* | Add BPF and IP multicast capabilities to the `tun' and `lp' network | wollman | 1995-09-25 | 1 | -1/+30 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -2/+2 |
* | Fix several sysinit functions that had the wrong type and unnecessarily | bde | 1995-08-30 | 1 | -7/+8 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 1 | -1/+0 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Tunnel driver is nmow capable of installing its own cdevsw[] entry, | wollman | 1995-04-10 | 1 | -20/+24 |
* | Support for pseudo-device LKMs. Note that this is restricted to only | wollman | 1995-03-20 | 1 | -4/+3 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -0/+1 |
* | New user Process PPP based on iij-ppp0.94beta2. | amurai | 1995-02-26 | 1 | -115/+75 |
* | (no commit message) | amurai | 1995-01-31 | 1 | -0/+615 |