Age | Commit message (Expand) | Author |
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 |
2001-04-23 | when we take a pci interrupt, upgrade it to level. but always ignore | Theo de Raadt |
2001-04-22 | Remove -march=i{56}86 optimization because of compiler bug. This bug | Grigoriy Orlov |
2001-04-22 | permit compilation without I586_CPU or I686_CPU; armin@wolfermann.org | Theo de Raadt |
2001-04-21 | Do not use wsmux on alpha. Now I can start Xtga. | Aaron Campbell |
2001-04-20 | Big upgrade of the pmap. Revised pagetable handling, more careful wiring, | Artur Grabowski |
2001-04-19 | disable a few drivers | Theo de Raadt |
2001-04-18 | Cover rl with #ifdef's and put it to sleep. ZZzz.. | Hugh Graham |
2001-04-18 | Sync, and quadruple NMBCLUSTERS | Niklas Hallqvist |
2001-04-18 | Even more bizzarreness on the up1000. | Artur Grabowski |
2001-04-18 | Remove last change to powerpc pmap. This has a slight chance of being the | Dale Rahn |
2001-04-17 | Comment out the 20+ year old rl disk device to make way for the recently | Hugh Graham |
2001-04-17 | OpenBSD tags | Artur Grabowski |
2001-04-17 | OpenBSD tag. | Artur Grabowski |
2001-04-17 | mem_clusters.size has page protection encoded in them. | Artur Grabowski |
2001-04-17 | sync maxusers with GENERIC. | Brad Smith |
2001-04-17 | crank maxusers by a teeeeeny little bit | Theo de Raadt |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-17 | Add commented out siop driver since it works. Enable after 2.9 | Nathan Binkert |
2001-04-17 | Switch a "BGTR foo" to a "BLSS bar; BRW foo; bar:". In this case, the | Brandon Creighton |
2001-04-16 | NOT GENERIC | Theo de Raadt |
2001-04-16 | API_UP1000 support fits | Theo de Raadt |
2001-04-16 | clean | Theo de Raadt |
2001-04-15 | Prettier printing of cpu models and more models. | Artur Grabowski |
2001-04-15 | Err. a ramdisk without pseudo-device rd has a minimal chance of working. | Artur Grabowski |
2001-04-15 | oops, commit protos | mjacob |
2001-04-14 | clean | Theo de Raadt |
2001-04-14 | Pick up some more NetBSD-isms (tsp_bus_mem_init2). | mjacob |
2001-04-14 | Pick up some more NetBSD-isms (init_mem2 stuff). | mjacob |
2001-04-14 | Always make sure that SQWE is enabled- the PROM may not have done this for you. | mjacob |
2001-04-14 | eephy was already in there | Theo de Raadt |
2001-04-14 | need eephy with wx now | mjacob |
2001-04-14 | Make sure eephy is included if you include wx. | mjacob |
2001-04-14 | UP1000 will fit in here. | Artur Grabowski |
2001-04-14 | Add support for Alpha Processor, Inc. UP1000. | Artur Grabowski |
2001-04-14 | Correctly initialize disklabel structure in readdisklabel(). | Miod Vallat |
2001-04-13 | bmtphy does not work perfect yet, but put it in anyways | Theo de Raadt |
2001-04-13 | silence printfs from media selection. | Brad Smith |
2001-04-13 | In cpu_fork, initialize the ipl of the new process to | Artur Grabowski |
2001-04-13 | bmtphy | Theo de Raadt |
2001-04-12 | Remove a bogus __attribute__ ((unused)) from _splraise. | Artur Grabowski |
2001-04-11 | include brgphy | Theo de Raadt |
2001-04-10 | Decrement open_count in netclose(); this fixes the bug which caused | Brandon Creighton |