summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0211-36/+57
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-011-0/+2
* Use a common multi-inclusion protection, and add such aru2005-02-191-1/+6
* - Implement osf1_emul_find() using kern_alternate_path(). This changesjhb2005-02-183-309/+113
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and usejhb2005-02-181-9/+14
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* Implement interrupt routing for DEC_KN20AA.ticso2005-02-101-35/+22
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-18/+13
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-24/+26
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-041-3/+3
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+9
* add cpu_idle support for 21066A based lca systemsticso2005-01-314-1/+41
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-293-14/+9
* Hopefully unbreak modules build.ru2005-01-291-1/+1
* Add bus_dmamap_load_mbuf_sg() to alpha.scottl2005-01-152-5/+42
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-141-7/+5
* These are no longer relevant. They are scripts for extracting hintsimp2005-01-071-116/+0
* 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-05114-128/+128
* o Use tab instead of spaces for puc(4) line.kuriyama2005-01-051-1/+1
* - make machine model list more comprehensive, the whole Alpha family treewilko2005-01-012-51/+66
* Sync with i386 GENERIC some:jhb2004-12-301-41/+46
* LCA is 21066 and 21068. Add EV7 (bloody optimist.. :)wilko2004-12-261-2/+3
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+2
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-13/+30
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-012-2/+2
* When required to negate the absoulte result of a division/remainderpeadar2004-11-271-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-2712-14/+15
* Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_idjhb2004-11-231-1/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* U areas are going away, so don't allocate them. It's worrisome thatdas2004-11-202-6/+2
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-201-1/+1
* Get in sync with reality: TurboLaser was never really well supported towilko2004-11-092-6/+0
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDjhb2004-11-054-41/+54
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Fix a typo so that this compiles.jhb2004-10-201-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-182-12/+2
* Add missing flag to userland_sysctl()phk2004-10-141-1/+1
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-23/+14
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-021-5/+2
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-2/+4
* Simplify the reference counting of page table pages. Specifically, usealc2004-09-191-22/+10
* MFamd64/i386alc2004-09-191-1/+2
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()alc2004-09-191-3/+0
* Allocate tty at attach time instead of open time.phk2004-09-171-9/+17
* Be slightly less bogus in struct tty allocation.phk2004-09-171-3/+2
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-10/+8
OpenPOWER on IntegriCloud