summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-01-18twist the amd64 bus_space implementation a bit. instead of using the tagDavid Gwynne
2013-01-18Update the ARM CPU ID information. The IDs aren't vendor/productPatrick Wildt
2013-01-17New pmap for panda boards. Work from lots of folks.Brandon Mercer
2013-01-17Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-17Clean up/standardise makefiles for amd64/stand.Joel Sing
2013-01-17Clean includes.Joel Sing
2013-01-17option HIBERNATE for amd64Mike Larkin
2013-01-17use .quad for gdt load when returning from long mode. Fixes a rebootMike Larkin
2013-01-17fix an error in the amd64 asm unhibernate code and a slight adjustment toMike Larkin
2013-01-16MD hibernate goo for amd64Mike Larkin
2013-01-16asm resume functions for amd64 hibernateMike Larkin
2013-01-16Nuke commons with libsa and add --warn-common to the ld command lines.Miod Vallat
2013-01-16On second thought, do not unconditionnaly register the cpu throttling codeMiod Vallat
2013-01-16Do not register the internal cpu timer-based timecounter if we support cpuMiod Vallat
2013-01-16Remove orphaned files.Miod Vallat
2013-01-16cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; onlyMiod Vallat
2013-01-16Nuke common.Miod Vallat
2013-01-16properly distinguish /boot and biosboot in informational and error messagesChristian Weisgerber
2013-01-16Loongson: add throttling support.Paul Irofti
2013-01-16init comconsiot to X86_BUS_SPACE_IO in case someone changes the value ofDavid Gwynne
2013-01-15Loongson: Add a stat clock for the lemote machines.Paul Irofti
2013-01-15implement bus_space_foo_8 for amd64. it will panic on attempts to do 8David Gwynne
2013-01-15Fix segmentation of buffers that straddle a boundary.Mark Kettenis
2013-01-15Loongson: Remove some of the unused defines.Paul Irofti
2013-01-15Loongson: Unbreak the tree after my last commit.Paul Irofti
2013-01-14Loongson: Replace the system clock provided by the CPU with a GLX MFGPT.Paul Irofti
2013-01-12add viomb driver for virtio balloon deviceStefan Fritsch
2013-01-11Change boot commandline parsing to only force lowercase of the device nameMiod Vallat
2013-01-11Do not use `#' to introduce comments anymore, as(1) will no longer supportMiod Vallat
2013-01-11Make ENTRY() generate a .type @function declaration as well if __ELF__.Miod Vallat
2013-01-07Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access toMiod Vallat
2013-01-07Move exec() libsa prototype to hp300 stand, now that it can no longer beMiod Vallat
2013-01-07Fix typos.Kenji Aoyama
2013-01-06acknowlege -> acknowledgeMartynas Venckus
2013-01-05Switch m88k ports to ELF.Miod Vallat
2013-01-02Zero out sbv_maskkey to make it boot when there's a softraid cryptoMartynas Venckus
2013-01-02miod let one exec.c slideTheo de Raadt
2013-01-01Remove libsa exec.c, not used by anything anymore; all boot blocks now useMiod Vallat
2013-01-01Switch hp300 boot blocks to MI loadfile code.Miod Vallat
2013-01-01Define _STANDALONE, not STANDALONE, in the hp300 bootblocks, to follow theMiod Vallat
2013-01-01Crank NMBCLUSTERS to 4096 to match other 32-bit platforms.Miod Vallat
2013-01-01Remove unused mem_size global.Miod Vallat
2013-01-01Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSDMiod Vallat
2013-01-01<machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic.Miod Vallat
2013-01-01Add a "memory" clobber to the flush_pipeline() assembly construct, to make sureMiod Vallat
2012-12-31Switch mvme68k boot blocks to use the MI libsa loadfile routines to loadMiod Vallat
2012-12-31Allow native ELF binaries (none yet) to run.Miod Vallat
2012-12-31Remove emulation errno mapping code from platforms that no longer havePhilip Guenther
2012-12-31Eliminate orig_errno, which could be uninitialized in one case, by doingPhilip Guenther
2012-12-30Prevent a branch-with-delay-slot instruction to be the delay slot of a previousMiod Vallat