summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
...
* Properly parenthesize the DBREG_DRX macro's variables to allow foralfred2002-11-071-1/+1
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-071-0/+2
* Note that the sched_lock protects md_ldt of struct mdproc.jhb2002-10-251-1/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-254-4/+54
* Use the correct values for LDBL_*. Libc doesn't completely supportimp2002-10-251-9/+10
* Change the definition of the debugging registers to be an array, sophk2002-10-201-9/+6
* Add the !define(COMPILING_LINT)pirzyk2002-10-171-1/+1
* put an #error directive when SMP and CPU_DISABLE_CMPXCHG are setpirzyk2002-10-171-0/+3
* Be consistent about functions being static.phk2002-10-161-1/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-10/+0
* Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.pirzyk2002-10-141-1/+1
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-4/+8
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+6
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-5/+10
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-041-0/+23
* Add another temporary hack to allow running older i386 binaries.deischen2002-10-041-6/+6
* It is too much work convincing lint why we would want empty structures,phk2002-10-012-0/+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-231-6/+6
* 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-232-2/+2
* 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
* 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-165-18/+42
* 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
* 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
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-214-5/+144
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-201-14/+2
* 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
OpenPOWER on IntegriCloud