summaryrefslogtreecommitdiff
path: root/sys/arch/sh
AgeCommit message (Expand)Author
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14Reset BBRB if we exit from a process that was single-stepping. Prevents aMark Kettenis
2006-12-05Allow kmem to work, might not quite be right yet, but allows basicDale Rahn
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-28Implement PT_STEP.Mark Kettenis
2006-11-27Add PT_STEP.Mark Kettenis
2006-11-20serial drivers should use spltty, not splserial.Dale Rahn
2006-11-19Use symbol information, when available, to display branch destinations.Miod Vallat
2006-11-17sorry miod, but this version locks the machine up rather fastTheo de Raadt
2006-11-16pagemove() this time without an accidental line removalMiod Vallat
2006-11-16backout pagemove() diff; does not workTheo de Raadt
2006-11-14A less awkward pagemove() implementation.Miod Vallat
2006-11-14match other architectures: _spinlock_lock_t is not volatile itself, butTheo de Raadt
2006-11-10relocations belong in reloc.hDale Rahn
2006-11-10Correct order of the bitfields of float and double. Fixes ldexp() (andOtto Moerbeek
2006-11-10Remove debug code.Miod Vallat
2006-11-10Enforce correct userspace bounds in copy{in,out}str().Miod Vallat
2006-11-10Will be needed at some point.Dale Rahn
2006-11-09landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesomeTheo de Raadt
2006-11-09no newline at end of cpu_modelTheo de Raadt
2006-11-08fix sigmask handling bug that caused SIGCHLD to be almost alwaysOtto Moerbeek
2006-11-05Use TF_SPC instead of hardcoding its value.Miod Vallat
2006-11-05Correctly release resources in intc_free_ih().Miod Vallat
2006-11-05Fix a couple of comments.Miod Vallat
2006-11-05Some basic fpu trap handling.Miod Vallat
2006-11-05define the bit that sh4 uses for FPU disable.Dale Rahn
2006-11-04make compile w/ debugMichael Shalayeff
2006-11-04make stack trace look as other flavoured stack traces look likeMichael Shalayeff
2006-11-03cleanup some devicesMichael Shalayeff
2006-11-03Return address is way too useful to not print here.Dale Rahn
2006-11-03For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther.Dale Rahn
2006-11-03must steal pages from the end of the physsegMichael Shalayeff
2006-11-03mdproc has to be initialisedMichael Shalayeff
2006-11-03step and stuff works in ddb now tooMichael Shalayeff
2006-11-02Remove unused code and move the knowledge of struct switchframe to a singleMiod Vallat
2006-11-02proper brkpt detection so continue does restart properMichael Shalayeff
2006-10-23Do not match on non-shpcic config stanza.Miod Vallat
2006-10-23Do not panic on a ddb invocation with curproc == NULL, and don't try toMiod Vallat
2006-10-23Add interrupt name, however need to determine if the passed parameter is safeDale Rahn
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-19Hack around a problem found on px-eh systems where the SH IPL+g initializesDale Rahn
2006-10-19pci_address_fixup code to do bus address allocation, 'firmware' appearentlyDale Rahn
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-17for now, we want traces.Dale Rahn
2006-10-17Dont clobber tf->tf_spc, we might want to print it in do_panic.Dale Rahn
2006-10-16pciide compat bits, stolen from armish.Dale Rahn
2006-10-16busname should be set.Dale Rahn
2006-10-14ps uses KERNBASE so define it to the correct value (pointed out by miod)Dale Rahn
2006-10-11tsk, tskDale Rahn