summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-12/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-42/+5
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+2
* MFamd64alc2004-04-181-8/+9
* Remove advertising clause from University of California Regent'simp2004-04-0711-49/+0
* Remove avail_end. As of yesterday, it is unused.alc2004-04-061-1/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* In breakpoint(), use a different immediate to make sure we canmarcel2004-03-211-2/+3
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Replace uint64_t with unsigned long in struct dbreg.marcel2004-03-201-2/+2
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* Do not pre-map the I/O port space. On the Intel Tiger 4 this conflictsmarcel2004-02-221-1/+0
* Whitespace nit.des2004-01-131-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* Fix last second typo.peter2003-12-101-1/+1
* Use gcc's superior ffs() builtin.peter2003-12-101-0/+9
* Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc'speter2003-12-101-8/+15
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-475/+0
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-071-30/+19
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+57
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this tonjl2003-11-151-1/+2
* Remove ia64_highfp_load() now that it's unused.marcel2003-11-121-1/+0
* Use get_mcontext() to construct the signal context in sendsig() andmarcel2003-11-091-1/+6
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Add a bogus definition of __va_list for use by lint. Make it visiblemarcel2003-11-031-1/+5
* Remove headers copied from i386 and either useless or wrong on ia64.marcel2003-11-023-311/+0
* The previous commit removed both clause 3 and clause 4 from the UCBmarcel2003-10-271-3/+4
* Add support for userland to access I/O port space. This is primarilymarcel2003-10-271-12/+13
* Remove unused header. See also ia64/disasm/disasm.h.marcel2003-10-241-1178/+0
* Cleanup. Remove the md_flags for threads. It's not used. The flagsmarcel2003-10-231-35/+21
* Add prototypes for spillfd() and unaligned_fixup().marcel2003-10-231-0/+2
* Remove md_bspstore from the MD fields of struct thread. Now thatmarcel2003-10-211-1/+0
* Put the RSE backing store at a fixed address. This change is triggeredmarcel2003-10-201-0/+2
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Drop any and all support for varargs. There's no history to worrymarcel2003-09-281-14/+1
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-5/+12
* Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,marcel2003-09-191-2/+2
* Rewrite the SAPIC initialization to always program the RTEs with whatmarcel2003-09-101-5/+5
* Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. Themarcel2003-09-091-0/+11
* Fix a place where I forgot to change the code that checks whethermarcel2003-09-051-1/+1
* Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace themmarcel2003-08-231-16/+4
* Undo the mistake made in revision 1.77 of trap.c and which was themarcel2003-08-201-11/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-29/+23
OpenPOWER on IntegriCloud