summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2002-01-25do not conflict PF_ /w pf -- rename to PZF_ and define _BITSMichael Shalayeff
2002-01-25define CONADDR and CONUNITMichael Shalayeff
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-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-10larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULTMichael Shalayeff
2002-01-10cache_align is not usedMichael Shalayeff
2002-01-04Bring in a closer shape to other arches Makefile, also reorder the dependMiod Vallat
2002-01-04Use LEAF_ENTRY not ENTRY.Miod Vallat
2001-12-22fix kenter/kremove, some spl policeMichael Shalayeff
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur 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-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-12-02this probably all that can be on geckoMichael Shalayeff
2001-12-02few lines are too close to see, gimme another file!Michael Shalayeff
2001-12-02s/FLAX_MASK/HPPA_FLEX_MASK/ where not yetMichael Shalayeff
2001-12-02allow to configure devices on particular bus offsetsMichael Shalayeff
2001-12-02increase fixed extent storageMichael Shalayeff
2001-11-30Remove some definitions which do not make sense for non-m68k platforms.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-29better geckoMichael Shalayeff
2001-11-29ld -r generates some funky .text.N namesMichael Shalayeff
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-28zap some typedefs.Artur 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-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-11-08COPY_SIGCODE serve no purpose nowadays.Miod Vallat
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06child_return unscrewartMichael Shalayeff
2001-11-06pmap_pinit needs proto now, also disable cache for mapped pagesMichael Shalayeff
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-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-24make libc compileMichael Shalayeff
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-04compile w/o USELEDS; from Paul Weissmann <paul@pdp11.org>Michael Shalayeff
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-20s/TF_SIZE/TRAPFRAME_SIZEOF/ to make it compile nowMichael Shalayeff
2001-09-20make this produce the assym.h at least, was very hard to test of courseMichael Shalayeff
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-16genassym.cf changes force a lot of case changes here.Miod Vallat
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-14simplify userretArtur Grabowski
2001-09-12mbutl no moreArtur Grabowski