summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set up FPU state on the AP.peter1999-09-053-0/+12
* Temporarily disable k6_mem (k6 write combining) at Brian's request sincepeter1999-09-051-1/+1
* M_WAITOK->M_NOWAITgreen1999-09-051-1/+3
* $Id$ -> $FreeBSD$peter1999-09-051-1/+1
* Don't install stubs, make a compat symlink at buildworld time.peter1999-09-041-6/+0
* machine/soundcard.h is now in the standard location - sys/soundcard.hpeter1999-09-043-3/+3
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>dfr1999-09-041-1362/+4
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-041-1/+1
OpenPOWER on IntegriCloud