summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+6
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do Thatphk1999-09-203-9/+0
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-201-1/+1
* if_edreg.h moved...phk1999-09-201-1/+1
* Return immediately from apm_suspend() when APM BIOS wasn't initialized.iwasaki1999-09-202-0/+6
* On PIIX4 based SMP systems use the PMTMR register for timecounting.phk1999-09-202-0/+89
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-204-1183/+2
* Convert the VIA Rhine driver to miibus.wpaul1999-09-191-1/+1
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-194-34/+31
* Make `ed' PC-Cards work again. It has been over two weeks that laptopobrien1999-09-191-470/+384
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-191-19/+54
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-184-20/+4
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-171-6/+19
* wlinit() must be called to recalculate the multicast filter.roberto1999-09-151-0/+2
* The sense of probes has inverted. They return an error, rather thanpeter1999-09-131-7/+7
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Fix disordering introduced in my previous commit.des1999-09-132-10/+10
* "\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)des1999-09-132-4/+4
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-121-1/+1
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctldes1999-09-122-0/+28
* Mainly stylistic fixes:green1999-09-121-18/+13
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-121-1/+1
* Change scheduling to use on the fly determination rather than presorting.phk1999-09-121-156/+137
* Some PnP BIOSsen return garbage in the high byte of the number-of-devicesmsmith1999-09-121-0/+1
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-112-3/+18
* Add the AMD driver.gibbs1999-09-113-0/+9
* Handle CAPABILITIESCHANGE event.iwasaki1999-09-112-0/+6
* Handle UserStandbyRequests as well as the other 3 members of thensayer1999-09-112-0/+16
* System clock don't update, because C6's TSC stop count up when runphk1999-09-101-0/+1
* Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu thatpeter1999-09-101-0/+2
* Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/peter1999-09-101-17/+17
* Look for the right ACPI signature.msmith1999-09-101-1/+1
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-103-2/+3
* Changes to centralise the default blocksize behaviour.julian1999-09-095-14/+8
* Seperate the miibus pci ethernet drivers from the non-miibus drivers sopeter1999-09-091-6/+7
* Zap EXPORTMFS, it's no longer an option. (mfs_vfsops.c rev 1.58)peter1999-09-082-4/+0
* Catch up with GENERIC. This file is creaming to be automaticallymarkm1999-09-081-10/+21
* Make unused tape bmajors in past tense.phk1999-09-081-3/+3
* Don't register a bmajor.phk1999-09-082-7/+2
* Make sa/bdev, gd/bdev and gd/cdev as past-tense.phk1999-09-081-3/+3
* Restore old sio driver for Bruce. We'll fix the bus problems in nsiopeter1999-09-081-0/+1
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-073-4/+10
* Doug missed an isa_get_flags().peter1999-09-071-1/+1
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-072-10/+5
* Update for newpcm.dfr1999-09-062-2/+10
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-061-1/+0
* Add id_iosize as used by pccard.peter1999-09-061-0/+1
* Add pccard child to nexus. A better version would take care of thisimp1999-09-062-0/+10
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-064-0/+12
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-054-1/+15
OpenPOWER on IntegriCloud