aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-202-8/+6
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-61/+18
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-091-91/+99
* MFP4:Joseph Koshy2005-06-091-0/+13
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-62/+0
* Change the spkr_set_pitch() function to a macro to fix low level profiling.Yoshihiro Takahashi2005-05-281-7/+5
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-142-0/+116
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-7/+43
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-042-89/+2
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-142-190/+34
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-0211-36/+57
* Use a common multi-inclusion protection, and add such aRuslan Ermilov2005-02-191-1/+6
* add cpu_idle support for 21066A based lca systemsBernd Walter2005-01-311-0/+1
* Hopefully unbreak modules build.Ruslan Ermilov2005-01-291-1/+1
* Add bus_dmamap_load_mbuf_sg() to alpha.Scott Long2005-01-151-0/+3
* These appear to be unused in our tree, so remove them.Warner Losh2005-01-051-66/+0
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-0540-41/+41
* - make machine model list more comprehensive, the whole Alpha family treeWilko Bulte2005-01-011-16/+26
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-011-1/+1
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDJohn Baldwin2004-11-052-1/+2
* The previous commit, roughly one and a half years ago removed theMarcel Moolenaar2004-09-101-62/+14
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifScott Long2004-09-021-5/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar2004-08-271-5/+21
* Provide extern declarations for btext and etext when GPROF is defined.Marcel Moolenaar2004-08-271-0/+5
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* Remove extraneous ';'.Mark Murray2004-08-011-1/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-011-0/+38
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-8/+4
* - Eliminate the pte object from the pmap. Instead, page table pages areAlan Cox2004-07-191-1/+0
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypeKen Smith2004-07-131-1/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-33/+16
* 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