summaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* Update for the KDB framework:Marcel Moolenaar2004-07-101-6/+5
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-102-0/+24
* 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-102-0/+153
* Change the following environment variables to kernel options:Brian Somers2004-07-081-6/+6
* Change the following kernel options to environment variables:Brian Somers2004-07-081-6/+6
* Add pmap locking to pmap_emulate_reference(). Remove unused and once-usedAlan Cox2004-07-081-8/+8
* Add pmap locking to pmap_protect().Alan Cox2004-07-071-0/+2
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notAlan Cox2004-07-051-4/+2
* MFamd64/i386Alan Cox2004-07-052-0/+33
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-022-1/+3
* Allocate s/g segments in the tag rather than on the stack.Scott Long2004-07-021-30/+35
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildAndrew Gallatin2004-07-0110-0/+10
* - 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-164-12/+12
* Remove a stale comment.Alan Cox2004-06-151-6/+0
* Remove an unused #include.Alan Cox2004-06-121-1/+0
* Move uma_small_alloc() and uma_small_free() out of the pmap and into theirAlan Cox2004-06-112-46/+82
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-6/+6
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-5/+0
* MFamd64Alan Cox2004-06-101-5/+1
* Remove filename+line number from panic messages.Poul-Henning Kamp2004-06-061-4/+2
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-042-7/+7
* Regenerate.John Baldwin2004-06-043-4/+4
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofJohn Baldwin2004-06-041-1/+1
* Remove checks for curthread == NULL - it can't happen.Tim J. Robbins2004-06-031-5/+3
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-031-1/+2
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidTim J. Robbins2004-06-031-9/+4
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-012-54/+0
* Retire cpu_sched_exit(); it is not used any more.Thomas Moestl2004-05-261-6/+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
* Make a small revision to the api between the elf linker core and thePeter Wemm2004-05-161-9/+11
* When a denormal underflows to zero, raise an underflow exception.David Schultz2004-05-061-0/+3
* Don't clear the exception flags after we finish emulating aDavid Schultz2004-05-062-1/+3
* Add option GEOM_GPT. This brings the ability to have a large number ofMarcel Moolenaar2004-05-021-0/+1
* Spell Ethernet correctly.David E. O'Brien2004-05-021-4/+4
* MFamd64: implement the PG_UNMANAGED flag on vm_pages.Andrew Gallatin2004-04-261-4/+9
* Since pmap_pinit() wants a prezeroed page, change it to ask for one. (NoteAlan Cox2004-04-261-4/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+2
* Push down the responsibility for zeroing a physical page from theAlan Cox2004-04-241-3/+0
* MFamd64Alan Cox2004-04-182-73/+15
* Whitespace fix.John Baldwin2004-04-161-1/+1
* Remove avail_end. It is not used.Alan Cox2004-04-112-5/+0
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,Alan Cox2004-04-101-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.Warner Losh2004-04-0518-77/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-052-3/+0
* Remove unused arguments from pmap_init().Alan Cox2004-04-051-2/+1