summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add an instruction group break after the move to application registermarcel2003-08-151-2/+2
* Introduce two machine specific ptrace(2) requests: PT_GETKSTACK andmarcel2003-08-151-2/+8
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* Cleanup prototypes in cpu.h, including fswintrberr and any referencesmarcel2003-08-122-20/+6
* Cleanup and style(9) fixes. No functional change.marcel2003-08-111-7/+4
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Better define the flags in the mcontext_t and properly set the flagsmarcel2003-08-071-2/+52
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-041-2/+0
* Cleanup the clock code. This includes:marcel2003-08-043-25/+16
* Style sync.obrien2003-08-031-8/+9
* Don't use uint64_t. Use unsigned long instead. One is supposed to usemarcel2003-08-021-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Remove prototype of ia64_pa_access(). The function has been moved tomarcel2003-07-261-1/+0
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofmarcel2003-07-261-9/+11
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoletemarcel2003-07-261-6/+6
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-251-2/+1
* Remove __aligned(16) from the definition of struct _ia64_fpreg. It'smarcel2003-07-251-128/+129
* We sloppily created an array for the high FP registers (f32-f127),marcel2003-07-231-2/+96
* Enable the high FP registers when we call the FPSWA handler and disablemarcel2003-07-131-1/+13
* Add logic to trace across/over a trapframe. We have ABI markers inmarcel2003-07-121-0/+1
* Don't call malloc() and free() while in the debugger and unwindingmarcel2003-07-051-13/+14
* Mega busdma API commit.scottl2003-07-011-1/+17
* Add TLS related relocation.marcel2003-06-191-0/+17
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-0/+1
* Have TRAPF_USERMODE() take into account that the gateway page is notmarcel2003-06-061-2/+8
* Make the regset pointers const pointers for the context restore functions.marcel2003-05-311-3/+3
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Move the sysctls of the misalignment handler to where they belongmarcel2003-05-291-11/+5
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+2
* Be more careful how we restore interrupts. Don't rewrite most of themarcel2003-05-241-3/+4
* Consistently us the same metric to differentiate between kernel modemarcel2003-05-241-2/+1
* Fix an alpha inheritance bug:marcel2003-05-241-1/+1
* sys/sys/limits.h:kan2003-05-192-3/+3
* pmap_install() needs to be atomic WRT to context switching. Protectmarcel2003-05-191-1/+1
* Remove unused files. cpu_switch() and cpu_throw(), normally in swtch.s,marcel2003-05-171-35/+0
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-1612-290/+142
* This file creates register sets based on the runtime specification.marcel2003-05-151-0/+180
* Style fixes.kan2003-05-041-8/+11
* Kill MID_MACHINE, its a.out specific, the only platform that supportsmarcel2003-04-301-1/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-62/+7
* Revamp the newbus functions:marcel2003-04-292-984/+652
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-52/+39
* Don't use the tpa instruction to implement pmap_kextract. The tpamarcel2003-04-221-8/+1
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-9/+5
* Correct LDBL_* constants based on values from i386.das2003-03-271-9/+9
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-1/+2
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-3/+2
OpenPOWER on IntegriCloud