summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Synchronize with sys/i386/isa/wd.c revision 1.141.kato1997-10-131-4/+4
* Synchronize with sys/i386/isa/sio.c revision 1.184.kato1997-10-132-4/+4
* Synchronize with sys/i386/i386/userconfig.c revision 1.269.kato1997-10-131-3/+3
* Synchronize with sys/i386/i386/machdep.c revision 1.269.kato1997-10-132-2/+4
* Disable the TEST_CIL code till I can commit the complete solution.fsmp1997-10-131-1/+5
* if we free all the links to a node, then by definitionjulian1997-10-121-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-12122-289/+469
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-123-6/+6
* Fix bug when using DEVFS, drives on second controller sisn't appearsos1997-10-121-4/+4
* Try and fix some style problemspeter1997-10-127-105/+126
* Attempt to support IPX.peter1997-10-122-2/+44
* Synchronize with sys/i386/isa/isa.c revision 1.106.kato1997-10-121-4/+4
* Synchronize with sys/i386/i386/userconfig.c revision 1.94.kato1997-10-121-2/+4
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.kato1997-10-122-4/+4
* Synchronize with sys/i386/conf/options.i386 revision 1.61.kato1997-10-122-4/+4
* Synchronize with sys/i386/i386/machdep.c revision 1.268.kato1997-10-122-2/+6
* Synchronize with sys/i386/i386/trap.c revision 1.113.kato1997-10-121-1/+7
* Synchronize with sys/i386/boot/netboot/Makefile revision 1.14.kato1997-10-121-8/+10
* Remove the call to scsi_start_unit() from sd_open(). It was causingjoerg1997-10-122-8/+9
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-122-8/+8
* sppp(4) is now also a consumer of the kernel MD5 code.joerg1997-10-111-0/+1
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-1142-89/+135
* Freeing with unknown type is a panic kind of thing.phk1997-10-111-2/+2
* Remove all traces of M_VFSCONF, which were for all practicalphk1997-10-112-5/+2
* Jumbo patch to implement PAP and CHAP for sppp(4). Partially based onjoerg1997-10-112-152/+1504
* Remove a debug printf entirely.phk1997-10-111-4/+1
OpenPOWER on IntegriCloud