summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud