summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-2535-176/+19
* This patch clears the way for removing a number of tty relatedphk1999-09-259-176/+73
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-2517-185/+3
* Oops! I enabled SOFTUPDATES by accident.phk1999-09-252-2/+2
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-241-1/+1
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-231-1/+3
* Make the frequency tuneable via a sysctl.jhay1999-09-231-1/+24
* Fix a commit that shouldn't have snuck in. Rev 1.12 was a part of thepeter1999-09-231-0/+5
* MFS: firewall -> firewall_typejkh1999-09-232-2/+2
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-9/+0
* Regeneration.luoqi1999-09-223-6/+9
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-223-9/+27
* Display CPU (BSP) clock speed on SMP systems.luoqi1999-09-221-4/+0
* Mention in the documentation that the AOpen/Acer ALN-320 is a supportedwpaul1999-09-222-2/+4
* Oops, the syntax didn't work that way...sos1999-09-221-3/+5
* Support quad & max speeds in wormcontrol.sos1999-09-221-3/+3
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotdillon1999-09-223-28/+2
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-224-4/+4
* Change default block size for user VBLK device access from 2K to PAGE_SIZEdillon1999-09-223-1/+45
* Add md driver to LINTphk1999-09-212-0/+2
* Add an experimental Memory-Disk driver. This driver will allocatephk1999-09-211-2/+2
* Print out flags valuephk1999-09-211-0/+2
* Set si_iosize_max rather than d_maxio.phk1999-09-201-12/+7
* 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
OpenPOWER on IntegriCloud