summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Move a prototype to the least wrong place.phk2002-08-022-1/+1
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.phk2002-07-311-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+125
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-211-7/+0
* Beautify. This has the side effect of improving portability andmarkm2002-07-181-39/+31
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-182-0/+2
* Clean up the syntax WRT semicolons at the end of function-like-macros, and pr...markm2002-07-171-23/+74
* Wrap GNU specific code in ifdefs, and help lint out by providingmarkm2002-07-151-2/+18
* Cast to prevent "signed/unsigned comparison" warnings.markm2002-07-151-2/+2
* Warnings and lint-assisting fixes; mark unused function parameters asmarkm2002-07-151-18/+58
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-124-102/+337
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-111-0/+6
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-102-46/+17
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Move the type definition of ointhand2_t from i386/include/types.h tomike2002-07-091-3/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer usedpeter2002-07-081-7/+0
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.peter2002-07-081-8/+0
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add files that are new for KSE.julian2002-06-291-0/+49
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-231-1/+1
* Add additional cpuid feature flags and put into a canonical format.mp2002-06-221-18/+33
* Fix several bugs in the i386 asm statements used to speed up Internetjdp2002-06-221-11/+14
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Silence preprocessor warning, No need to use CONCAT with "," and "word".alfred2002-06-011-1/+1
* Fixed the return value of fpsetmask(). The API requires inversion of thebde2002-06-011-1/+2
* Fixed style bugs in rev.1.9.bde2002-06-011-9/+17
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+46
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()jhb2002-05-221-2/+2
* Debug registers aren't selectors, so use saner names for the variables injhb2002-05-221-24/+24
* - Sort the pause() inline into the appropriate location.jhb2002-05-221-6/+25
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-221-1/+1
* Add an inline function cpu_pause() for the IA32 'pause' instruction.jhb2002-05-211-0/+6
* Remove unneeded ## for GCC 3.1nyan2002-05-211-26/+26
* Move MI stuff out of MD param.h files.phk2002-05-141-48/+0
* I reorganized a little bit too much in the backwards case.obrien2002-05-101-2/+4
* Gcc 3.1 varargs support.obrien2002-05-103-8/+35
* Tidy up some loose ends.peter2002-04-291-3/+2
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummymarkm2002-04-211-21/+28
* Fix typo in adjusted panic message.tegge2002-04-171-1/+1
* Update io_apic_ints array properly when revoking an irq mapping.tegge2002-04-171-2/+2
* Move do_cpuid into the correct place in this file and makedwmalone2002-04-101-10/+8
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+0
* machine/uc_device.h was only here for USERCONFIG and kget(1).phk2002-04-091-73/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
OpenPOWER on IntegriCloud