summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-06-22PROCFS has been broken for months without complaints, so stop building itPhilip Guenther
2014-06-20Fix a wrong comparison in the interrupt handler.Raphael Graf
2014-06-19Implement the membar(9) API for powerpc.Mark Kettenis
2014-06-18fix format string if DEBUGMiod Vallat
2014-06-18Add missing synchronization instructions.Mark Kettenis
2014-06-18Update comment; there seems to be no PC-9801 extension board slot onKenji Aoyama
2014-06-17Implement the membar(9) API for hppa.Mark Kettenis
2014-06-17We need to be more aggressive flushing L2 entries on RM7000 systems.Miod Vallat
2014-06-17Add membars to guarantee mtx_oldipl is written after locking andPhilip Guenther
2014-06-17The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock.Jonathan Matthew
2014-06-17Fix format string under MP_LOCKDEBUGTobias Ulmer
2014-06-16Enable PCI power management on Lemote.Paul Irofti
2014-06-15Fix a few format string bugs with -DDEBUGStefan Fritsch
2014-06-14Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fallJonathan Matthew
2014-06-13Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input()Miod Vallat
2014-06-13Fix ptrace() hanging hppa MP systemsTobias Ulmer
2014-06-12Grab the kernel lock before cleaning up single-step breakpoints. ShouldMark Kettenis
2014-06-11Don't map phys pages < 64KB in the resume page table. We stopped doing thisMike Larkin
2014-06-10add ppb to the configs as suggested by kettenis@Jasper Lievisse Adriaanse
2014-06-09Replace the unmaintainable assembler code responsible for 88100 precise FPUMiod Vallat
2014-06-09Remove redundant regdump() output.Miod Vallat
2014-06-09Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installbootJoel Sing
2014-06-09Doh, traps 128 and 129 need to point to sigsys, not unknown_vector.Miod Vallat
2014-06-09More format string fixes (in 88110 code)Miod Vallat
2014-06-09Split the 88100 floating point support code in two files, one for the preciseMiod Vallat
2014-06-08check both rsdp checksums in the case of rsdp revision >= 2.Daniel Dickman
2014-06-08Remove an incorrect bzero() that was zeroing theJonathan Gray
2014-06-08instead of reading past the end of the sun_fstypes arrayJonathan Gray
2014-06-08Stop accepting system calls on trap vectors 128 and 129. Userland has notMiod Vallat
2014-06-07Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2014-06-05Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seemsMiod Vallat
2014-06-03Fix sentinel style.Kenji Aoyama
2014-06-03Use a proper compiler barrier; just having the inline asm for the "sync"Mark Kettenis
2014-06-03Better comment for `faulty address'.Kenji Aoyama
2014-06-02Apply the ``make sure sigcontext does not overlap pending DAE addresses''Miod Vallat
2014-06-02Bump DFLSSIZ to 2MB to match most of the other platforms.Brad Smith
2014-06-01Take subsequent stack alignment into account in local_stack_frame() whenMiod Vallat
2014-06-01Remove real mode VGA repost option. It was used by nobody, and even if itMike Larkin
2014-05-31Use calloc to make sure the correct size is zeroed; Benjamin BaierMiod Vallat
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@Miod Vallat
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-31Address several problems in signal delivery on 88100 processors:Miod Vallat
2014-05-31In regdump(), print DAE registers when they are valid, regardless of theMiod Vallat
2014-05-31Introduce m88100_rewind_insn() to rewind the execution pipeline oneMiod Vallat
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butMike Larkin
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis
2014-05-30Eliminate some duplicated "mfctl cr29, rN" instructions.Mark Kettenis
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-27Fix ia64 cross-gcc target.Tobias Ulmer