Age | Commit message (Expand) | Author |
2001-05-26 | Add one more '0' in comment. | Artur Grabowski |
2001-05-25 | Implement PMAP_MAP_POOLPAGE. | Artur Grabowski |
2001-05-25 | Add 3 sysctl machdep variables: cpuspeed, machineid, and mmuid. | Todd C. Miller |
2001-05-25 | Fix color table initialization for powerpc with wscons. | Dale Rahn |
2001-05-23 | Adjust computed cpuspeed by 3/8 on 68040 machines to correspond to | Todd C. Miller |
2001-05-21 | Correctly position the #if's wrt the locking macros... | Miod Vallat |
2001-05-21 | static binary | Theo de Raadt |
2001-05-21 | Name the PowerPC G4 processors better. Do not perform the cache control | Dale Rahn |
2001-05-20 | From NetBSD: | Hugh Graham |
2001-05-20 | assym.s -> assym.h | Miod Vallat |
2001-05-20 | Replace genassym.c with a .cf one; also remove unused defines. | Miod Vallat |
2001-05-20 | Generate assym from a genassym.cf file instead of a C program. | Miod Vallat |
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat |
2001-05-17 | Insert comma missing from r1.11 commit; found by beck@. | Aaron Campbell |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | nsphyter here too | Jason Wright |
2001-05-17 | add nsphyter | Jason Wright |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-17 | remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok. | Federico G. Schwindt |
2001-05-16 | entry,leaf_entry proper | Michael Shalayeff |
2001-05-16 | Hook up various wscons related stuff and enable the smg framebuffer. | Hugh Graham |
2001-05-16 | Blind merge of wscons support from NetBSD/vax. Perhaps someone with a | Hugh Graham |
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-16 | Fix vax to work with recent pmap_change_wiring() -> pmap_unwire() | Hugh Graham |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-16 | shrink printf messages | Theo de Raadt |
2001-05-16 | no longer support ECOFF kernels | Theo de Raadt |
2001-05-15 | txp works here now | Jason Wright |
2001-05-15 | Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@. | Janne Johansson |
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-15 | Replace vm_offset_t with vaddr_t and paddr_t as appropriate. | Todd C. Miller |
2001-05-14 | PAGE_SIZE,MASK,SHIFT-Reloc's had to go. Ok art@ | Janne Johansson |
2001-05-14 | cleanup a lot | Theo de Raadt |
2001-05-14 | screw fibrechannel on this floppy | Theo de Raadt |
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 |