Age | Commit message (Expand) | Author |
2001-06-25 | add pf device on all architectures. | Kjell Wooding |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-23 | no more kernfs | Theo de Raadt |
2001-06-10 | Art error #1 | Theo de Raadt |
2001-06-08 | Fix the XXX #debug bits in vm_machdep(). | Todd C. Miller |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-05 | Use mi round_page() and trunc_page() macros | Todd C. Miller |
2001-05-31 | Initialize b_dep if we malloc our own struct buf. | Artur Grabowski |
2001-05-31 | Initialize bp->b_dep if we malloc our own struct buf. | Artur Grabowski |
2001-05-28 | #ifdef PMAP_NEW we should call pmap_kremove/pmap_kenter_pa instead of | Todd C. Miller |
2001-05-25 | Add 3 sysctl machdep variables: cpuspeed, machineid, and mmuid. | Todd C. Miller |
2001-05-23 | Adjust computed cpuspeed by 3/8 on 68040 machines to correspond to | Todd C. Miller |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-16 | Use PMAP_NEW if UVM is defined. | Todd C. Miller |
2001-05-16 | PMAP_NEW support; thorpej@netbsd.org | Todd C. Miller |
2001-05-15 | Change splimp -> splhigh in cpu_exit() to match NetBSD and some of | Todd C. Miller |
2001-05-15 | Remove an extra space in avail mem printf | Todd C. Miller |
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 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller |
2001-05-11 | Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guide | Todd C. Miller |
2001-05-11 | more rd merge (headcolds suck) | 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 | 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-06 | Add casts to vaddr_t to round_page() and trunc_page() calls since | Todd C. Miller |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
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-01 | convert to new timeouts | Todd C. Miller |
2001-04-06 | Use pool to allocate pmap instead of malloc. OK'd by art@ | Todd C. Miller |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino |
2001-01-31 | based on art's sparc patch: | Jason Wright |