summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add an $Id$peter1997-10-182-0/+2
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There ispeter1997-10-184-88/+386
* Synchronize with sys/i386/conf/options.i386 revision 1.62.kato1997-10-182-10/+32
* This commit was generated by cvs2svn to compensate for changes in r30549,peter1997-10-181-7/+27
|\
| * Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-183-52/+219
* | Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-181-7/+27
* | Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-188-20/+40
* | Don't doc PPP_BSDCOMP and PPP_DEFLATE twice. slight reorder so that thepeter1997-10-183-33/+30
* | Braino on my part.. a #define isn't a reference to a structure, so thepeter1997-10-181-3/+1
* | Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP andpeter1997-10-181-6/+13
* | Doc PPP_* options and add PPP_FILTERpeter1997-10-183-6/+21
* | Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.peter1997-10-182-6/+12
* | Convert PPP_FILTER to an optionpeter1997-10-181-1/+2
* | Better fix for the bpf dependency that doesn't have such a large impactpeter1997-10-182-2/+11
* | Back out the `PPP_FILTER => NBPFILTER' changes.peter1997-10-181-3/+3
* | Back out the `PPP_FILTER => NBPFILTER' changespeter1997-10-182-14/+15
* | Killed non-sensical call to splimp/splx in crfree().dg1997-10-171-5/+1
* | A better fix for both kernel and LKM compilation.roberto1997-10-172-4/+4
* | Change PPP_FILTER into NBPFILTER to fix kernel compilation.roberto1997-10-172-6/+6
* | LEarn about the TI 1131.wollman1997-10-171-0/+2
* | Oops... back out the change to recognize the TI 1131; there's a better place.wollman1997-10-171-4/+1
* | Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.wollman1997-10-171-1/+11
* | Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-1714-285/+101
* | Fixed a bug where input packets were counted twice - messing up thedg1997-10-172-4/+2
* | PPP_FILTER => NBPFILTERbrian1997-10-171-12/+11
* | VFS clean up "hekto commit"phk1997-10-1618-80/+28
* | Another VFS cleanup "kilo commit"phk1997-10-1653-1448/+240
* | Oops. forgot the blasted cvs add.phk1997-10-161-0/+101
* | Staticize the ufs vnops member functions.phk1997-10-162-39/+37
* | Remove an overlapping variable I created in last round.phk1997-10-162-21/+13
* | VFS mega cleanup commit (x/N)phk1997-10-1673-1491/+526
* | remove forgotten debug printf()julian1997-10-161-2/+1
* | Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-163-4/+4
* | We are mounting the root.julian1997-10-162-4/+4
* | 1/ by default make all versions of the same device get the same vnode.julian1997-10-162-6/+5
* | some cleanups of init code, and changes needed to support disk layering.julian1997-10-162-62/+75
* | On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uidguido1997-10-151-3/+4
* | Sigh. Signal handlers are executed on leaving the system call, notpeter1997-10-151-8/+2
* | vnops megacommitphk1997-10-1520-1029/+490
* | Hide a silly ``unknown board type'' message behind bootverbose. Thejoerg1997-10-152-6/+8
* | Hmm, realign the vnops into two columns.phk1997-10-1531-338/+338
* | Stylistic overhaul of vnops tables.phk1997-10-1531-2129/+1910
* | When the default vnops funtion is vn_default_error(), there is no reason tophk1997-10-154-232/+4
* | Mention that the Zip driver (vpo) requires SCSI disk support, and worksmsmith1997-10-153-3/+9
* | IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flagsbde1997-10-152-8/+8
* | Reset the flag right away, could catch a bogon someday.phk1997-10-142-2/+4
* | I think my previous change may have opened a race conditio.phk1997-10-1410-23/+28
* | Deleted obsolete non-Intel CPU options.kato1997-10-142-18/+2
* | ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-145-8/+12
* | if_ep.c clarification/simplification.itojun1997-10-144-546/+184
OpenPOWER on IntegriCloud