summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFi386 revision 1.88alc2003-03-011-3/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Define _ALIGNBYTES to be 15. This should have been done right away.marcel2003-02-171-1/+1
* Implement fpclassify():mike2003-02-082-0/+4
* Remove special casing for running in the simulator from the kernelmarcel2003-02-012-1/+1
* Replace the hardcoding of 255 as the clock interrupt vector withmarcel2003-01-061-0/+2
* Manually inline handleclock(). There's only a single caller andmarcel2003-01-061-1/+0
* Don't hardcode the address of the local (S)APIC (aka processormarcel2003-01-051-1/+3
* Bump the number of interrupts from 65 to 257. This is a waste ofmarcel2003-01-051-1/+1
* Make all memory I/O addresses (explicitly) 64-bit. Memory mappedmarcel2003-01-051-11/+11
* Provide a null-implementation for bus_space_unmap, like i386.marcel2003-01-051-2/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* More MFp4: DIG64 structures.marcel2002-12-181-0/+90
* Use one of the bi_spare entries for the DIG64 HCDP table address.marcel2002-12-081-1/+2
* Implement bus_space_subregion(). Identical to i386.marcel2002-11-291-3/+8
* MFp4:marcel2002-11-241-0/+1
* Test the water. Make time_t long (64 bit) on ia64 since we do not havepeter2002-11-151-1/+1
* ia64 ABI breaker:marcel2002-11-111-30/+17
* Define UMA_MD_SMALL_ALLOC so that we can allocate memory with regionmarcel2002-11-061-0/+5
* Rewrite cpu_switch(). The most notable change is the fact that we nowmarcel2002-10-301-36/+53
OpenPOWER on IntegriCloud