summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* GPROC0_SEL isn't used in any *.s files it seems..peter1997-10-102-6/+2
* Try out PPP_FILTERpeter1997-10-102-3/+5
* Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).asami1997-10-101-1/+5
* Change default keymap (I left all the international ones alone) sojkh1997-10-103-6/+6
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-1034-39/+80
* Allow a deleted deveice to delte it's nodes in other mounted devfsjulian1997-10-101-1/+7
* Major cleanup and debugging of the new AIO/LIO code. The LIO code isdyson1997-10-091-65/+258
* Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.bde1997-10-091-2/+2
* - Enable PS/2 mouse support by default. Given that almost all new hardwarenate1997-10-082-4/+4
OpenPOWER on IntegriCloud