summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2002-01-23enable spkr, isabeep devicesEric Jackson
2002-01-23add support for AlphaPC 64.Eric Jackson
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-22call osf1_exec_ecoff_hook for osf1 bin'sEric Jackson
2002-01-22be realistic about what we supportEric Jackson
2002-01-22add fd to nam2blkEric Jackson
2002-01-21these are very old and out of date, new info is on the web nowEric Jackson
2002-01-16Make our minds and do not list the same line, once commented, once not.Miod Vallat
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-14Don't use a single static struct alpha_bus_space since there are machinesNathan Binkert
2001-12-13Get rid of magic numbersNathan Binkert
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-07remove fxp. hey art, that is how i respond to kernel bloat!Theo de Raadt
2001-12-06be more careful with spaces and tabs, guysTheo de Raadt
2001-12-06unbreak alpha kernel.Eric Jackson
2001-12-05Enable rootdev auto-configuration by device drivers during boot.Thierry Deval
2001-12-05calculate and use nkmempages, not NKMEMCLUSTERS.Artur Grabowski
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-30rl and vr are reported to work.Nathan Binkert
2001-11-30add stge(4)Nathan Binkert
2001-11-30This file was just a placeholder required for kern_exit_43.c to compile.Miod Vallat
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-28make pmap_virtual_space madatory in all pmaps.Artur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-24Harmonize boot() logic across arches:Miod Vallat
2001-11-09When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m...Artur Grabowski
2001-11-09Ieeek. invalidate the pmap_l1pt_cache in pmap_growkernel.Artur Grabowski
2001-11-09Don't uvm_pagezero here, allocate a zeroed page instead.Artur Grabowski
2001-11-09Actually allow pa == 0 in pmap_extract, and don't set *pap if we fail.Artur Grabowski
2001-11-09Update DEBUG code to match reality.Artur Grabowski
2001-11-09No need to initialize the pmap_growkernel_slock twice.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-05irongate needs isadma bouncing.Artur Grabowski
2001-11-05Code for isadma bouncing.Artur Grabowski
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
2001-11-04Add alpha_ldlu and alpha_stl.Artur Grabowski
2001-11-01Unnecessary cast.Artur Grabowski