summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove mf.a (the acceptance form of the memory fence instruction)marcel2002-10-281-12/+0
* Make vmstat -i work:marcel2002-10-281-37/+8
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-252-10/+0
* Update the unwind information when modules are loaded and unloadedmarcel2002-10-191-5/+2
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-7/+0
* struct ia64_fpreg needs to be available outside of the kernel formike2002-10-131-2/+4
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-4/+14
* Remove the dependency on ia64_cpu.h by not defining pmap_kextract()marcel2002-10-121-6/+1
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+6
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.obrien2002-10-061-1/+1
* Fix namespace issues by using visibility conditionals frommike2002-10-051-5/+25
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-60/+66
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-041-0/+23
* Gah, spell extern correctly. Do not trust cut/paste via old mozillapeter2002-10-041-2/+2
* List the IO SAPIC delivery mode definitions.peter2002-10-041-0/+7
* Declare itc_frequency and itm_reload.peter2002-10-041-0/+3
* use __packed.alfred2002-09-231-10/+10
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-232-2/+2
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-31/+1
* Make this compilepeter2002-09-031-1/+3
OpenPOWER on IntegriCloud