aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Kill MID_MACHINE, its a.out specific, the only platform that supportsMarcel Moolenaar2003-04-301-1/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-62/+7
* Revamp the newbus functions:Marcel Moolenaar2003-04-292-976/+644
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-49/+36
* Don't use the tpa instruction to implement pmap_kextract. The tpaMarcel Moolenaar2003-04-221-8/+1
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-9/+5
* Correct LDBL_* constants based on values from i386.David Schultz2003-03-271-9/+9
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* Fix threaded applications on ia64 that are linked dynamicly. We didMarcel Moolenaar2003-03-051-1/+2
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforeMarcel Moolenaar2003-03-051-3/+2
* MFi386 revision 1.88Alan Cox2003-03-011-3/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-261-1/+1
* Define _ALIGNBYTES to be 15. This should have been done right away.Marcel Moolenaar2003-02-171-1/+1
* Implement fpclassify():Mike Barcroft2003-02-082-0/+4
* Remove special casing for running in the simulator from the kernelMarcel Moolenaar2003-02-012-1/+1
* Replace the hardcoding of 255 as the clock interrupt vector withMarcel Moolenaar2003-01-061-0/+2
* Manually inline handleclock(). There's only a single caller andMarcel Moolenaar2003-01-061-1/+0
* Don't hardcode the address of the local (S)APIC (aka processorMarcel Moolenaar2003-01-051-1/+3
* Bump the number of interrupts from 65 to 257. This is a waste ofMarcel Moolenaar2003-01-051-1/+1
* Make all memory I/O addresses (explicitly) 64-bit. Memory mappedMarcel Moolenaar2003-01-051-11/+11
* Provide a null-implementation for bus_space_unmap, like i386.Marcel Moolenaar2003-01-051-2/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-4/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-222-2/+0
* More MFp4: DIG64 structures.Marcel Moolenaar2002-12-181-0/+90
* Use one of the bi_spare entries for the DIG64 HCDP table address.Marcel Moolenaar2002-12-081-1/+2
* Implement bus_space_subregion(). Identical to i386.Marcel Moolenaar2002-11-291-3/+8
* MFp4:Marcel Moolenaar2002-11-241-0/+1
* Test the water. Make time_t long (64 bit) on ia64 since we do not havePeter Wemm2002-11-151-1/+1
* ia64 ABI breaker:Marcel Moolenaar2002-11-111-30/+17
* Define UMA_MD_SMALL_ALLOC so that we can allocate memory with regionMarcel Moolenaar2002-11-061-0/+5
* Rewrite cpu_switch(). The most notable change is the fact that we nowMarcel Moolenaar2002-10-301-36/+53
* Remove mf.a (the acceptance form of the memory fence instruction)Marcel Moolenaar2002-10-281-12/+0
* Make vmstat -i work:Marcel Moolenaar2002-10-281-37/+8
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-252-10/+0
* Update the unwind information when modules are loaded and unloadedMarcel Moolenaar2002-10-191-5/+2
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-7/+0
* struct ia64_fpreg needs to be available outside of the kernel forMike Barcroft2002-10-131-2/+4
* Add standards visibility conditionals. Change any uses of sigset_t toMike Barcroft2002-10-131-4/+14
* Remove the dependency on ia64_cpu.h by not defining pmap_kextract()Marcel Moolenaar2002-10-121-6/+1
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+6
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.David E. O'Brien2002-10-061-1/+1
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-051-5/+25
* style(9) <machine/setjmp.h> headers so they look mostly the same.Mike Barcroft2002-10-041-60/+66
* New bus_dma interfaces for use by crypto device drivers:Sam Leffler2002-10-041-0/+23
* Gah, spell extern correctly. Do not trust cut/paste via old mozillaPeter Wemm2002-10-041-2/+2
* List the IO SAPIC delivery mode definitions.Peter Wemm2002-10-041-0/+7
* Declare itc_frequency and itm_reload.Peter Wemm2002-10-041-0/+3
* use __packed.Alfred Perlstein2002-09-231-10/+10