summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Further enhance the handling of misaligned loads and stores:marcel2005-01-021-1/+0
* Use primitive types to avoid creating an artificial header dependency:marcel2004-12-111-11/+11
* Don't obtain the HCDP address directly from the bootinfo structure.marcel2004-12-081-0/+1
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-1/+1
* Whitespace fixes:marcel2004-11-281-33/+18
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-211-11/+6
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-0/+2
* Move the IA-32 trap handling from trap() to ia32_trap(). Move themarcel2004-09-251-0/+2
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-232-91/+56
* For the atomic_{add|clear|set|subtract} family of inlines, return themarcel2004-09-221-2/+4
* MFp4: various style fixes, includingmarcel2004-09-221-248/+239
* MFp4:marcel2004-09-192-24/+143
* Provide our own FPSWA definitions, instead of depending on the Intelmarcel2004-09-172-1/+28
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+15
* Get a step closer to profiling the kernel by fixing the definitionsmarcel2004-08-251-5/+5
* Make profiling actually work. The gcc compiler emits a call to themarcel2004-08-253-94/+43
* As I said: the previous commit was untested... Remove an #endif whichmarcel2004-08-161-1/+0
* Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It mustmarcel2004-08-161-3/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+2
* Better preserve the original protection for the mappings we maintain.marcel2004-08-091-51/+48
* De-inline gdb_cpu_signal() because we need to convert the trap vectorsmarcel2004-08-071-7/+1
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Remove extraneous ';'.markm2004-08-011-1/+1
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-0/+38
* Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead ofmarcel2004-07-301-6/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Add partial pmap locking.alc2004-07-191-0/+14
* Remove unused fields from the pmap.alc2004-07-161-2/+0
* 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
OpenPOWER on IntegriCloud