summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-79/+41
* Update for the KDB framework:marcel2004-07-102-9/+34
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-1/+5
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+58
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-101-0/+54
* - Remove unused definitions.alc2004-06-231-5/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* 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
OpenPOWER on IntegriCloud