summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-039-15/+19
* Remove the 'gzip' image activator. We're not using a.out anymore, so savemsmith1999-12-031-1/+0
* Remove the "MCA not supported" from RELNOTES.TXT and addmdodd1999-12-022-0/+30
* Remove code to select APM version with flags to the apm0 device. Thisjlemon1999-12-025-47/+9
* Grammar nit.billf1999-12-022-2/+2
* Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arraysmsmith1999-12-021-0/+4
* Cosmetic changes to comments:sheldonh1999-12-012-16/+16
* The 6th bit of configuration port is not defined on pc98.nyan1999-12-011-0/+4
* Add explicit null entries for new entrypoints.julian1999-12-012-2/+4
* Implement linux_sigaltstack.marcel1999-11-306-17/+61
* Implement sigaltstack.marcel1999-11-301-1/+2
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-292-0/+5
* Make BOOTP work again.dillon1999-11-291-1/+9
* How hard can it be to implement a 24bit counter in hardware ?phk1999-11-291-1/+33
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobdan1999-11-281-0/+1
* Sort PCI SCSI controlers.obrien1999-11-281-4/+4
* /sys adjustments to add the `sym' controler driver.obrien1999-11-283-0/+3
* Add a commented out 'ATA' driver config block to help assist -CURRENTobrien1999-11-271-0/+12
* options should be formatted as "#options ^IFOO".obrien1999-11-272-24/+24
* Implement linux_ustat.marcel1999-11-275-9/+62
* Change prototype of linux_ustat.marcel1999-11-271-1/+2
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-273-24/+3
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-264-10/+18
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-265-4/+14
* Fix out-of-date commentjulian1999-11-261-1/+4
* Update the WaveLAN/IEEE driver:wpaul1999-11-257-165/+432
* Add the description for the configuration of GUS non-PnP bridge driver.tanimura1999-11-252-0/+8
* Change the prototype of the strto* routines to make the secondarchie1999-11-242-3/+3
* Add kernel parts of revived ipfilter (3.3.3.)guido1999-11-232-6/+4
* Even better then using %fs:0 in our locked synchronizing instruction,dillon1999-11-231-5/+6
* Add in required instruction serialization prior to releasing thedillon1999-11-231-1/+20
* Fix a confusion between osigcontext and ucontext_t in the previous commit.green1999-11-231-6/+16
* Update the Alpha makefile to be more in line with the x86 version. Itpeter1999-11-221-21/+11
* move INET6 option from GENERIC to LINT.shin1999-11-223-1/+2
* Add the descriptions of the bridge drivers for Sound Blaster, GUStanimura1999-11-222-0/+20
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-221-0/+6
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-222-1/+4
* Moved useracc() to top of sigreturn as to avoid panicpho1999-11-211-4/+4
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* document new ISP config optionsmjacob1999-11-212-4/+28
* Latest incremental efforts on newcard:imp1999-11-201-4/+5
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-3/+2
* Use LIST_FOREACH to traverse the allproc list.phk1999-11-191-2/+2
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-197-122/+82
* fix braino.. line misplaced.julian1999-11-191-1/+1
* protect some more operations with splimp() under Netgraph.julian1999-11-192-6/+6
* Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk aspeter1999-11-181-4/+6
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-184-0/+56
* Fix some -Wunused warningspeter1999-11-182-4/+0
* Fix some warnings.peter1999-11-181-2/+5
OpenPOWER on IntegriCloud