summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add in placeholders for the newer linux syscallspeter1998-03-291-1/+23
* Don't use fast interrupts when initialized through PnP. if_ed doeseivind1998-03-291-2/+1
* Removed unused #includes.bde1998-03-2816-77/+14
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-287-8/+91
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-288-5/+15
* Add two new functions, get{micro|nano}time.phk1998-03-261-14/+1
* Remove unused cheat static.imp1998-03-251-3/+1
* Fix a stupid bug where I was returning the wrong value. It's a wonderjlemon1998-03-241-1/+2
* Only read the cr4 register if the cpu_feature flag indicates the machinejlemon1998-03-241-2/+3
* PC-98 does not have a BIOS call to get memory size.kato1998-03-241-2/+3
* Describe the SC_DISABLE_REBOOT option.yokota1998-03-242-2/+4
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-2310-72/+745
* si driver has changed microcode file locations.peter1998-03-231-3/+3
* Remove these.peter1998-03-232-2530/+0
* Several changes:peter1998-03-233-284/+519
* New versions of Specialix host card download code.peter1998-03-232-0/+3466
* Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.peter1998-03-212-2/+16
* zap 'vector siintr' from example si0 configpeter1998-03-212-4/+4
* merge from 2.2peter1998-03-211-2/+3
* Merge from 2.2, plus some other changes. In the config file entry,peter1998-03-211-48/+66
* Remove unuseful (and annoying) ENXIO printf.msmith1998-03-201-6/+3
* Protect against count of chars received being 0, which causes a panicdg1998-03-181-1/+3
* Fixed missing filemark on close if data written to tape.sos1998-03-171-60/+96
* Make EPSON_BOUNCEDMA a new-style option.kato1998-03-173-1/+6
* Add missing entry to list of major device names. This list should notmsmith1998-03-171-1/+3
* Clear up DPT comment to avoid further confusion. This is a hardwareeivind1998-03-162-4/+6
* Spell 'compatibility' like everyone else.msmith1998-03-161-2/+2
* Use dkmakeminor() rather than magic knowledge of the size and location ofmsmith1998-03-161-4/+4
* Be less draconian about the TSC if APM is configured, use it forphk1998-03-162-16/+62
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-14/+25
* Remove an ifdef (to get linker errors instead of compile errors in theeivind1998-03-151-3/+0
* Use dsname() to generate the disk region name for the "changing rootmsmith1998-03-151-14/+14
* Add a BOOTP_WIRED_TO option, for use on machines with multiple networktegge1998-03-142-2/+4
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-142-76/+180
* Don't use the standard macros for disabling/enabling interrupt.tegge1998-03-141-3/+3
* Added a null entry for sysmk that is generated by makesyscalls.sh.jb1998-03-131-1/+2
* 'LKM' is a minimal kernel config file, just enough to be able to test-linkeivind1998-03-121-0/+74
* Removed duplicated -I options.bde1998-03-122-4/+3
* Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handlesbde1998-03-121-2/+2
* Fixed breakage of the !SMP case in vm_page_zero_idle() in thebde1998-03-121-5/+7
* Don't depend on "implicit int" or bloat the data section in thebde1998-03-121-3/+3
* Add EISA support for DPT driversjulian1998-03-113-1/+558
* Change PMAP_SHPGPERPROC to not be equal to the default, for theeivind1998-03-102-6/+6
* Add bktr and pcm entries by popular request. Also use more canonicaljkh1998-03-101-6/+8
* Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, andeivind1998-03-094-4/+32
* "Correct behaviour" involves being consistent with the canonical names ofmsmith1998-03-091-2/+2
* Merge from 2.2; behave correctly in the presence of a slice number thatmsmith1998-03-091-1/+4
* Correct an ethernet framesize mismatch that caused poorsteve1998-03-091-1/+1
* Construct the minor number for the root device taking into account themsmith1998-03-081-8/+10
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-082-2/+16
OpenPOWER on IntegriCloud