summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Support compiling with `gcc -ansi'.bde1998-04-1526-131/+135
* Support compiling with `gcc -ansi'. Fix missing `volatile's in __asm()bde1998-04-152-13/+17
* In pre-devfs days, /dev/psm0 had always been a non-blockingphk1998-04-151-6/+6
* Fixed breakage of fork accounting in previous commit. A fork benchmarkbde1998-04-151-2/+2
* Added EIDRM & ENOMSG errno in translation table.sos1998-04-131-0/+2
* Added EIDRM & ENOMSG to errno translation table.sos1998-04-131-2/+2
* Don't use INTR when only one device supports it.msmith1998-04-132-1/+11
* Aic APM driver support for e.g. Toshiba T2400 notebook with internalphk1998-04-121-2/+59
* Minor typo in the wd driver. The manifestation of this bugdyson1998-04-111-2/+2
* Do not clobber "heads" by &= in wdcommand use only &.sos1998-04-101-2/+2
* Add the new LBA mode support in the wd? config examples.sos1998-04-092-4/+6
* Try to use the "right" CHS translations of a LBA device.sos1998-04-091-4/+21
* Add LBA mode support for large drives.sos1998-04-082-43/+71
* Fix a minor bug (|| instead of |)sos1998-04-081-3/+3
* Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_trpeter1998-04-064-20/+11
* remove #ifdef declaration of npxproc, use globals.s and the extern always.peter1998-04-061-5/+1
* add globals.s for data that is treated differently on SMP.peter1998-04-061-2/+3
* Use real types for the SMP pages being allocated rather than arrays ofpeter1998-04-063-51/+33
* clean up #ifdefs, define the variables that have to be per-cpu on SMPpeter1998-04-061-12/+3
* _curpcb is always defined in globals.s instead of here in #ifdefspeter1998-04-061-6/+1
* Bogus castspeter1998-04-061-4/+4
* Defunct, now part of globals.speter1998-04-061-92/+0
* Rather than filling this file up with SMP .sets, use those frompeter1998-04-061-57/+4
* Generate #defines that the asm code can access for the per-cpu datapeter1998-04-061-2/+46
* generate .sets for variables used in asm and C that are stored in per-cpupeter1998-04-061-0/+169
* A pair of C structures used for laying out the SMP per-cpu data space.peter1998-04-062-0/+202
* some missing symbolspeter1998-04-061-2/+9
* Remove stuff related to microtime.s, which is gone.phk1998-04-062-5/+2
* Use getmicrotime insted of microtime, we only use the second part.phk1998-04-061-2/+2
* Make read_random() take a (void *) argument instead of (char *)phk1998-04-062-8/+8
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-065-20/+20
* Commit a much more functional version of this driver.phk1998-04-051-21/+460
* Remove some unneeded statements that enabled interrupts.tegge1998-04-052-6/+4
* Use microruntime() rather than doing it by hand.phk1998-04-041-3/+2
* More fixes to deal with fonts:yokota1998-04-041-23/+182
* Time changes mark 2:phk1998-04-045-19/+23
* Shut up GCC.eivind1998-04-021-2/+2
* Add two workarounds for broken MP tables:tegge1998-04-015-24/+157
* Declare some variables modified by interrupt handlers as volatile.tegge1998-04-011-3/+3
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-308-23/+47
* Don't access "time" directly.phk1998-03-291-2/+2
* Replace direct access to time with getmicrotime().phk1998-03-291-4/+1
* Export MD5Transform in md5.c and remove a private version in random_machdep.cphk1998-03-291-120/+4
* regeneratepeter1998-03-293-8/+35
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-292-5/+25
* pcics are devices not controllers.helbig1998-03-292-6/+6
* Patch up some space/tab problems. It looks like some of this camepeter1998-03-291-15/+14
* 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
OpenPOWER on IntegriCloud