Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-25 | Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead. | Miod Vallat | |
2004-01-25 | Get rid of m88k leftovers. | Miod Vallat | |
2004-01-25 | syncicache() is inline from <machine/cpu.h>, no need for a different version | Miod Vallat | |
here. | |||
2004-01-25 | Unused. | Miod Vallat | |
2004-01-25 | Various typos in comments. | Miod Vallat | |
2004-01-25 | Crank SHMMAXPGS to 32mb; OK mickey@ | Todd C. Miller | |
2004-01-24 | Correctly size physical memory. | Miod Vallat | |
2004-01-24 | Switch libsa to use loadfile() | Miod Vallat | |
2004-01-24 | Deal with <machine/prom.h> changes. | Miod Vallat | |
2004-01-24 | RB_xxx constants and values cleanup. | Miod Vallat | |
2004-01-24 | Bring in strlcat, strlcpy and snprintf from libkern. | Miod Vallat | |
2004-01-24 | No chown/chmod outside install targets. | Miod Vallat | |
2004-01-24 | Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM; | Miod Vallat | |
reminded by drahn@, thanks! | |||
2004-01-24 | Improve detection and reporting of VIA CPU types. Correct spellings | Tom Cosgrove | |
of same. ok deraadt@, beck@, weingart@ | |||
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller | |
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-23 | Clean the device configuration settings, and comment out unsupported | Miod Vallat | |
hardware for now. | |||
2004-01-23 | Sync options and defines with other ppc ports. | Miod Vallat | |
2004-01-23 | Nuke last common. | Miod Vallat | |
2004-01-22 | Style lync with other ppc-based ports, no functional change. | Miod Vallat | |
2004-01-22 | Remove macppc-only devices. | Miod Vallat | |
2004-01-22 | Everyday, new typos need to be investigated. | Miod Vallat | |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat | |
2004-01-22 | Make locore and the early initialization code closer to other ppc ports; | Miod Vallat | |
also remove ipkbd and other dead code. | |||
2004-01-22 | dot_conv() is not used. | Miod Vallat | |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat | |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove | |
ok weingart@, deraadt@ | |||
2004-01-20 | do not put INET6 here, we want bsd.rd that fits | Theo de Raadt | |
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko | |
Westhuizen <michael@skanky.homeunix.net> with little tweaks. Tested by millert@ todd@ jmc@ andreas@ and jcs@'s friend ok millert@ | |||
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat | |
fails. Unfortunately, in this case, do_vspoll() would invoke the reset function ad nauseum. Allow the flow to exit this infernal loop, attach() will correctly fail. This is temporary band-aid until a stronger reset sequence is found. | |||
2004-01-20 | Use shifts and logical arithmetic, rather than multiplications and integer | Miod Vallat | |
arithmetic, when computing cmmu numbers. | |||
2004-01-20 | Better debugging information, only available if option TRAPDEBUG (which you | Miod Vallat | |
don't want. honest. really). | |||
2004-01-20 | let XFS compile; miod ok | Theo de Raadt | |
2004-01-20 | - macppc -> __macppc__ | Brad Smith | |
- remove swapgeneric.c on pegasos and remove bogus Locore for lint target ok drahn@ | |||
2004-01-19 | Get rid of a few useless defines, as well as a few duplicated ones; and | Miod Vallat | |
move 8820x-only definitions to the adequate header. Also crank MAXPHYSMEM to a more realistic value. | |||
2004-01-19 | ``3 pages of u-area ought to be enough for everybody'' | Miod Vallat | |
(deraadt wanted 2, I wanted 4, actually...) | |||
2004-01-19 | The pessimistic tlb handling change turned out to be one more instance of | Miod Vallat | |
the phys_map_vaddr bug. So switch back to regular tlb invalidations, and optimize the two or three page invalidation situation. | |||
2004-01-18 | Silence match() unless DEBUG. | 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 | |
diffs which had been suspected of breakage while they were just helping this bug to trigger. Don't flush user tlb in the scheduler, since pmap_activate() will take care of it if necessary. | |||
2004-01-16 | Do not switch to the fpsp exception vectors if we are not running on an | Miod Vallat | |
MC68040 CPU. And suddenly MC68060 feels so happier... MVME177 now passes all libm and libc/ieeefp regress (and probably the Perl testsuite, too...) | |||
2004-01-16 | cia* is not needed on floppyB, all these machines use tsc*. but at least | Theo de Raadt | |
some of these machines use a ahc* scsi controller. and it still fits! | |||
2004-01-16 | People who immediately clobber registers containing the result of subfunctions | Miod Vallat | |
as soon as they return deserve to be shot or something. Make sure the result of imprecise exceptions is safely returned to userland. Fixes lib/libc/ieeefp/infinity regression test, as well as Perls. | |||
2004-01-15 | Disable write-back mappings for userland entirely; pmap_copy_page() still | Miod Vallat | |
misbehaves in some circumstances if they are enabled, despite the code doing (apparenty) The Right Thing. Reasonable performance hit, to be offset by further diffs in the pipeline; discussed with deraadt@ | |||
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat | |
2004-01-15 | instuction -> instruction | Miod Vallat | |
2004-01-15 | Undo backout of this piece of 'SR restores', this feature is used by | Dale Rahn | |
on pegasos. | |||
2004-01-15 | No reason to exclude xl from ramdisk. GENERIC and RAMDISK need a severe sync. | Dale Rahn | |
2004-01-15 | Add 'sysctl hw.cpuspeed' support. copied from macppc. | Dale Rahn | |
2004-01-15 | Apply the same change as macppc for the 'SR revert', unbreak pegasos. | Dale Rahn | |