summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Declare ddb_regs as extern to avoid creating a tentative definition.marcel2002-01-181-1/+1
* Cleanup the IPIs.marcel2001-12-301-8/+7
* Remove unused MD fields (pc_pending_ipis, pc_next_asn andmarcel2001-12-301-3/+3
* Fix CRITICAL_FORK so that it compiles.dfr2001-12-231-1/+1
* Modify the critical section API as follows:jhb2001-12-183-15/+7
* Overhaul the per-CPU support a bit:jhb2001-12-115-163/+14
* style(9)obrien2001-12-091-10/+9
* Add multiple inclusion protection.jhb2001-12-061-0/+5
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* Initial cut at calling the EFI-provided FPSWA (Floating Point Softwarepeter2001-11-191-0/+1
* Use some (now) spare space for passing through a pointer to the FPSWApeter2001-11-191-1/+2
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-1/+1
OpenPOWER on IntegriCloud