aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-2/+3
* Add definitions for TLS relocations.Doug Rabson2004-08-021-2/+22
* Optimize intr_execute_handlers() by combining the pic_disable_source() andScott Long2004-08-021-1/+7
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-012-0/+73
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-6/+6
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-12/+5
* Update for the KDB framework:Marcel Moolenaar2004-07-101-2/+1
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-101-0/+3
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+52
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-0/+2
* Reduce the size of pv entries by 15%. This saves 1MB of KVA for mappingPeter Wemm2004-06-291-1/+0
* bde points out that this can't do anything useful. The full patch hasWarner Losh2004-06-281-1/+0
* When opening /dev/io, preserve iopl properly. Otherwise, if you openWarner Losh2004-06-281-0/+1
* remove needless blanklineWarner Losh2004-06-281-1/+0
* Various cleanups in support of a future ioapic_config_intr() function:John Baldwin2004-06-231-0/+7
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* MFamd64Alan Cox2004-06-161-0/+14
* - Remove an unused declaration.Alan Cox2004-06-131-2/+2
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isJohn Baldwin2004-06-101-1/+0
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-102-3/+2
* Add new bios_string() which will hunt for a string inside a given rangePoul-Henning Kamp2004-06-031-0/+8
* The NatSemi (now AMD) Geode SC1100 needs special treatment here and therePoul-Henning Kamp2004-06-031-0/+1
* struct cpu_nameclass is a private to identcpu.c, move it there.Poul-Henning Kamp2004-05-301-5/+0
* Moved i386 asms to an i386 header. The asms are for calibration ofBruce Evans2004-05-201-0/+19
* Fixed some style bugs (mainly misalignment of backslashes).Bruce Evans2004-05-191-8/+8
* Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans2004-05-191-30/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isStefan Farfeleder2004-05-181-1/+1
* Rework the APIC mixed mode support a bit:John Baldwin2004-05-101-0/+1
* Add an MI implementation of the ACPI global lock routines and retire theNate Lawson2004-05-051-35/+8
* - Create a pir0 psuedo device as a child of legacy0 if we attach a legacyJohn Baldwin2004-05-041-1/+0
* - Add a new pic method pic_config_intr() to set the trigger mode andJohn Baldwin2004-05-041-0/+4
* - Change the APIC code to mostly use the recently added intr_triggerJohn Baldwin2004-05-041-4/+7
* Add a simple mini-driver for the ELCR register. Originally, the ELCRJohn Baldwin2004-05-041-0/+5
* Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver.Yoshihiro Takahashi2004-05-041-1/+1
* Make the legacy_pcib_attach() function static.John Baldwin2004-05-031-1/+0
* Belatedly remove a file from the earlier apic code that is no longer used.John Baldwin2004-04-271-59/+0
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+4
* - is_physical_memory()'s parameter, which is a physical address, should beAlan Cox2004-04-111-1/+1
* - pmap_kenter_temporary()'s first parameter, which is a physical address,Alan Cox2004-04-101-1/+1
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,Alan Cox2004-04-101-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0729-116/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Move the definition of rss() from db_interface.c to cpufunc.h whereMarcel Moolenaar2004-04-031-0/+8
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canWarner Losh2004-03-141-53/+0