summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsrwatson2002-02-131-1/+1
* Add an option CPU_ATHLON_SSE_HACK which attempts to enable the SSEdwmalone2002-02-122-0/+22
* Move do_cpuid() from a identcpu.c into cpufunc.h.dwmalone2002-02-122-11/+11
* Remove an unused (but initialized) variable from vmapbuf().alc2002-02-121-5/+3
* Garbage-collect the "LOCORE" version of MPLOCKED.bde2002-02-112-11/+2
* Cosmetic changes:kato2002-02-101-24/+28
* Add needed include.nyan2002-02-101-0/+3
* Recognize VIA C3 Samuel 2.kato2002-02-091-4/+6
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-081-2/+2
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-082-4/+0
* Attempt to patch up some style bugs introduced in the previous commitpeter2002-02-072-9/+11
* Pre-KSE/M3 commit.julian2002-02-077-35/+46
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-071-2/+0
* Make the style a little bit more consistant by removing parametermarkm2002-02-031-3/+2
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-032-11/+6
* Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-031-0/+4
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-2/+0
* Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compilesbde2002-01-311-0/+1
* Backed out the main part of revs.1.14-16. Don't disable interrupts inbde2002-01-301-10/+3
* Backed out the last vestiges of rev.1.51. Don't enter a criticalbde2002-01-301-10/+1
* Cleaned up the 0ldSiG magic check before removing it. Just use fuword()bde2002-01-301-13/+8
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-308-1/+37
* Removed unused includes. In particular, don't include <isa/isavar.h> sincebde2002-01-301-24/+2
* Unbreak pcvt, it suffered from common variables. Whoever added thejoerg2002-01-271-8/+14
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatjdp2002-01-271-3/+3
* Add missing destroy_dev().wes2002-01-231-10/+13
* List bit 18 (reserved, apparently present on thunderbird cpus)peter2002-01-221-2/+2
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-202-0/+11
* The Libretto L series has no $PIR table, but does have a _PIR table.imp2002-01-202-26/+44
* Avoid __func__ string concatenationpeter2002-01-183-12/+12
* Garbage-collect an unused variable left by rev.1.61.bde2002-01-171-3/+1
* Changed the type of pcb_flags from u_char to u_int and adjusted things.bde2002-01-172-6/+4
* Change <b28> to HTT (Hyperthreading technology). If this flag is set thenpeter2002-01-161-3/+3
* Ensure that we set all the %cr0 bits to a known state for the AP's beforepeter2002-01-163-0/+30
* Sync to GENERIC: add UFS_DIRHASHimp2002-01-151-0/+1
* Replace ffind_* with fget calls.alfred2002-01-142-4/+4
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-134-68/+134
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-104-9/+10
* Fix typo in function name.wes2002-01-101-1/+1
* Use a spare slot in the machine context for a flags word to indicatedeischen2002-01-102-1/+5
* Fix S3 breakage.takawata2002-01-091-1/+2
* - generic Arcnet frameworkfjoe2002-01-081-0/+9
* Gut this header; since physio_proc_init is never called, the code never doesmsmith2002-01-081-34/+1
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-054-9/+9
* Change the preemption code for software interrupt thread schedules andjhb2002-01-057-15/+23
* GC unfinished function selected_proc_ipi(). It is a duplicate ofpeter2002-01-051-30/+0
* Allow a specific setting for pv entries. This avoids the need to guesspeter2002-01-031-0/+1
* Add the nullmodem devicejulian2002-01-011-0/+1
* Grrr. The tlb code is strewn over 3 files and I misread it. Revertdillon2001-12-311-8/+0
OpenPOWER on IntegriCloud