Age | Commit message (Expand) | Author |
2001-03-24 | Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn't | Todd C. Miller |
2001-03-24 | Oops. Unbreak. | Hakan Olsson |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson |
2001-03-24 | Convert to new timeout API. mickey@ ok. | Hakan Olsson |
2001-03-23 | Fix pagemove to work with PMAP_NEW. Mostly from NetBSD. | Artur Grabowski |
2001-03-23 | fix a diagnostic check in pagemove | Artur Grabowski |
2001-03-23 | Remove obsolete configs, add the one we (Applitron) use nowadays instead. | Niklas Hallqvist |
2001-03-22 | pmap_physseg is kernel-only business | Michael Shalayeff |
2001-03-22 | Remove transient config file. | Niklas Hallqvist |
2001-03-22 | sync | Niklas Hallqvist |
2001-03-22 | handle d/i prot traps proper | Michael Shalayeff |
2001-03-22 | shuffle the tlb handlers a little, | Michael Shalayeff |
2001-03-22 | Merge in NetBSD's PMAP_NEW, still disabled | Niklas Hallqvist |
2001-03-22 | make sure we stop stack tracing on user pc | Michael Shalayeff |
2001-03-22 | ifdef on a proper debug define | Michael Shalayeff |
2001-03-22 | KNF a stmt | Niklas Hallqvist |
2001-03-22 | More EMODD work: | Brandon Creighton |
2001-03-22 | Get pmap->cpus_using before the pmap structure is touched. Besides, we | Miod Vallat |
2001-03-21 | Move files from common to dev to be more like other archs | Artur Grabowski |
2001-03-21 | __va_list is specified differently with the powerpc ABI than it is on | Dale Rahn |
2001-03-21 | optimize a sanity check and put it behind ifdef DIAGNOSTIC. | Artur Grabowski |
2001-03-20 | regen | Michael Shalayeff |
2001-03-20 | a few recent cpu devs form puffins | Michael Shalayeff |
2001-03-19 | USB support works on alpha. (At least UHCI works fine) | Nathan Binkert |
2001-03-18 | Add a wsmux device | Nathan Binkert |
2001-03-18 | Enable rasops and wsfonts for alpha so TGA can use them | Nathan Binkert |
2001-03-18 | Initialize all the cpu_sets array, not just the first max_cpus entries. | Miod Vallat |
2001-03-18 | Remove badwordaddr() prototype, cleanup, #if -> #ifdef police. | Miod Vallat |
2001-03-18 | Correct prototype for guarded_access(). | Miod Vallat |
2001-03-16 | Add some more model subtypes from Antonio Carlini. | Hugh Graham |
2001-03-16 | Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again. | Artur Grabowski |
2001-03-16 | Some more pmap improvements from NetBSD. | Artur Grabowski |
2001-03-16 | Implement pmap_growkernel. From NetBSD. | Artur Grabowski |
2001-03-16 | The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes. | Brandon Creighton |
2001-03-16 | mislabeling | Theo de Raadt |
2001-03-16 | Cleanup, get badwordaddr() from <machine/locore.h> | Miod Vallat |
2001-03-16 | Cleanup, fix some typos. | Miod Vallat |
2001-03-16 | Remove badwordaddr(). | Miod Vallat |
2001-03-16 | More function prototypes. | Miod Vallat |
2001-03-16 | Update the configuration procedure, to get in sync with other ports: | Miod Vallat |
2001-03-16 | KNF, warning hunting. | Miod Vallat |
2001-03-15 | Be more cross-compiler friendly. | Miod Vallat |
2001-03-15 | wsdisplay/wskbd/wsmouse devices | Brandon Creighton |
2001-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt |
2001-03-15 | make sure pcibios ever attached; found by aaron@ | Michael Shalayeff |
2001-03-14 | typo | Theo de Raadt |
2001-03-14 | ukbd is a valid wscons keyboard. include ukbd.h for wskbdvar.h | Todd T. Fries |
2001-03-14 | Allow bootloader to read MacOS(DPME) partition tables, find OpenBSD | Dale Rahn |
2001-03-14 | Support shared disks with MacOS. This is only one of the pieces of | Dale Rahn |
2001-03-14 | Back out order change in conf.c and priority change in wscons_machdep.c | Todd C. Miller |