summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change cpu_critical_enter/exit to intr_disable/restore.dfr2002-03-211-2/+2
* Remove __P.alfred2002-03-206-62/+62
* Change intr_enable to intr_restore for consistency with sparc64.dfr2002-03-201-2/+2
* Recreate intr_disable/intr_enable and implement cpu_critical_enter/exitdfr2002-03-201-2/+14
* Move a couple of prototypes together instead of being incompletelypeter2002-03-191-0/+4
* Believe it or not, I ran into the 32MB stack size limit using a nativelypeter2002-03-191-1/+1
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-8/+0
* Add a field to hold the current pmap of a thread.dfr2002-03-141-0/+1
* Add ia64_sync_i(), ia64_get_tpr() and ia64_set_tpr().dfr2002-03-141-0/+29
* Add debug code to print SAPIC registers.dfr2002-03-141-0/+3
* Fix some -Wunused warnings by "using" a macro argumentpeter2002-03-121-7/+7
* o Don't require long long support in bswap64() functions.mike2002-03-091-12/+5
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-23/+81
* Add C++ support.mike2002-02-191-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-56/+32
OpenPOWER on IntegriCloud