Age | Commit message (Expand) | Author |
2001-05-14 | clean | Theo de Raadt |
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright |
2001-05-13 | Remove an unused label. | Aaron Campbell |
2001-05-13 | Fix the problem that single-step tracing of a trap instruction | Todd C. Miller |
2001-05-13 | Make sure the branch target of the delay loop is aligned to a cache | Todd C. Miller |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-13 | left tag uninitted in the good case in the last commit; jason@ pointed it out | Michael Shalayeff |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller |
2001-05-13 | PAGE_SIZE is a constant now. I should know that, I'm guilty as | Miod Vallat |
2001-05-13 | Honor the ddb.console sysctl. | Miod Vallat |
2001-05-12 | Do not use curproc before it gets initialized. | Miod Vallat |
2001-05-12 | A number of buggy BIOS implementations leave the router | Michael Shalayeff |
2001-05-12 | always print the icu we've found | Michael Shalayeff |
2001-05-11 | Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guide | Todd C. Miller |
2001-05-11 | Bye bye. | Artur Grabowski |
2001-05-11 | Use genassym.cf | Artur Grabowski |
2001-05-11 | Add a genassym.cf that uses the standard scripts. | Artur Grabowski |
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt |
2001-05-11 | Don't ask C for more syntactic sugar than it can provide. | Miod Vallat |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-10 | Don't play with MCR_IEN, it breaks serial console input on the 425e. | Todd C. Miller |
2001-05-10 | Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.org | Todd C. Miller |
2001-05-10 | Add missing #include <sys/resourcevar.h> so these can compile. | Todd C. Miller |
2001-05-10 | In apciparam() in the ospeed == 0 case, actually set the cfcr to the new | Todd C. Miller |
2001-05-10 | Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on every | Todd C. Miller |
2001-05-10 | fix typo introduced in non-UVM case yesterday | Todd C. Miller |
2001-05-10 | Hasn't been used for ages. ZAP! | Artur Grabowski |
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 |