summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Remove PTRACE support out of the ramdisks/miniroots.Miod Vallat
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-13Complete rewrite of the powerpc pmap handling, Instead of keepingDale Rahn
2002-03-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2002-03-12rest of copy_on_fault proper handlingsMichael Shalayeff
2002-03-12sparc64's aren't likely to be CPU_ISSUN4CJason Wright
2002-03-12Look up the TTE and only do the streaming cache dance if the mapping is marke...Jason Wright
2002-03-12extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net>Michael Shalayeff
2002-03-12Emulate ptrace(PT_STEP in software.Artur Grabowski
2002-03-12sync with KAMEKenjiro Cho
2002-03-12oopsMichael Shalayeff
2002-03-11If the clock has lost over 1000 days, use the filesystem time insteadDale Rahn
2002-03-11Add <machine/ieeefp.h>, will be needed by libc shortly.Miod Vallat
2002-03-11Add a <machine/varargs.h> skeleton for userland.Miod Vallat
2002-03-10rdboot -> hdbootHugh Graham
2002-03-09Completely rewritten keyboard detection mechanism. Instead of using theDale Rahn
2002-03-09Add case for BTYP_1305.Hugh Graham
2002-03-08Remove the code which reenables interrupts in these interrupt controllers,Dale Rahn
2002-03-08have to set p_md as well, used to shoot clouds beforeMichael Shalayeff
2002-03-08last arg to the copystr could be 0, also correct onfault handlingMichael Shalayeff
2002-03-08Move the message buffer out of low memory, Openfirmware clears the areaDale Rahn
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-03-07Remove some debugging code accidentally committed in previousJason Wright
2002-03-07From NetBSD:Jason Wright
2002-03-06- recognize serial speeds over 9600 bauds, and allow users to set such aMiod Vallat
2002-03-06Support serial speed over 9600 bauds.Miod Vallat
2002-03-06no need to maskMichael Shalayeff
2002-03-06expand fpu name, makes line overflow a bit, maybe deal w/ it laterMichael Shalayeff
2002-03-06regenMichael Shalayeff
2002-03-06cleanup the fpu names a bitMichael Shalayeff
2002-03-05rearrange stuff, chat about cacheMichael Shalayeff
2002-03-05Kill prom stuff duplicates from bugio.[ch].Miod Vallat
2002-03-05Insert missing newline for autoconf prettiness.Jason Wright
2002-03-05Provide a few more constants to get on par with other arches and getMiod Vallat
2002-03-04ok, so apparently wx doesn't work so wellNathan Binkert
2002-03-04dc is not listed twice. Put de back, and move dc out of the untested section.Nathan Binkert
2002-03-04since we can't fit both dc and de, we've got to have de so we can have supportNathan Binkert
2002-03-04Move dc from the untested group since it is tested, though a commit willNathan Binkert
2002-03-04dc not deTheo de Raadt
2002-03-04Typos; Matt <matt@vertrauen.org>Jason Wright
2002-03-02bump the version after recent additionMichael Shalayeff
2002-03-02cleanup.Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02Do not use -1 as an unused entry, 0 is already reserved for invalid/unused.Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02These two drivers were incorrectly sharing variables, sometimes expectingDale Rahn
2002-03-02more logical order of operations, caveatsMichael Shalayeff
2002-03-02Add machine specific commands to the bootblocks, to let the user displayMiod Vallat