summaryrefslogtreecommitdiff
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Fixed a pedantic syntax error (a stray semicolon at the end ofBruce Evans2003-11-171-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-0/+57
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this toNate Lawson2003-11-151-1/+2
* Remove ia64_highfp_load() now that it's unused.Marcel Moolenaar2003-11-121-1/+0
* Use get_mcontext() to construct the signal context in sendsig() andMarcel Moolenaar2003-11-091-1/+6
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inScott Long2003-11-071-0/+4
* Add a bogus definition of __va_list for use by lint. Make it visibleMarcel Moolenaar2003-11-031-1/+5
* Remove headers copied from i386 and either useless or wrong on ia64.Marcel Moolenaar2003-11-023-311/+0
* The previous commit removed both clause 3 and clause 4 from the UCBMarcel Moolenaar2003-10-271-3/+4
* Add support for userland to access I/O port space. This is primarilyMarcel Moolenaar2003-10-271-12/+13
* Remove unused header. See also ia64/disasm/disasm.h.Marcel Moolenaar2003-10-241-1178/+0
* Cleanup. Remove the md_flags for threads. It's not used. The flagsMarcel Moolenaar2003-10-231-35/+21
* Add prototypes for spillfd() and unaligned_fixup().Marcel Moolenaar2003-10-231-0/+2
* Remove md_bspstore from the MD fields of struct thread. Now thatMarcel Moolenaar2003-10-211-1/+0
* Put the RSE backing store at a fixed address. This change is triggeredMarcel Moolenaar2003-10-201-0/+2
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* Drop any and all support for varargs. There's no history to worryMarcel Moolenaar2003-09-281-14/+1
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* Implement the bus_space_map() function to allocate resources and initializeYoshihiro Takahashi2003-09-231-5/+12
* Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,Marcel Moolenaar2003-09-191-2/+2
* Rewrite the SAPIC initialization to always program the RTEs with whatMarcel Moolenaar2003-09-101-5/+5
* Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. TheMarcel Moolenaar2003-09-091-0/+11
* Fix a place where I forgot to change the code that checks whetherMarcel Moolenaar2003-09-051-1/+1
* Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace themMarcel Moolenaar2003-08-231-16/+4
* Undo the mistake made in revision 1.77 of trap.c and which was theMarcel Moolenaar2003-08-201-11/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-29/+23
* Add an instruction group break after the move to application registerMarcel Moolenaar2003-08-151-2/+2
* Introduce two machine specific ptrace(2) requests: PT_GETKSTACK andMarcel Moolenaar2003-08-151-2/+8
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-2/+24
* Cleanup prototypes in cpu.h, including fswintrberr and any referencesMarcel Moolenaar2003-08-122-20/+6
* Cleanup and style(9) fixes. No functional change.Marcel Moolenaar2003-08-111-7/+4
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Better define the flags in the mcontext_t and properly set the flagsMarcel Moolenaar2003-08-071-2/+52
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-041-2/+0
* Cleanup the clock code. This includes:Marcel Moolenaar2003-08-043-25/+16
* Style sync.David E. O'Brien2003-08-031-8/+9
* Don't use uint64_t. Use unsigned long instead. One is supposed to useMarcel Moolenaar2003-08-021-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-271-0/+1
* Remove prototype of ia64_pa_access(). The function has been moved toMarcel Moolenaar2003-07-261-1/+0
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofMarcel Moolenaar2003-07-261-9/+11
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoleteMarcel Moolenaar2003-07-261-6/+6
* Revert previous commit. We don't use setjmp()/longjmp() for contextMarcel Moolenaar2003-07-251-2/+1
* Remove __aligned(16) from the definition of struct _ia64_fpreg. It'sMarcel Moolenaar2003-07-251-128/+129
* We sloppily created an array for the high FP registers (f32-f127),Marcel Moolenaar2003-07-231-2/+96
* Enable the high FP registers when we call the FPSWA handler and disableMarcel Moolenaar2003-07-131-1/+13
* Add logic to trace across/over a trapframe. We have ABI markers inMarcel Moolenaar2003-07-121-0/+1
* Don't call malloc() and free() while in the debugger and unwindingMarcel Moolenaar2003-07-051-13/+14
* Mega busdma API commit.Scott Long2003-07-011-1/+17
* Add TLS related relocation.Marcel Moolenaar2003-06-191-0/+17