Age | Commit message (Expand) | Author |
2000-01-17 | pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages. | Artur Grabowski |
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 | Remove `pc_disp_special'. | Aaron Campbell |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell |
2000-01-17 | some more paranoid checks, shorter trap desriptions | Michael Shalayeff |
2000-01-17 | add syscall frame flag | Michael Shalayeff |
2000-01-16 | Closer to support for UVM on powerpc, tries to execute user programs, but | Dale S. Rahn |
2000-01-16 | update | Michael Shalayeff |
2000-01-16 | remove more references to -H and -V. -moj | Mats O Jansson |
2000-01-15 | set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org | Theo de Raadt |
2000-01-15 | P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box | Theo de Raadt |
2000-01-14 | Cleanup the handling of ptes on 4m. | Artur Grabowski |
2000-01-14 | make setpgt4m static __inline, remove dead code. | Artur Grabowski |
2000-01-14 | Might as well ding the version number. | Jason Downs |
2000-01-14 | I could be wrong, but I doubt the world is going to end this year. Let's | Jason Downs |
2000-01-14 | Remove change that was checked in by accident with last commit. | Dale S. Rahn |
2000-01-14 | UVM changes mainly. As of this checkin UVM is still not working for powerpc | Dale S. Rahn |
2000-01-14 | RAMDISK kernels should not be configured as GENERIC, remove unnecessary | Dale S. Rahn |
2000-01-14 | fix ipv6 typo. | Dale S. Rahn |
2000-01-13 | add pcic2; matt@zigg.com | Theo de Raadt |
2000-01-12 | ifdef SUN4M, ok art@ | David Leonard |
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-10 | Remove PNIC driver | Jason Wright |
2000-01-10 | Fix some -Wall complaints | Todd C. Miller |
2000-01-10 | Add {v,p}addr_t and {v,p}size_t. kbus-specific code does not use them | Todd C. Miller |
2000-01-10 | move mul/umul into the kernel to match sparc | Todd C. Miller |
2000-01-10 | This is OpenBSD, not NetBSD. | Todd C. Miller |
2000-01-09 | Do the bootpath_store dance so we can boot off of a disk attached | mjacob |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino |