Age | Commit message (Expand) | Author |
2002-03-08 | have to set p_md as well, used to shoot clouds before | Michael Shalayeff |
2002-03-08 | last arg to the copystr could be 0, also correct onfault handling | Michael Shalayeff |
2002-03-08 | Move the message buffer out of low memory, Openfirmware clears the area | Dale Rahn |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright |
2002-03-07 | From NetBSD: | Jason Wright |
2002-03-06 | - recognize serial speeds over 9600 bauds, and allow users to set such a | Miod Vallat |
2002-03-06 | Support serial speed over 9600 bauds. | Miod Vallat |
2002-03-06 | no need to mask | Michael Shalayeff |
2002-03-06 | expand fpu name, makes line overflow a bit, maybe deal w/ it later | Michael Shalayeff |
2002-03-06 | regen | Michael Shalayeff |
2002-03-06 | cleanup the fpu names a bit | Michael Shalayeff |
2002-03-05 | rearrange stuff, chat about cache | Michael Shalayeff |
2002-03-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat |
2002-03-05 | Insert missing newline for autoconf prettiness. | Jason Wright |
2002-03-05 | Provide a few more constants to get on par with other arches and get | Miod Vallat |
2002-03-04 | ok, so apparently wx doesn't work so well | Nathan Binkert |
2002-03-04 | dc is not listed twice. Put de back, and move dc out of the untested section. | Nathan Binkert |
2002-03-04 | since we can't fit both dc and de, we've got to have de so we can have support | Nathan Binkert |
2002-03-04 | Move dc from the untested group since it is tested, though a commit will | Nathan Binkert |
2002-03-04 | dc not de | Theo de Raadt |
2002-03-04 | Typos; Matt <matt@vertrauen.org> | Jason Wright |
2002-03-02 | bump the version after recent addition | Michael Shalayeff |
2002-03-02 | cleanup. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | Do not use -1 as an unused entry, 0 is already reserved for invalid/unused. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn |
2002-03-02 | more logical order of operations, caveats | Michael Shalayeff |
2002-03-02 | Add machine specific commands to the bootblocks, to let the user display | Miod Vallat |
2002-03-01 | reassign | Michael Shalayeff |
2002-03-01 | fix a few irq assignments | Michael Shalayeff |
2002-03-01 | Change a config(8) reference to a more appropriate boot_config(8) reference. | Miod Vallat |
2002-02-28 | forgot viper_hpa | Michael Shalayeff |
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat |
2002-02-25 | replace w/ utah-licensed source | Michael Shalayeff |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn |
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb |
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat |
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright |
2002-02-23 | Bring back pmap_motorola in service for amiga, too. | Miod Vallat |
2002-02-23 | remove unused file. | Dale Rahn |
2002-02-22 | Unbreak 68060 support, sorry | Miod Vallat |
2002-02-22 | Switch mvme68k to pmap_motorola again. | Miod Vallat |
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright |
2002-02-22 | Debugger() is #ifdef DDB | Theo de Raadt |