summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
...
* It is too much work convincing lint why we would want empty structures,phk2002-10-012-0/+6
* Use long long to indicate 64bitness in #ifdef lint.phk2002-10-011-1/+6
* A more lint friendly #ifdef lint section.phk2002-10-011-19/+13
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-301-2/+1
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-301-4/+4
* There is no need for start/num to be signed in i386_ldt_args.peter2002-09-281-2/+2
* ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() arepeter2002-09-261-20/+0
* Fix a declaration that is actually supposed to be a macro definition.markm2002-09-251-0/+1
* use __packed.alfred2002-09-232-16/+16
* Update the nexus driver for the addition of the legacy driver:jhb2002-09-231-43/+0
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-231-9/+9
* PIC_GOTOFF is OBE.peter2002-09-231-2/+0
* use __packed, rather than __attribute__((packed)).peter2002-09-231-4/+3
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-1/+1
* Delete a whole bunch of compatability defines that we dont use anymore.peter2002-09-231-6/+0
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Create inlines for ltr(sel), lldt(sel), lidt(addr) rather thanpeter2002-09-222-3/+26
* Provide in inline function for the (GNUC) assembler "hlt" instruction.markm2002-09-211-0/+7
* Repo copied to <sys/smbus/smb.h>peter2002-09-191-64/+0
* Repo copied to <sys/iicbus/iic.h>peter2002-09-191-47/+0
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-173-20/+0
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-164-14/+35
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-061-0/+1
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-061-1/+1
* Function prototypes don't need 'extern'.jhb2002-09-041-6/+6
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-53/+0
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.dillon2002-08-311-3/+5
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+0
* OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-281-5/+12
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Make __clock_t use `unsigned long' rather than a fixed 32-bit integermike2002-08-221-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-187/+156
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-202-28/+4
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-121-2/+7
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-111-2/+11
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-051-0/+1
* 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
OpenPOWER on IntegriCloud