aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
...
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-101-0/+1
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+49
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+52
* MFamd64/i386Alan Cox2004-07-051-0/+14
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-0/+2
* - 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
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-5/+0
* 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
* Don't clear the exception flags after we finish emulating aDavid Schultz2004-05-061-0/+2
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+2
* MFamd64Alan Cox2004-04-181-8/+9
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,Alan Cox2004-04-101-0/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.Warner Losh2004-04-0512-53/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Remove CADDR1 and CMAP1. They are unused.Alan Cox2004-04-031-2/+0
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* 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
* 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-49/+0
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-082-445/+36
* 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
* Widen the enable/disable helper function's argument in line with thePeter Wemm2003-11-171-3/+4
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-0/+57
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inScott Long2003-11-071-0/+4
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* Implement the bus_space_map() function to allocate resources and initializeYoshihiro Takahashi2003-09-231-0/+18
* Fix build breakage caused by the inclusion of <ddb/ddb.h> whileMarcel Moolenaar2003-09-071-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>Marcel Moolenaar2003-08-173-73/+57
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-4/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-041-2/+0
* Style sync.David E. O'Brien2003-08-031-7/+7
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-271-0/+1
* Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both areMarcel Moolenaar2003-07-241-0/+17
* Use a spare for the thread pointer (mc_thrptr). The thread pointerMarcel Moolenaar2003-07-241-1/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+18
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-1/+1
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-1/+2
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-261-6/+0
* sys/sys/limits.h:Alexander Kabaev2003-05-192-4/+4