summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a warning.peter1999-11-181-3/+1
* Touch up the make_dev() usage to hopefully make it work and fix warnings.peter1999-11-181-5/+3
* Fix some warnings.peter1999-11-181-2/+2
* Add option NETGRAPH_KSOCKET.archie1999-11-162-0/+2
* Typon_hibma1999-11-161-1/+1
* Fixed to compile bs driver with gcc 2.95.2.nyan1999-11-161-4/+7
* Removed the asm version of conv(). This is should be faster in its newobrien1999-11-151-11/+6
* Fix __asm__ clobber list abuses.obrien1999-11-151-3/+3
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-151-4/+4
* Fix case where vnode could be unlocked twice. Untested; bug found by codeeivind1999-11-141-3/+5
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsmarcel1999-11-121-11/+18
* Change the type of sf_addr in struct {o}sigframe from char* tomarcel1999-11-122-10/+11
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-4/+6
* Cosmetic change: correct formatting error in my previous commit.yokota1999-11-092-10/+10
OpenPOWER on IntegriCloud