summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable an extremely annoying printf.peter1997-10-111-1/+3
* Attempt to fix the previous fix to the contigmalloc1 prototype.peter1997-10-111-3/+4
* Remove a #ifndef __FreeBSD__ chunk.phk1997-10-112-10/+2
* Dike out a weird warning.phk1997-10-112-2/+6
* Make the target for the number of AIO daemons work.dyson1997-10-111-2/+18
* Fix contigmalloc() and contigmalloc1() arguments.phk1997-10-102-5/+5
* Make ufs_reclaim free the underlying inode.phk1997-10-105-9/+19
* Use generic ufs_reclaim().phk1997-10-105-49/+18
* Add type arg to ffs_mountfs and avoid examining v_tag to find outphk1997-10-103-35/+17
* Remove a bunch of unused malloc types.phk1997-10-103-30/+19
* Rename "struct kmemstats" to "struct malloc_type" it makes more sense now.phk1997-10-102-14/+16
* Mega commit to cleanup the "remaining nits" after my malloc change.phk1997-10-104-20/+16
* Make malloc more extensible. The malloc type is now a pointer tophk1997-10-103-251/+148
* Compensate for pcb.h tweaks.peter1997-10-108-9/+29
* Don't #include unneeded includes here. pcb_ext.h picks up lots of otherpeter1997-10-102-8/+4
OpenPOWER on IntegriCloud