summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Increase the scaling of VM_KMEM_SIZE_MAX.obrien2004-08-161-1/+1
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-151-0/+34
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-2/+3
* Add definitions for TLS relocations.dfr2004-08-021-2/+22
* Optimize intr_execute_handlers() by combining the pic_disable_source() andscottl2004-08-021-1/+7
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-012-0/+73
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+6
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-12/+5
* Update for the KDB framework:marcel2004-07-101-2/+1
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+3
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-101-0/+52
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* Reduce the size of pv entries by 15%. This saves 1MB of KVA for mappingpeter2004-06-291-1/+0
* bde points out that this can't do anything useful. The full patch hasimp2004-06-281-1/+0
* When opening /dev/io, preserve iopl properly. Otherwise, if you openimp2004-06-281-0/+1
* remove needless blanklineimp2004-06-281-1/+0
* Various cleanups in support of a future ioapic_config_intr() function:jhb2004-06-231-0/+7
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* MFamd64alc2004-06-161-0/+14
* - Remove an unused declaration.alc2004-06-131-2/+2
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-101-1/+0
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-102-3/+2
* Add new bios_string() which will hunt for a string inside a given rangephk2004-06-031-0/+8
* The NatSemi (now AMD) Geode SC1100 needs special treatment here and therephk2004-06-031-0/+1
* struct cpu_nameclass is a private to identcpu.c, move it there.phk2004-05-301-5/+0
* Moved i386 asms to an i386 header. The asms are for calibration ofbde2004-05-201-0/+19
* Fixed some style bugs (mainly misalignment of backslashes).bde2004-05-191-8/+8
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-30/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Rework the APIC mixed mode support a bit:jhb2004-05-101-0/+1
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-35/+8
* - Create a pir0 psuedo device as a child of legacy0 if we attach a legacyjhb2004-05-041-1/+0
* - Add a new pic method pic_config_intr() to set the trigger mode andjhb2004-05-041-0/+4
* - Change the APIC code to mostly use the recently added intr_triggerjhb2004-05-041-4/+7
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-041-0/+5
* Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver.nyan2004-05-041-1/+1
* Make the legacy_pcib_attach() function static.jhb2004-05-031-1/+0
* Belatedly remove a file from the earlier apic code that is no longer used.jhb2004-04-271-59/+0
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-111-1/+1
* - pmap_kenter_temporary()'s first parameter, which is a physical address,alc2004-04-101-1/+1
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-0729-116/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* Move the definition of rss() from db_interface.c to cpufunc.h wheremarcel2004-04-031-0/+8
OpenPOWER on IntegriCloud