summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-11-26Make this compile again by removing a spurious opening brace.Mark Kettenis
2011-11-25Rework assembler constraints to satisfy gcc 4. Unfortunately this could notMiod Vallat
2011-11-25Compile fixes for gcc4 (-Wbounded)Miod Vallat
2011-11-23properly account for the MP tramp page in the rangesTheo de Raadt
2011-11-21only pull reg.h in when __BSD_VISIBLE || __XPG_VISIBLE >= 420, asTheo de Raadt
2011-11-19Make sure %cr17 points to a valid cpu_info struct before attempting to do theMiod Vallat
2011-11-19Remove unused function forgotten during the switch to the interactiveMartin Pieuchot
2011-11-19Rewrite the parsing of arguments given to the ofwboot and restore theMartin Pieuchot
2011-11-18Don't bother keeping a local copy of boot_dev in parse_prom_bootdev().Miod Vallat
2011-11-16Reduce use of globals in hibernate code.Mike Larkin
2011-11-16oops, need a prototype for ast()Theo de Raadt
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-16Better clock rate .7% error is much better than 7% error.Dale Rahn
2011-11-15Remove pointless/debug prints during config.Dale Rahn
2011-11-15Bring back 'mostly' working omdog support.Dale Rahn
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-15delay(1) is an extremely short delay, increase this to a measurable amountDale Rahn
2011-11-15label_t is the kernel setjmp buffer. It should simply be an array ofTheo de Raadt
2011-11-14went a bit far...Theo de Raadt
2011-11-14dale and i theorize that these days armish can safely be compiledTheo de Raadt
2011-11-14merge syscall.c into the end of trap.c as almost all architectures do.Theo de Raadt
2011-11-14use include properlyTheo de Raadt
2011-11-14merge various differences between hppa and hppa64Theo de Raadt
2011-11-14ahci hibernate device selection code; not yet testedMike Larkin
2011-11-13Fix a handful of bugs that were causing reboots and other bad behaviorMike Larkin
2011-11-13If a softraid chunk is offline we are not necessarily going to have theJoel Sing
2011-11-11Re-add overro board support. ok drahn@Matthieu Herrb
2011-11-10Assert copyright; spotted by drahn@Uwe Stuehler
2011-11-10Missing UART irqs.Dale Rahn
2011-11-10Eliminate more useless differences between hppa and hppa64Theo de Raadt
2011-11-10setting COM_FREQ here is very wrongTheo de Raadt
2011-11-10Missing interrupts on gpio.Dale Rahn
2011-11-10mindless unification with hppa64; remove meaningless differences beforeTheo de Raadt
2011-11-10Reduce autoconf(4) overuse on beagleUwe Stuehler
2011-11-10Recognize a few more v6 and v7 instructions.Miod Vallat
2011-11-10Remove unused %s from a printf(), properly cast const void* to constKenneth R Westerback
2011-11-10Fix bug where 'now' recomputation was incorrect,Dale Rahn
2011-11-10Deal with the register offset on omap4430 where the registers moved by 0x100.Dale Rahn
2011-11-10Add gumstix overo support. It's very similar to be beagleboard at thisMatthieu Herrb
2011-11-09Add magic to use %r2 as the userland thread register.Mark Kettenis
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2011-11-09Fix manual wfi instruction encoding.Miod Vallat
2011-11-09Missing argument to error printf()Miod Vallat
2011-11-09In pmap_remove(), don't forget to do tlb flushes even in the !pmap_cachevivtMiod Vallat
2011-11-09Use the new priority as the priority to check against,Dale Rahn
2011-11-09External ampintc interrupts need to add 32 to the interrupt number,Dale Rahn
2011-11-08Cookies? Beagle don't need no stinkin' cookies. To get boot paramsKenneth R Westerback
2011-11-08Make the userland bits actually compile.Mark Kettenis
2011-11-08Let beagle GENERIC work as 'swap generic'.Kenneth R Westerback
2011-11-08consistant "config bsd" lines; ok miodTheo de Raadt