summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the VM system handle the case where a terminating object containsdg1998-10-221-43/+31
* Defer rundown (m_freem) of completed transmit buffers for no longerdg1998-10-222-2/+44
* Convert fake page allocs to use the zone allocator, thus eliminating thedg1998-10-221-14/+8
* Set m->object to NULL in dev_pager_getfake().dg1998-10-211-1/+2
* Bye-bye setdefs.msmith1998-10-212-90/+0
* - Enable PnP and ISA PnP code.msmith1998-10-213-26/+59
* Don't depend on being part of the kernel tree. If we are, use the kernel'smsmith1998-10-211-5/+8
* Make ISA PnP work. This successfully enumerates as many ISA devices as Imsmith1998-10-216-127/+303
* Get things limping along again for the 80386 and friends. Thernordier1998-10-211-2/+5
* Eliminate a superfluous comment.jdp1998-10-211-5/+1
* Nuked PG_TABLED flag. Replaced with m->object != NULL.dg1998-10-212-10/+5
* Add a diagnostic printf for freeing a wired page. This will eventuallydg1998-10-211-1/+2
* Decrement the now unused page table page's wire_count prior to freeing it.dg1998-10-213-3/+9
* config.c:grog1998-10-2111-56/+188
* Make serial port, data format, and bps configurable.rnordier1998-10-204-12/+24
* Hex constants should only have one '0x' prefix.msmith1998-10-201-1/+1
* Modify the transmit packet queuing strategy a bit to be a little lesswpaul1998-10-192-20/+23
* Make configurable (a) whether to use int 0x13 extensions; (b) timeoutrnordier1998-10-193-17/+25
* Reclaim the 48k used by the first bootstrap stage by adding it to the mallocdfr1998-10-194-13/+23
* Rename boot2 to loader.dfr1998-10-182-3/+3
* R_ALPHA_RELATIVE relocations need to add the value to the existing memorydfr1998-10-182-6/+6
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-1811-10/+2587
* Commented out aic.kato1998-10-181-2/+2
* Some cleanups and optimizations:peter1998-10-181-163/+108
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-182-2/+6
* Update SMP-GENERIC98 to something a bit more recent based on GENERIC98.kato1998-10-181-3/+14
* Sync with sys/i386/conf/GENERIC revision 1.125.kato1998-10-182-2/+14
* Add a missing ++.phk1998-10-181-3/+3
* Added missing dependency for bus_if.o on bus_if.hphk1998-10-181-1/+1
* Initialize earlier (ie: before npx) in case it makes any difference.peter1998-10-181-4/+8
* Print a message if bootverbose that the emulator is present in the kernel.peter1998-10-181-5/+11
* OOPS!peter1998-10-181-2/+2
* Set BINMODE to 444.rnordier1998-10-171-1/+2
* Fix some glitches in the input routine:rnordier1998-10-172-4/+14
* Having probed the keyboard, turn off the -P flag.rnordier1998-10-172-2/+4
* Treat all options as toggles (ie. -c -c is the same no -c). Sincernordier1998-10-172-12/+8
* Overload the correct errno for attempts to set an in-core label withbde1998-10-171-2/+2
* biosboot compatibility fix:rnordier1998-10-172-8/+14
* biosboot compatibility fix:rnordier1998-10-172-4/+4
* Use only the correct raw partition for writing labels. Don't use thebde1998-10-172-18/+8
* Load the first page of the file and use the headers in it. This shouldpeter1998-10-171-52/+48
* Complete the description of sio flag 0x40.alex1998-10-163-3/+6
* Turn of disk debugging by default (suppress annoying "partition marked asmsmith1998-10-161-2/+2
* Commented out bs driver.kato1998-10-162-4/+4
* fixup for alpha.jkh1998-10-162-2/+8
* fixup for the alpha. tag slid forward, since it's benign for the x86.jkh1998-10-161-1/+14
* Back to -current again.jkh1998-10-161-2/+2
* post-tag version bump. We're now back at 3.0-current!jkh1998-10-161-2/+2
* Update SMP-GENERIC to something a bit more recent based on GENERIC.peter1998-10-161-16/+25
* Missed this file.peter1998-10-161-0/+3
OpenPOWER on IntegriCloud