summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2002-02-23switch vax to -O2, from hughTheo de Raadt
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-02-14put "boot" in /usr/mdec instead of /Theo de Raadt
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt
2002-02-11o add __weak_alias definition.Federico G. Schwindt
2002-01-31Make comment more representative.Hugh Graham
2002-01-31Make comment more representative.Hugh Graham
2002-01-31A little KNF.Hugh Graham
2002-01-31Add support for VAX 4000 500A.Hugh Graham
2002-01-25Bring disklabel code on par with other arches: recognize specific situations,Miod Vallat
2002-01-23copy*str() fixes for vax. Also includes some fixes from NetBSD PR #7838.Miod Vallat
2002-01-23compatability -> compatibility.Federico G. Schwindt
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-18Replace resource maps with extents.Miod Vallat
2002-01-18Replace resource maps with extents.Miod Vallat
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-10Check result from malloc(9) when using M_NOWAIT. hugh@ okThomas Nordin
2002-01-03cdev_decl(wsdisplay) is already done in <sys/conf.h>Miod Vallat
2001-12-22Correct res count. Based on fix in NetBSD.Hugh Graham
2001-12-18Delay Debugger(). Noticed by NetBSD.Hugh Graham
2001-12-13Add major for uda to the bootdev table.Hugh Graham
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-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05Enable MSCP disk support, since although untested due to lack ofHugh Graham
2001-12-05sync with netbsd. untested.Hugh Graham
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
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-24Harmonize boot() logic across arches:Miod Vallat
2001-11-17Pick up changes made in NetBSD to work with ubc.Hugh Graham
2001-11-14Don't yell about clock drift for ridiculous (less than 48 hours) deltas.Miod Vallat
2001-11-14Change Vax LDPGSZ to 4k.Hugh Graham
2001-11-14Compat layer for 1k Vax aout, from NetBSD.Hugh Graham
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Update and unbreak cpu_fork() - from NetBSD.Miod Vallat
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-06remove the last uses of vm/vm_page.hArtur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski