summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-302-2/+12
* Regen. (Fix SYS_exit)peter2000-07-296-10/+10
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-292-2/+2
* Revert previous commit. Not all RAID controllers are SCSI.obrien2000-07-291-6/+5
* Move the RAID controllers next to the SCSI controllers.obrien2000-07-291-5/+6
* Comment out `ncr' as `sym' handles all that `ncr' does.obrien2000-07-291-2/+2
* Regenerate with makesyscalls.shpeter2000-07-296-10/+10
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-292-2/+2
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-281-3/+1
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-272-7/+2
* Document the SYSV IPC kernel options. Also, remove the SHM_PHYS_BACKEDjhb2000-07-261-14/+48
* Document IPFILTER_DEFAULT_BLOCK.asmodai2000-07-251-0/+1
* s%LINT%NOTES%gbillf2000-07-251-4/+4
* Document device tdfx and options TDFX_LINUX.asmodai2000-07-241-0/+3
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-202-20/+2
* Temporary hack for the benefit of the X-Bone projectkris2000-07-201-0/+1
* Default the pcic to polling. Some laptops need to have polling modeimp2000-07-191-1/+1
* Except for the information gathering IOCTLs, require apm device beimp2000-07-192-0/+32
* Add the umodem driver.n_hibma2000-07-181-0/+2
* Rename MDNSECT to MD_NSECT and declare it as something that isn'tsheldonh2000-07-171-2/+2
* Implement pread and pwrite.marcel2000-07-175-9/+41
* Add prototypes for linux_pread and linux_pwrite.marcel2000-07-171-2/+4
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-162-2/+20
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.itojun2000-07-161-1/+0
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-151-49/+7
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* Add options<sp><tab>MDNSECT=2000 .sheldonh2000-07-141-0/+3
* Change the way NMI's are handled. Before, if DDB was enabled andps2000-07-141-12/+14
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-136-31/+9
* Finally merge newmidi.tanimura2000-07-112-2/+27
* Beef up a bit descriptions of SCSI devices and what the drive.mjacob2000-07-101-3/+30
* Removing commented out devices I added.mjacob2000-07-101-5/+0
* Don't call printf with no format string.kris2000-07-101-1/+1
* Add missing "a" in "Soft updates is technique".alex2000-07-091-1/+1
* Since this file is doc now, reorganize its structure.alex2000-07-091-271/+240
* Update SCSI device section, per Peter Wemm. I stillmjacob2000-07-081-9/+10
* Oops- remove the '0' appended to targbh.mjacob2000-07-081-1/+1
* Add in the commented out SCSI device entries ofmjacob2000-07-081-0/+5
* Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.sumikawa2000-07-041-0/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-047-17/+17
* Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that youjhb2000-07-041-1/+3
* Update tags directive to reflect the new location of soft updatesmckusick2000-07-041-2/+2
* Include SOFTUPDATES in NOTES/LINT by default.phk2000-07-031-5/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-037-17/+17
* Fix my own style bugs (use of spaces instead of tabs for indentation).bsd2000-07-011-18/+18
* - MSDOSFS can do both FAT _and_ FAT32. Since the name "MSDOS" might bealex2000-06-291-3/+3
* Fix some fat-fingering of the isic lines. (argh!)peter2000-06-261-10/+10
* Report the line number where gethints.pl does not understand somethingpeter2000-06-261-1/+2
* Duh. Fix a fatfingered patch.markm2000-06-251-1/+1
OpenPOWER on IntegriCloud