Age | Commit message (Expand) | Author |
2001-05-10 | remove the pt{1,23}_{alloc,free} functions now that pool works without | Artur Grabowski |
2001-05-10 | Don't crash in pgt_page_alloc if uvm_km_kmemalloc fails. | Artur Grabowski |
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski |
2001-05-10 | Switch sparc to PMAP_NEW. I've been running with that code for ages. | Artur Grabowski |
2001-05-10 | oops. | Artur Grabowski |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski |
2001-05-10 | When acpi is used as the console, set cn_tab appropriately so that a | Todd C. Miller |
2001-05-10 | Move the timeout_set() call up a bit | Todd C. Miller |
2001-05-10 | o Print memory sizes in KB in addition to bytes like i386 port | Todd C. Miller |
2001-05-10 | Add a MMUID_425_E define | Todd C. Miller |
2001-05-10 | Add 425e detection based on what is in stand/uboot/srt0.S | Todd C. Miller |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-08 | From netbsd: implementations of _bus_dmamap_load_mbuf() and | Jason Wright |
2001-05-08 | fix preposition in the printf msg | Michael Shalayeff |
2001-05-08 | Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok | Aaron Campbell |
2001-05-08 | on `out of data' condition print a warning and exit w/ | Michael Shalayeff |
2001-05-07 | tcic disable | Theo de Raadt |
2001-05-07 | Fix fallout from recent trunc_page() changes. | Dale Rahn |
2001-05-06 | Add casts to vaddr_t to round_page() and trunc_page() calls since | Todd C. Miller |
2001-05-06 | increase version since we've removed -b; per fgsch@'s suggestion | Michael Shalayeff |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski |
2001-05-05 | remove some private stuff people put into here | Theo de Raadt |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-05-05 | Repair non-UVM kernels | Todd C. Miller |
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell |
2001-05-03 | Clean up a signed vs unsigned error in gm ethernet. | Dale Rahn |
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff |
2001-05-02 | Move powerpc interrupt enablement into the interrupt controller, not after | Dale Rahn |
2001-05-01 | sync closer to GENERIC, make compile again | Todd T. Fries |
2001-05-01 | Remove PCVT cruft. | Aaron Campbell |
2001-05-01 | this is what i'm running these days | Michael Shalayeff |
2001-05-01 | Remove PCVT file references. | Aaron Campbell |
2001-05-01 | convert to new timeouts | Todd C. Miller |
2001-05-01 | Convert to new timeouts. (art@ ok) | Hakan Olsson |
2001-05-01 | trailing spaces | Michael Shalayeff |
2001-04-30 | Move the zeroing of proc0 u area from cpu_startup to configure. | Artur Grabowski |
2001-04-30 | Move the hwrpb_primary_init to before configure. | Artur Grabowski |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski |
2001-04-30 | Move gdt_init prototype to gdt.h | Artur Grabowski |
2001-04-30 | correct copyright. i wrote some of this in 1989, wow.. i am old... | Theo de Raadt |
2001-04-30 | Fix the s-records encoding program so as to produce correct final | Miod Vallat |
2001-04-29 | raise spl around pdc calling | Michael Shalayeff |
2001-04-29 | pseg not yet | Michael Shalayeff |
2001-04-29 | fix pmap_enter to compile | Michael Shalayeff |
2001-04-29 | ddb command `machine halt' is superceded by `boot halt' now, so remove it | Miod Vallat |
2001-04-29 | Replace resource maps with extents, and cleanup associated variables. | Miod Vallat |
2001-04-24 | enable txp(4) | Theo de Raadt |