summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2014-05-26Replace some magic constants with appropriate defines.Mark Kettenis
2014-05-26Do not change the state of the carry bit in the psr when returning withMiod Vallat
2014-05-25Turn on blinky things by default, very useful hereTheo de Raadt
2014-05-24Provide bus_space_mmap()Miod Vallat
2014-05-24Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()?Philip Guenther
2009-12-11By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2014-05-23Free the est_fqlist allocations if we end up not using it.Philip Guenther
2014-05-22RegenMiod Vallat
2014-05-22Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment)Miod Vallat
2014-05-22Extend the keyboard communication routines to be able to work in polling mode;Miod Vallat
2014-05-20remove irrelevant, outdated, and misleading sentence suggesting thatAlexander Hall
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anMiod Vallat
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-17One more mistake introduced in 1.65Miod Vallat
2014-05-17...and it needs a guard against NULL as well.Miod Vallat