summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in some comments.cjc2002-02-201-2/+2
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tpeter2002-02-202-23/+25
* Add C++ support.mike2002-02-191-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-39/+19
* Correct path to pucdata.cjedgar2002-02-181-1/+1
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-181-0/+26
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed tonyan2002-02-181-4/+15
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-174-2/+10
* Correct typo.nyan2002-02-171-1/+1
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-171-3/+14
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-174-71/+68
* If the credential on an incoming thread is correct, don't botherjulian2002-02-171-6/+8
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-161-0/+11
* Added #include <sys/systm.h>nyan2002-02-161-0/+2
* Don't leave garbage in parts of fpregs in the fxsr case. All callersbde2002-02-161-0/+2
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED,bde2002-02-151-8/+0
* Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,bde2002-02-151-9/+0
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,bde2002-02-151-0/+35
* Don't confuse a struct with its first member. This fixes:bde2002-02-131-1/+1
* Re-enable WITNESS for GENERIC. Since the 5.x branch is mostly aboutalfred2002-02-131-1/+2
* - Added support for receive in multiplepdeuskar2002-02-131-0/+1
* 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
OpenPOWER on IntegriCloud