summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2014-05-17Fix previous commit by making sure we are not dereferencing uninitializedMiod Vallat
2014-05-17In pmap_remove_page(), do not keep wired mappings; the callers want them gone.Miod Vallat
2014-05-17Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in caseMiod Vallat
2014-05-17Lower VUPS value for delay() to behave closer to the intent.Miod Vallat
2014-05-17Print the rpb device type and unit values if the root device can't be foundMiod Vallat
2014-05-17Change the return value of interrupt handler to 0 when nothing isKenji Aoyama
2014-05-15Move from struct proc to process the reference-count-holding pointersPhilip Guenther
2014-05-12Fix format strings in debug code.Mark Kettenis
2014-05-11need syscall.h..Theo de Raadt
2014-05-11hide two printfs behind an ifdef DEBUG; spotted by miod@Jasper Lievisse Adriaanse
2014-05-11Move the increment of uvmexp.softs back to the caller of mi_ast():Philip Guenther
2014-05-11Pull in <sys/user.h> before <sys/syscall*.h>Philip Guenther
2014-05-10spello in comment and tweak DUMP_BOOT_DESC a tadJasper Lievisse Adriaanse
2014-05-10various format string fixes and remove -Wno-format from octeonJasper Lievisse Adriaanse
2014-05-10sigh, another case of user.h before syscall_mi.hTheo de Raadt
2014-05-10Remove -Wno-format.Mark Kettenis