| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 2 | -1/+5 |
* | Add a macro to accurately calculate the length of a struct ifreq when | wollman | 1998-01-13 | 1 | -1/+6 |
* | Move softc stuff into if_tunvar.h | brian | 1998-01-11 | 2 | -17/+51 |
* | Move softc stuff into if_tunvar.h | brian | 1998-01-11 | 1 | -0/+1 |
* | Fixed change prerequisites for <net/if_arp.h>: | bde | 1998-01-10 | 1 | -4/+4 |
* | NETATALK -> opt_atalk.h | eivind | 1998-01-09 | 3 | -3/+6 |
* | Make INET a proper option. | eivind | 1998-01-08 | 11 | -15/+58 |
* | Reviewed by: Joerg Wunsch | gj | 1998-01-01 | 1 | -10/+3 |
* | Remove bogus #ifdef INET - SLIP doesn't compile without INET. | eivind | 1997-12-20 | 1 | -3/+1 |
* | Fixed gratuitous ANSIisms. | bde | 1997-12-20 | 1 | -2/+5 |
* | MALLOC->malloc | ache | 1997-12-19 | 1 | -3/+3 |
* | SUNIT: use MALLOC/FREE and M_NOWAIT | ache | 1997-12-19 | 1 | -4/+8 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 5 | -5/+14 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | bde | 1997-12-06 | 3 | -6/+6 |
* | Unstaticized rn_delete() and rn_lookup(). They are used in dark corners | bde | 1997-11-24 | 2 | -10/+9 |
* | Removed now-unused blocking mode flag. | bde | 1997-11-18 | 1 | -1/+0 |
* | Removed unused #includes. | bde | 1997-11-18 | 1 | -18/+26 |
* | Removed unused #includes. | bde | 1997-11-18 | 1 | -18/+6 |
* | Don't test for conflicting combinations of PPP_FILTER/BPFILTER here. | bde | 1997-11-18 | 1 | -29/+9 |
* | Cleaned up PPP_FILTER/NBPFILTER ifdefs. | bde | 1997-11-18 | 1 | -15/+6 |
* | Use gettime() instead of assignment from `time'. (`time' is too | bde | 1997-11-18 | 2 | -6/+5 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 3 | -10/+6 |
* | Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route, | dg | 1997-10-31 | 1 | -1/+4 |
* | didn't even know fddi had the atalk support. | julian | 1997-10-29 | 1 | -4/+2 |
* | Fix various problems with netatalk kernel support. | julian | 1997-10-29 | 1 | -14/+39 |
* | Removed unused #includes. | bde | 1997-10-28 | 7 | -35/+7 |
* | Braino on my part.. a #define isn't a reference to a structure, so the | peter | 1997-10-18 | 1 | -3/+1 |
* | Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE. | peter | 1997-10-18 | 2 | -6/+12 |
* | Better fix for the bpf dependency that doesn't have such a large impact | peter | 1997-10-18 | 2 | -2/+11 |
* | Back out the `PPP_FILTER => NBPFILTER' changes. | peter | 1997-10-18 | 1 | -3/+3 |
* | Back out the `PPP_FILTER => NBPFILTER' changes | peter | 1997-10-18 | 2 | -14/+15 |
* | A better fix for both kernel and LKM compilation. | roberto | 1997-10-17 | 2 | -4/+4 |
* | Change PPP_FILTER into NBPFILTER to fix kernel compilation. | roberto | 1997-10-17 | 2 | -6/+6 |
* | PPP_FILTER => NBPFILTER | brian | 1997-10-17 | 1 | -12/+11 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 6 | -6/+27 |
* | Jumbo patch to implement PAP and CHAP for sppp(4). Partially based on | joerg | 1997-10-11 | 2 | -152/+1504 |
* | Try out PPP_FILTER | peter | 1997-10-10 | 2 | -3/+5 |
* | Preserve old SC_STATIC value after units exchange | ache | 1997-10-07 | 1 | -1/+3 |
* | Ooops, this should have made it into the same commit, but didn't. | joerg | 1997-10-07 | 1 | -1/+3 |
* | Allow interfaces to be attached to bpf at times other than boot. | julian | 1997-10-03 | 1 | -2/+5 |
* | Remove an unfortunate name clash with the zalloc/zfree routines. Since the | dyson | 1997-09-21 | 1 | -11/+11 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 6 | -29/+49 |
* | Fixed gratuitous ANSIisms. | bde | 1997-09-16 | 3 | -10/+17 |
* | Update network code to use poll support. | peter | 1997-09-14 | 2 | -4/+4 |
* | Update select -> poll | peter | 1997-09-14 | 1 | -20/+20 |
* | select -> poll | peter | 1997-09-14 | 1 | -47/+15 |
* | Fix a typo that becomes apparent when compiling without COMPAT_443. | joerg | 1997-09-07 | 1 | -2/+2 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 1 | -5/+3 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 1 | -2/+1 |