summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2000-01-24setup fork() child return valuesMichael Shalayeff
2000-01-18serial consoleMichael Shalayeff
2000-01-17remove unneeded stuff from setregs; force single-user for now, enable signal ...Michael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhere, some knfMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces and knfMichael Shalayeff
2000-01-17on fork, flush pcb too, update pcsqMichael Shalayeff
2000-01-17let pmap_enter_pv return a created pv, which simplifies futher pv operationMichael Shalayeff
2000-01-17some more paranoid checks, shorter trap desriptionsMichael Shalayeff
2000-01-17add syscall frame flagMichael Shalayeff
2000-01-16updateMichael Shalayeff
2000-01-12kill pcb_upaddrs, one more fpreg (for fpemu)Michael Shalayeff
2000-01-12spstrcopy: store copied size by dereffing 5th arg, not into it's place on stackMichael Shalayeff
2000-01-12choose right map for a fault, better pcq advancement techniqueMichael Shalayeff
2000-01-12fix {f,s}uword address check, align end of setrunqueueMichael Shalayeff
2000-01-12note about broken gas and align, some tabs vs spaces tooMichael Shalayeff
2000-01-11clean two minor screwupsMichael Shalayeff
2000-01-11separate spmath buildMichael Shalayeff
2000-01-11include fpu emulation dispatcher on fpemuMichael Shalayeff
2000-01-11s/fpu_curproc/fpu_curpcb/ which also points into physical.Michael Shalayeff
2000-01-11there indeed is a quad_frnd() existMichael Shalayeff
2000-01-11fix exponenta rangesMichael Shalayeff
2000-01-11perpetum fetus fpu emulation dispatcherMichael Shalayeff
2000-01-11remove unused nullptr arg, effectively unifying calling conventions for emula...Michael Shalayeff
2000-01-11remove unused nullptr arg, effectively unifying calling conventions for emula...Michael Shalayeff
2000-01-11rearrange diagnostic trap casesMichael Shalayeff
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
2000-01-05unintended piece escapedMichael Shalayeff
2000-01-05missing includeMichael Shalayeff
2000-01-01do stop in kdb_trap() based on db_panic valueMichael Shalayeff
1999-12-31fix order of uvm_fault() arguments in debug printf (;Michael Shalayeff
1999-12-31don't bother about pidr3 and pidr4Michael Shalayeff
1999-12-23disable all debugsMichael Shalayeff
1999-12-23some support for hp som executablesMichael Shalayeff
1999-12-23some more of hp som definitions from different {,kinds} sourcesMichael Shalayeff
1999-12-23add hp som file support protosMichael Shalayeff
1999-12-23clean some more filesMichael Shalayeff
1999-12-20machine is hppa; in cross case, define LORDER tooMichael Shalayeff
1999-12-18add pdcache(), purge data cacheMichael Shalayeff
1999-12-17remove dirty rd_root hack once we have root on nfs workingMichael Shalayeff
1999-12-17screw it really badMichael Shalayeff
1999-12-17break the attaching intentionally until i figure put how to screw the dev/ic/...Michael Shalayeff
1999-12-17fix the panic message for sti memory mappingMichael Shalayeff
1999-12-17inline uvm_pagealloc_contig, as art said it must dieMichael Shalayeff
1999-12-17define constants for PAGE_{SIZE,MASK,SHIFT}Michael Shalayeff
1999-12-17track the maximum accessed stack size; basically this small piece of code is ...Michael Shalayeff
1999-12-12hide debug printf behind #ifdef PMAPDEBUGMichael Shalayeff
1999-12-12they say that cr 24-31 are for interrupt handlers use, so pdc may mangle thoseMichael Shalayeff