summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+115
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+16
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Remove an unused type.mike2002-07-091-3/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add a copy of the sparc64 machine/kse.h to satisfy depencies..julian2002-06-291-0/+38
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Remove the definition of struct mca_guid and use the genericmarcel2002-05-291-25/+18
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+58
* o Add records for PCI bus and PCI device errors.marcel2002-05-221-10/+70
* Flesh-out ptrace support. This obviously needs more work.marcel2002-05-201-0/+1
* Simplify IA64_CMPXCHG to avoid having braced-groups in expressions.marcel2002-05-191-20/+22
* Add record definition for memory checks.marcel2002-05-191-0/+39
* o Remove namespace pollution from param.h:marcel2002-05-195-27/+32
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,marcel2002-05-192-4/+6
* Move MI stuff out of MD param.h files.phk2002-05-141-45/+0
* Remove the unused definitions of ctod() and dotc().phk2002-05-141-4/+0
* s/_ALPHA_/_MACHINE_/marcel2002-05-131-1/+1
* Remove reference to the "Alpha Calling Standard".marcel2002-05-131-13/+0
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-122-10/+13
* Add missing #endifmarcel2002-05-102-4/+20
* Gcc 3.1 varargs support.obrien2002-05-102-15/+21
* o Add ar.lc to the pcb.marcel2002-05-071-0/+1
* o Add struct mca_guidmarcel2002-05-051-6/+28
* o Move definition of struct ia64_fdesc here to remove duplication.marcel2002-05-051-1/+11
* The width of segsz_t should be 64, not 32 on ia64.dfr2002-05-021-1/+1
* Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,marcel2002-04-301-9/+12
* Tidy up some loose ends.peter2002-04-291-3/+2
* Machine Check Architecture (MCA) structures and constants.marcel2002-04-261-0/+132
* Add state information types.marcel2002-04-221-1/+9
* Fix definition of va_start: We don't need to take the address ofmarcel2002-04-121-1/+1
* Add ucode values for SIGFPE etc. Copied from i386/include/signal.h.dfr2002-04-101-0/+12
* Add fields for saving/restoring the IA-32 state.dfr2002-04-101-0/+8
* Add definitions for IA-32 exceptions, interrupts and intercepts.dfr2002-04-101-0/+21
* 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
* Define a complete set of accessors for application and control registers.dfr2002-04-091-238/+106
* Merge fixes for dbtob() and btodb() from alpha/include/param.h. This stopsdfr2002-04-061-3/+10
* o Add architecture specific segment types.marcel2002-04-041-0/+11
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-012-5/+73
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-272-12/+6
* o Revert previous commit in asm.h. There's no need to undefinemarcel2002-03-271-1/+0
* Get the guarding right. The IA-64 has a different organization for thisobrien2002-03-261-5/+4
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+5
* Undefine __FBSDID before defining it as it's already defined atmarcel2002-03-241-0/+1
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
* Change critical_t to register_t for intr_disable/restore.dfr2002-03-212-3/+3
OpenPOWER on IntegriCloud