summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-141-53/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-141-97/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-141-495/+0
* remove the ioctl files from the asc, ctx and wt drivers just removedimp2004-03-143-114/+0
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-132-122/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-1213-58/+161
* Don't implement anything in the ffs family in <machine/cpufunc.h>bde2004-03-111-0/+4
OpenPOWER on IntegriCloud