summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* These appear to be unused in our tree, so remove them.imp2005-01-051-66/+0
* Begin all license/copyright comments with /*- or #-imp2005-01-0540-41/+41
* - make machine model list more comprehensive, the whole Alpha family treewilko2005-01-011-16/+26
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-1/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDjhb2004-11-052-1/+2
* The previous commit, roughly one and a half years ago removed themarcel2004-09-101-62/+14
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-5/+21
* Provide extern declarations for btext and etext when GPROF is defined.marcel2004-08-271-0/+5
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Remove extraneous ';'.markm2004-08-011-1/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-0/+38
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-191-1/+0
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypekensmith2004-07-131-1/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-33/+16
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+1
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+49
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-101-0/+52
* MFamd64/i386alc2004-07-051-0/+14
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* - 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
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-5/+0
* 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
* Don't clear the exception flags after we finish emulating adas2004-05-061-0/+2
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+2
* MFamd64alc2004-04-181-8/+9
* Remove avail_end. It is not used.alc2004-04-111-1/+0
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.imp2004-04-0512-53/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* Remove CADDR1 and CMAP1. They are unused.alc2004-04-031-2/+0
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* 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
* 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-49/+0
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-445/+36
* 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
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-3/+4
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+57
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
OpenPOWER on IntegriCloud