summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-10free commit from artMichael Shalayeff
2001-06-09disable debugging by defaultMichael Shalayeff
2001-06-09print return value for debugging purposesMichael Shalayeff
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-04fix debugging printf, cpu_hpa is not pointer anymoreMichael Shalayeff
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-16entry,leaf_entry properMichael Shalayeff
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-11more rd merge (headcolds suck)Theo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-29raise spl around pdc callingMichael Shalayeff
2001-04-29pseg not yetMichael Shalayeff
2001-04-29fix pmap_enter to compileMichael Shalayeff
2001-04-03siop is already defined in miland; from from@Michael Shalayeff
2001-04-01cleanup a littleMichael Shalayeff
2001-04-01remove a little debuggingMichael Shalayeff
2001-03-29updateMichael Shalayeff
2001-03-29big bangMichael Shalayeff
2001-03-29leaf_entry, better entryMichael Shalayeff
2001-03-29define leaf_entry, better entryMichael Shalayeff
2001-03-29steal alpha cdefs.h for we lack out own anywayMichael Shalayeff
2001-03-29cpudev_data.h here needed notMichael Shalayeff
2001-03-29here labels we defineMichael Shalayeff
2001-03-29regen we doMichael Shalayeff
2001-03-29the content we define, decide for names and labels includer isMichael Shalayeff
2001-03-29context and stack setup proper, better map/unmapbufMichael Shalayeff
2001-03-29various fixes, new _pmap_enter for pmap new, space policeMichael Shalayeff
2001-03-29.comm in .bssMichael Shalayeff
2001-03-29.comm in .bss, ldo R% of pdc wrapper stackMichael Shalayeff
2001-03-28start of textMichael Shalayeff
2001-03-28use diag not .word, better tlabel usageMichael Shalayeff
2001-03-28ldil requires L% always it seemsMichael Shalayeff
2001-03-27__weak_alias, __warn_references, __indr_reference are unimplemented now; from d@Michael Shalayeff
2001-03-22pmap_physseg is kernel-only businessMichael Shalayeff
2001-03-22handle d/i prot traps properMichael Shalayeff
2001-03-22shuffle the tlb handlers a little,Michael Shalayeff
2001-03-22make sure we stop stack tracing on user pcMichael Shalayeff
2001-03-22ifdef on a proper debug defineMichael Shalayeff
2001-03-20regenMichael Shalayeff
2001-03-20a few recent cpu devs form puffinsMichael Shalayeff
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-02add #define __STRICT_ALIGNMENTJason Wright