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