Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-21 | define some more cache-related pdc routines | Michael Shalayeff | |
1999-07-21 | rewrite the tlb miss handler and tlb dirty handler. | Michael Shalayeff | |
optimize for HVT usage (when compiled for proper cpu type). drop hpt_* global variables, use info from control registers instead. there are still ways to improve the tlb handlers tho. machdep also prints cache and tlb coherence states (not related to the above). You eat greenish muffin. --More-- You write real code. | |||
1999-07-21 | better fields order for pv_entry | Michael Shalayeff | |
1999-07-21 | skip break insn in the proper place, print cr28 in ddb, some debugging cruft | Michael Shalayeff | |
1999-07-20 | export cr28 for DEBUGging purposes | Michael Shalayeff | |
1999-07-19 | some more comments | Michael Shalayeff | |
1999-07-18 | regen | Michael Shalayeff | |
1999-07-18 | better cpu ids | Michael Shalayeff | |
1999-07-18 | fix {set,rem}runqueue wrt sizeof(p_stat) and some logic, | Michael Shalayeff | |
fix %r1 restoration in several traps, also better kernel stack handling, and other fixes and typos. all inspired by the recent hot weather and humid nyc climate in general. | |||
1999-07-17 | do not brelse() badly | Theo de Raadt | |
1999-07-16 | do not reset, helps the serial console | Michael Shalayeff | |
1999-07-16 | almost all of them | Michael Shalayeff | |
1999-07-13 | update | Michael Shalayeff | |
1999-07-12 | allocate 5% bufcache if <=16M memory installed | Michael Shalayeff | |
1999-07-12 | export cr24 and cr25 from trapframe structure | Michael Shalayeff | |
1999-07-12 | don't resolve NULL at the bottom of the stack trace (parse trapframe later) | Michael Shalayeff | |
1999-07-12 | note wax in the sample layout | Michael Shalayeff | |
1999-07-12 | better set_psw() usage | Michael Shalayeff | |
1999-07-12 | vaddr_t,paddr_t | Michael Shalayeff | |
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
1999-07-08 | right | Michael Shalayeff | |
1999-07-08 | microtime(), s/cr15/eiem/, some comments, tabs vs spaces | Michael Shalayeff | |
1999-07-07 | typo | Michael Shalayeff | |
1999-06-30 | do not allocate pv_entries for the block-mapped area | Michael Shalayeff | |
1999-06-29 | do not enable eisa by ourselves, better viper size print | Michael Shalayeff | |
1999-06-24 | fix cpu_switch panic | Michael Shalayeff | |
1999-06-24 | manualy assign structures | Michael Shalayeff | |
1999-06-23 | fdc's irq is 20 | Michael Shalayeff | |
1999-06-23 | regen | Michael Shalayeff | |
1999-06-22 | add TI tokenring card id (gecko) | Michael Shalayeff | |
1999-06-22 | sprintf unknown device's id numbers in hex | Michael Shalayeff | |
1999-06-22 | once it proved itself to work on everything we can get to, bump a version to ↵ | Michael Shalayeff | |
1/2 (; | |||
1999-06-22 | this change somehow escaped the fpregs commit | Michael Shalayeff | |
1999-06-22 | do the trace cmd | Michael Shalayeff | |
1999-06-22 | allow stack tracing up to the very bottom of the stack; also tabs vs spaces | Michael Shalayeff | |
1999-06-22 | why underscore if we have dollars | Michael Shalayeff | |
1999-06-22 | all kinds of tricks w/ gcc flags | Michael Shalayeff | |
1999-06-21 | unexpectedly working disasm | Michael Shalayeff | |
1999-06-18 | do not include fpu regs into trapframe, according to the | Michael Shalayeff | |
lazy fpu context switching it could be well saved into pcb. this brings trapframe to 256 bytes (including 5 spare words). adjust all the code to deal w/ moved fpu regs save area. | |||
1999-06-18 | regen | Michael Shalayeff | |
1999-06-18 | shortify names a little | Michael Shalayeff | |
1999-06-12 | hppa_init() now takes an argument from locore, | Michael Shalayeff | |
meaning the start of available memory. cleanup machdep somewhat. fix vm_map.pmap vs vm_pmap isue; 10x art@ | |||
1999-06-12 | cleanup leftovers | Michael Shalayeff | |
1999-06-12 | allow LIF-less volumes labels to be groked | Michael Shalayeff | |
1999-06-12 | microtime() is moving to locore.S | Michael Shalayeff | |
1999-06-12 | no need for vmspace.vm_pmap | Michael Shalayeff | |
1999-06-12 | no need for vmmap_pmap | Michael Shalayeff | |
1999-06-12 | allocate kernel stack in .bss | Michael Shalayeff | |
fix vm_map.pmap vs vm_pmap issue; 10x art@ fix setrunqueue()'s DIAGNOSTIC section, also p_stat is a char p_md is a member, not a pointer. | |||
1999-06-11 | fix pmap_remove_va() pasto, so it actually remove mappings (: | Michael Shalayeff | |
map syscall gateway page in pmap_init() insert some debug printfs | |||
1999-06-05 | export p_md | Michael Shalayeff | |