Age | Commit message (Expand) | Author |
2004-04-15 | Remove more dead code. | Miod Vallat |
2004-04-15 | constify baud rate to hardware parameters structures. | Miod Vallat |
2004-04-15 | Nuke unneeded definitions. | Miod Vallat |
2004-04-15 | Remove orphaned CLCD_DO_POLLED_INPUT code. | Miod Vallat |
2004-04-14 | Way too much include files here... | Miod Vallat |
2004-04-14 | If resetting a MVME188 which is not system controller, only trigger a local | Miod Vallat |
2004-04-14 | After enough checks on real hardware, it turns out the documentation is wrong, | Miod Vallat |
2004-04-14 | Correctly register syscon interrupt handlers. | Miod Vallat |
2004-04-14 | Nuke getdevunit(), nothing uses it. | Miod Vallat |
2004-04-14 | Get the right address for the BusSwitch external cache control register. | Miod Vallat |
2004-04-14 | When trying to program tho 88410, be sure to unmask both flash banks | Miod Vallat |
2004-04-14 | Simplify pmap_bootstrap() interface. | Miod Vallat |
2004-04-14 | Remove unused softc members. | Miod Vallat |
2004-04-14 | typo | Miod Vallat |
2004-04-12 | Minor tweaks to appease gcc 3. | Miod Vallat |
2004-04-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat |
2004-03-26 | Do not dereference pointers before checking whether they are valid (triple si... | Miod Vallat |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-03-04 | Don't spl0() while polling, splbio() is enough and required. | Miod Vallat |
2004-03-03 | In vmapbuf(), we actually only need to allow cache snooping, but enforcing | Miod Vallat |
2004-02-19 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat |
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat |
2004-02-10 | Check for the device existence in cnprobe() as done in match(), to be sure | Miod Vallat |
2004-02-10 | Fix cnprobe() and cninit() prototypes. | Miod Vallat |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt |
2004-01-29 | Correctly handle 88110 exceptions occuring in a delay slot: control must | Miod Vallat |
2004-01-29 | 187BUG, 188BUG and 197BUG agree that only SSR3 needs to be preserved across | Miod Vallat |
2004-01-28 | Use write-back mappings whenever possible again, but make sure that | Miod Vallat |
2004-01-28 | Add tftpboot to the mvme88k builds. | Miod Vallat |
2004-01-28 | Skip first argument on commandline, so we can try to actually boot the | Miod Vallat |
2004-01-28 | Oops, forgot cvs add in previous commit; spotted by deraadt@ | Miod Vallat |
2004-01-26 | sign mismatch correction, from miod | Theo de Raadt |
2004-01-26 | tftp-only netboot code, inspired from mvmeppc, and stripped down; it will | Miod Vallat |
2004-01-26 | A few more BUG syscall definitions and structures. Fix (not used yet) | Miod Vallat |
2004-01-23 | Get rid of a few (mostly DDB related) unused defines and macros. | Miod Vallat |
2004-01-23 | died of starvation | Miod Vallat |
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat |
2004-01-20 | Use shifts and logical arithmetic, rather than multiplications and integer | Miod Vallat |
2004-01-20 | Better debugging information, only available if option TRAPDEBUG (which you | Miod Vallat |
2004-01-20 | let XFS compile; miod ok | Theo de Raadt |
2004-01-19 | Get rid of a few useless defines, as well as a few duplicated ones; and | Miod Vallat |
2004-01-19 | ``3 pages of u-area ought to be enough for everybody'' | Miod Vallat |
2004-01-19 | The pessimistic tlb handling change turned out to be one more instance of | Miod Vallat |
2004-01-17 | Now that the phys_map_vaddr bug is out of the way, it's time to bring back | Miod Vallat |
2004-01-16 | People who immediately clobber registers containing the result of subfunctions | Miod Vallat |
2004-01-15 | Disable write-back mappings for userland entirely; pmap_copy_page() still | Miod Vallat |
2004-01-14 | mvme* do not support buses with indirect configuration, so don't check and | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |