summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing newline in probe message.des1998-10-071-2/+2
* Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.luoqi1998-10-071-6/+6
* Fix syntax errors I introduced.obrien1998-10-075-15/+15
* Fix that pesky boot aguments parsing bug. (I think :-)peter1998-10-073-6/+3
* Request the flags back when checking for keyboard status.msmith1998-10-071-2/+2
* Add entries for the adw device driver.gibbs1998-10-075-8/+16
* ahc_pci.c:gibbs1998-10-076-16/+34
* Fix a parent tag reference count bug during tag teardown.gibbs1998-10-072-14/+36
* Add a missing newline.gibbs1998-10-071-1/+2
* Don't set the active flag on a transaction resource until it has beengibbs1998-10-072-37/+37
* Add ADW_ALLOW_MEMIO and DPT_ALLOW_MEMIO. Until our configurationgibbs1998-10-071-2/+7
* Add a quirk entry for the CFP2107, another drive with brokengibbs1998-10-071-2/+9
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).gibbs1998-10-079-0/+3533
* Up the read capacity timeout from 20 seconds to 60 seconds to keep myimp1998-10-071-2/+2
* Some fixes for the CD and DA drivers from bde. (and some of my own asken1998-10-072-199/+147
* Enable the DOS filesystem. NOTE: you will have to rebuild libstand inmsmith1998-10-072-7/+2
* - Drain the keyboard buffer when initialising.msmith1998-10-074-8/+12
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-075-54/+197
* VERBOSE_LS is obsoletemsmith1998-10-071-2/+0
* Cast the return value of tvtohz() from a long to an int to satisfy thealex1998-10-062-4/+4
* Minor cleanup: kill a couple of unused variables, and a couple ofjoerg1998-10-061-3/+7
* In an attempt to reduce the huge number of differences between thejoerg1998-10-061-225/+337
* Disable multi-lun probing and serial number inquiries for the Exabyte 8200.ken1998-10-061-1/+12
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-068-10/+134
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.kato1998-10-0613-31/+331
* Make sure that the argv pointers for init are aligned to the correctdfr1998-10-061-2/+2
* Add support for adjkerntz (largely untested).dfr1998-10-065-7/+44
* Fix unaligned accesses when checking DOS MBRs.dfr1998-10-061-4/+19
* Add MFS_ROOT support.dfr1998-10-061-18/+38
* teach userconfig about isa_devtab_cammsmith1998-10-061-3/+6
* bootinfo.cmsmith1998-10-064-20/+33
* Fix for "get base memory" bug found and mostly fixed by Mike.rnordier1998-10-062-4/+4
* The BIOS memory size is only a word. Some BIOSsen have garbage in the othermsmith1998-10-062-4/+4
* Build boot0 as well.msmith1998-10-061-1/+1
* Make the printf when busy_time < 0 a little more descriptive. This mayken1998-10-061-2/+4
* Undo most of the previous commit.obrien1998-10-052-30/+10
* Fix a =/== confusion that caused the CHAP type renegotiation tojoerg1998-10-051-2/+2
* Install in /boot.rnordier1998-10-051-4/+7
* Make async I/O on a socket work.jfieber1998-10-056-24/+28
* In linux_newuname bzero the right type of struct (linux_newuname_t).sos1998-10-052-4/+4
* Now require *FS_ROOT to enable the ability to mount a *FS /.obrien1998-10-052-12/+32
* Taking the GENERIC kernel and commenting out MSDOSFS, CD9660{,_ROOT}, PROCFS,obrien1998-10-051-2/+3
* This commit was generated by cvs2svn to compensate for changes in r39973,rnordier1998-10-053-0/+326
|\
| * boot0 is a booteasy (boot manager) workalike with EDD support.rnordier1998-10-053-0/+326
* | Sync with sys/i386/conf/Makefile.i386 revision 1.125.kato1998-10-052-6/+32
* | Sync with sys/i386/boot/biosboot/boot.c revision 1.72.kato1998-10-051-1/+2
* | Document that ``options xFS_ROOT'' requires the associated ``options xFS''.obrien1998-10-055-19/+22
* | Insert whitespace between unargv'd arguments.msmith1998-10-051-3/+7
* | The length argument for bcopy is a size_t, not u_int. Adjustalex1998-10-041-5/+5
* | Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha.alex1998-10-041-2/+2
OpenPOWER on IntegriCloud