aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0470-70/+70
* As I said: the previous commit was untested... Remove an #endif whichMarcel Moolenaar2004-08-161-1/+0
* Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It mustMarcel Moolenaar2004-08-161-3/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-111-0/+2
* Better preserve the original protection for the mappings we maintain.Marcel Moolenaar2004-08-091-51/+48
* De-inline gdb_cpu_signal() because we need to convert the trap vectorsMarcel Moolenaar2004-08-071-7/+1
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* Remove extraneous ';'.Mark Murray2004-08-011-1/+1
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-011-0/+38
* Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead ofMarcel Moolenaar2004-07-301-6/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-8/+4
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Add partial pmap locking.Alan Cox2004-07-191-0/+14
* Remove unused fields from the pmap.Alan Cox2004-07-161-2/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-79/+41
* Update for the KDB framework:Marcel Moolenaar2004-07-102-9/+34
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-101-1/+5
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+58
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+54
* - Remove unused definitions.Alan Cox2004-06-231-5/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans2004-05-191-12/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isStefan Farfeleder2004-05-181-1/+1
* Add an MI implementation of the ACPI global lock routines and retire theNate Lawson2004-05-051-42/+5
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+2
* MFamd64Alan Cox2004-04-181-8/+9
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0711-49/+0
* Remove avail_end. As of yesterday, it is unused.Alan Cox2004-04-061-1/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* In breakpoint(), use a different immediate to make sure we canMarcel Moolenaar2004-03-211-2/+3
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* Replace uint64_t with unsigned long in struct dbreg.Marcel Moolenaar2004-03-201-2/+2
* Remove unused declarations. (Some time ago, these variables became fieldsAlan Cox2004-03-071-2/+0
* Fix syntax errors and wrong function prototypes in several MD headerLukas Ertl2004-03-051-2/+2
* Do not pre-map the I/O port space. On the Intel Tiger 4 this conflictsMarcel Moolenaar2004-02-221-1/+0
* Whitespace nit.Dag-Erling Smørgrav2004-01-131-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-091-0/+1
* GC the unused <machine/kse.h> file.Peter Wemm2003-12-241-38/+0
* Fix last second typo.Peter Wemm2003-12-101-1/+1
* Use gcc's superior ffs() builtin.Peter Wemm2003-12-101-0/+9
* Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc'sPeter Wemm2003-12-101-8/+15
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-082-475/+0
* Simplify the contexts created by the kernel and remove the relatedMarcel Moolenaar2003-12-071-30/+19
* Ooops. These are still used by the bktr driver. David O'Brien hasWarner Losh2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneWarner Losh2003-12-071-187/+0
* Fixed a pedantic syntax error (a stray semicolon at the end ofBruce Evans2003-11-171-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-0/+57
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this toNate Lawson2003-11-151-1/+2
* Remove ia64_highfp_load() now that it's unused.Marcel Moolenaar2003-11-121-1/+0