summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Make sure we increment pm_stats.resident_count in pmap_enter_quickdfr2001-11-091-1/+1
* Define PS and VE fields of region register correctly.dfr2001-11-091-2/+2
* Implement <machine/ieeefp.h>dfr2001-11-031-14/+36
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* * Factor out common code for manipulating the RSE backing store.dfr2001-10-292-0/+76
* The size of the ELF hash table changed from 64 bits in the prototypepeter2001-10-291-1/+1
* Add an IPI used for testing proper operation of delivering IPIs.marcel2001-10-291-1/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,marcel2001-10-292-15/+22
* Add data serialisations after ptc and mov to rr[] instructions.dfr2001-10-231-5/+6
* Remove funky right justification.mike2001-10-231-9/+9
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-4/+10
* Add ia64_set_fpsr().dfr2001-10-211-0/+9
* Add define for the PIB default address and include a reference tomarcel2001-10-211-1/+6
* Reserve space for signal state.dfr2001-10-201-1/+4
* Make this compile under option SMP.marcel2001-10-201-4/+4
* Try two on the preprocessing logic.ru2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* Rework pmap so that it separates the PTE structure from the pv_entrydfr2001-10-191-1/+6
* Shift the code which packs and unpacks instruction bundles out of DDBdfr2001-10-182-4/+11
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-1/+7
* Implement MCOUNT hook for assembler. Probably doesn't work right.dfr2001-10-111-3/+1
* Implement mcount trampoline (untested).dfr2001-10-111-114/+64
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Add a definition for the ia64's special PLT_RESERVE entry in the _DYNAMICdfr2001-10-101-0/+4
* Implement inline versions of ntohl etc.dfr2001-10-071-3/+33
* Assume round-to-nearest mode for floating point.dfr2001-10-061-5/+1
* o Change ia64_memory_address to explicitly take a u_int64_tmarcel2001-10-061-2/+50
OpenPOWER on IntegriCloud