Age | Commit message (Expand) | Author |
2000-01-24 | setup fork() child return values | Michael Shalayeff |
2000-01-18 | serial console | Michael Shalayeff |
2000-01-17 | remove unneeded stuff from setregs; force single-user for now, enable signal ... | Michael Shalayeff |
2000-01-17 | spaces everywhere | Michael Shalayeff |
2000-01-17 | spaces everywhere | Michael Shalayeff |
2000-01-17 | spaces everywhere, some knf | Michael Shalayeff |
2000-01-17 | spaces everywhere | Michael Shalayeff |
2000-01-17 | spaces and knf | Michael Shalayeff |
2000-01-17 | on fork, flush pcb too, update pcsq | Michael Shalayeff |
2000-01-17 | let pmap_enter_pv return a created pv, which simplifies futher pv operation | Michael Shalayeff |
2000-01-17 | some more paranoid checks, shorter trap desriptions | Michael Shalayeff |
2000-01-17 | add syscall frame flag | Michael Shalayeff |
2000-01-16 | update | Michael Shalayeff |
2000-01-12 | kill pcb_upaddrs, one more fpreg (for fpemu) | Michael Shalayeff |
2000-01-12 | spstrcopy: store copied size by dereffing 5th arg, not into it's place on stack | Michael Shalayeff |
2000-01-12 | choose right map for a fault, better pcq advancement technique | Michael Shalayeff |
2000-01-12 | fix {f,s}uword address check, align end of setrunqueue | Michael Shalayeff |
2000-01-12 | note about broken gas and align, some tabs vs spaces too | Michael Shalayeff |
2000-01-11 | clean two minor screwups | Michael Shalayeff |
2000-01-11 | separate spmath build | Michael Shalayeff |
2000-01-11 | include fpu emulation dispatcher on fpemu | Michael Shalayeff |
2000-01-11 | s/fpu_curproc/fpu_curpcb/ which also points into physical. | Michael Shalayeff |
2000-01-11 | there indeed is a quad_frnd() exist | Michael Shalayeff |
2000-01-11 | fix exponenta ranges | Michael Shalayeff |
2000-01-11 | perpetum fetus fpu emulation dispatcher | Michael Shalayeff |
2000-01-11 | remove unused nullptr arg, effectively unifying calling conventions for emula... | Michael Shalayeff |
2000-01-11 | remove unused nullptr arg, effectively unifying calling conventions for emula... | Michael Shalayeff |
2000-01-11 | rearrange diagnostic trap cases | Michael Shalayeff |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino |
2000-01-05 | unintended piece escaped | Michael Shalayeff |
2000-01-05 | missing include | Michael Shalayeff |
2000-01-01 | do stop in kdb_trap() based on db_panic value | Michael Shalayeff |
1999-12-31 | fix order of uvm_fault() arguments in debug printf (; | Michael Shalayeff |
1999-12-31 | don't bother about pidr3 and pidr4 | Michael Shalayeff |
1999-12-23 | disable all debugs | Michael Shalayeff |
1999-12-23 | some support for hp som executables | Michael Shalayeff |
1999-12-23 | some more of hp som definitions from different {,kinds} sources | Michael Shalayeff |
1999-12-23 | add hp som file support protos | Michael Shalayeff |
1999-12-23 | clean some more files | Michael Shalayeff |
1999-12-20 | machine is hppa; in cross case, define LORDER too | Michael Shalayeff |
1999-12-18 | add pdcache(), purge data cache | Michael Shalayeff |
1999-12-17 | remove dirty rd_root hack once we have root on nfs working | Michael Shalayeff |
1999-12-17 | screw it really bad | Michael Shalayeff |
1999-12-17 | break the attaching intentionally until i figure put how to screw the dev/ic/... | Michael Shalayeff |
1999-12-17 | fix the panic message for sti memory mapping | Michael Shalayeff |
1999-12-17 | inline uvm_pagealloc_contig, as art said it must die | Michael Shalayeff |
1999-12-17 | define constants for PAGE_{SIZE,MASK,SHIFT} | Michael Shalayeff |
1999-12-17 | track the maximum accessed stack size; basically this small piece of code is ... | Michael Shalayeff |
1999-12-12 | hide debug printf behind #ifdef PMAPDEBUG | Michael Shalayeff |
1999-12-12 | they say that cr 24-31 are for interrupt handlers use, so pdc may mangle those | Michael Shalayeff |