| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an $Id$ | peter | 1997-10-18 | 2 | -0/+2 |
* | Merge in changes from Matt. Accton EN12xx support, bugfixes. There is | peter | 1997-10-18 | 4 | -88/+386 |
* | Synchronize with sys/i386/conf/options.i386 revision 1.62. | kato | 1997-10-18 | 2 | -10/+32 |
* | This commit was generated by cvs2svn to compensate for changes in r30549, | peter | 1997-10-18 | 1 | -7/+27 |
|\ |
|
| * | Import Matt's current de driver... He appears to be maintaining it in | peter | 1997-10-18 | 3 | -52/+219 |
* | | Import Matt's current de driver... He appears to be maintaining it in | peter | 1997-10-18 | 1 | -7/+27 |
* | | Make all the documented (in pcvt(4)) options supported options. While | joerg | 1997-10-18 | 8 | -20/+40 |
* | | Don't doc PPP_BSDCOMP and PPP_DEFLATE twice. slight reorder so that the | peter | 1997-10-18 | 3 | -33/+30 |
* | | Braino on my part.. a #define isn't a reference to a structure, so the | peter | 1997-10-18 | 1 | -3/+1 |
* | | Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and | peter | 1997-10-18 | 1 | -6/+13 |
* | | Doc PPP_* options and add PPP_FILTER | peter | 1997-10-18 | 3 | -6/+21 |
* | | Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE. | peter | 1997-10-18 | 2 | -6/+12 |
* | | Convert PPP_FILTER to an option | peter | 1997-10-18 | 1 | -1/+2 |
* | | 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 |
* | | Killed non-sensical call to splimp/splx in crfree(). | dg | 1997-10-17 | 1 | -5/+1 |
* | | 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 |
* | | LEarn about the TI 1131. | wollman | 1997-10-17 | 1 | -0/+2 |
* | | Oops... back out the change to recognize the TI 1131; there's a better place. | wollman | 1997-10-17 | 1 | -4/+1 |
* | | Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop. | wollman | 1997-10-17 | 1 | -1/+11 |
* | | Make a set of VOP standard lock, unlock & islocked VOP operators, which | phk | 1997-10-17 | 14 | -285/+101 |
* | | Fixed a bug where input packets were counted twice - messing up the | dg | 1997-10-17 | 2 | -4/+2 |
* | | PPP_FILTER => NBPFILTER | brian | 1997-10-17 | 1 | -12/+11 |
* | | VFS clean up "hekto commit" | phk | 1997-10-16 | 18 | -80/+28 |
* | | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 53 | -1448/+240 |
* | | Oops. forgot the blasted cvs add. | phk | 1997-10-16 | 1 | -0/+101 |
* | | Staticize the ufs vnops member functions. | phk | 1997-10-16 | 2 | -39/+37 |
* | | Remove an overlapping variable I created in last round. | phk | 1997-10-16 | 2 | -21/+13 |
* | | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 73 | -1491/+526 |
* | | remove forgotten debug printf() | julian | 1997-10-16 | 1 | -2/+1 |
* | | Two more places where root filesystems were mounted, put them at the head of | julian | 1997-10-16 | 3 | -4/+4 |
* | | We are mounting the root. | julian | 1997-10-16 | 2 | -4/+4 |
* | | 1/ by default make all versions of the same device get the same vnode. | julian | 1997-10-16 | 2 | -6/+5 |
* | | some cleanups of init code, and changes needed to support disk layering. | julian | 1997-10-16 | 2 | -62/+75 |
* | | On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uid | guido | 1997-10-15 | 1 | -3/+4 |
* | | Sigh. Signal handlers are executed on leaving the system call, not | peter | 1997-10-15 | 1 | -8/+2 |
* | | vnops megacommit | phk | 1997-10-15 | 20 | -1029/+490 |
* | | Hide a silly ``unknown board type'' message behind bootverbose. The | joerg | 1997-10-15 | 2 | -6/+8 |
* | | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 31 | -338/+338 |
* | | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 31 | -2129/+1910 |
* | | When the default vnops funtion is vn_default_error(), there is no reason to | phk | 1997-10-15 | 4 | -232/+4 |
* | | Mention that the Zip driver (vpo) requires SCSI disk support, and works | msmith | 1997-10-15 | 3 | -3/+9 |
* | | IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags | bde | 1997-10-15 | 2 | -8/+8 |
* | | Reset the flag right away, could catch a bogon someday. | phk | 1997-10-14 | 2 | -2/+4 |
* | | I think my previous change may have opened a race conditio. | phk | 1997-10-14 | 10 | -23/+28 |
* | | Deleted obsolete non-Intel CPU options. | kato | 1997-10-14 | 2 | -18/+2 |
* | | ufs_ihashrem() should not be called from the UFS layer, but from the | phk | 1997-10-14 | 5 | -8/+12 |
* | | if_ep.c clarification/simplification. | itojun | 1997-10-14 | 4 | -546/+184 |