summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-09-19Set up PCI bus number resource accounting for the main PCI bus hierarchy.Mark Kettenis
2012-09-19Add support for the rdrand instruction found in recent Intel processors.Jonathan Gray
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch
2012-09-15Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bitMartynas Venckus
2012-09-15m88k does not have the m68k long double type actually (long double == doubleMiod Vallat
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-09-11Cope with PIE, if it is enabled. Note that this has not been completelyTheo de Raadt
2012-09-11Cope with PIE, if it is enabledTheo de Raadt
2012-09-11Add -nopie to the linker flags.Mark Kettenis
2012-09-11Remove the 'OLF method' used for the transition from a.out to ELF andTheo de Raadt
2012-09-08Switch landisk to timecounters. Adapted from NetBSD.Miod Vallat
2012-09-08On SPARC64 VI/VII CPUs, use the lseep instruction in the idle loop to force aMark Kettenis
2012-09-08Switch hp300 to timecounters. From NetBSD via martin@Miod Vallat
2012-09-08Include files.agp to be able to check against NAGP in the drm agp glue.Martin Pieuchot
2012-09-07bump CPU feature strings to 12 chars since some names are now 8 charactersChristian Weisgerber
2012-09-07Implement pci_min_powerstate().Mark Kettenis
2012-09-07Implement pci_min_powerstate().Mark Kettenis
2012-09-06remove compat_aout support for i386. ok deraadtTed Unangst
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-09-03remove a NOPIE= that was still lying aroundTheo de Raadt
2012-09-02sparc -nopie conversion, tested by and ok deraadt@.Pascal Stumpf
2012-09-02Allow bootblocks to build in PIE; joint effort with pascalTheo de Raadt
2012-09-02Make profiling actually work on hppa.Mark Kettenis
2012-09-02convert to plain -fno-pie/-nopie. Looks good to deraadt@.Pascal Stumpf
2012-09-02Cope with pie-by-default, if it ever happens; ok pascalTheo de Raadt
2012-09-02Bump the buffer size from 32 to 128 bytes, because some responses mayMartin Pieuchot
2012-09-01Fix alpha bootblocks: Compile with -fno-pie, link with -nopie.Pascal Stumpf
2012-08-31remove some compat junk; ok kettenisTheo de Raadt
2012-08-31Kill NOPIE and NOPIE_FLAGS in loongson/stand.Pascal Stumpf
2012-08-31Kill NOPIE and NOPIE_FLAGS in hppa/stand.Pascal Stumpf
2012-08-31Move sgi/stand to plain -fno-pie -nopie. Binaries are the same.Pascal Stumpf
2012-08-30Determine the memory and mmio regions based on previously initialzed BARMartin Pieuchot
2012-08-30On SPARC64 VI/VII CPUs, use the sleep instruction while spinning to force aMark Kettenis
2012-08-30Slightly tweak the way we set up the code patch sections such that we canMark Kettenis
2012-08-30Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical accordingPascal Stumpf
2012-08-30Add the possibility to map DMA memory non-cached, based on the i386/amd64Martin Pieuchot
2012-08-30Use an explicit suffix for the "fld" instruction to shut up clang. The correctMark Kettenis
2012-08-30no md_root_setconfTheo de Raadt
2012-08-29Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-piePascal Stumpf
2012-08-29The low-level guts to support MTP (Multi-Threaded Processing) on theMark Kettenis
2012-08-29Make sure the interrupt stack for the boot processor is properly aligned toMark Kettenis
2012-08-29Change "struct reg" to include a few more registers. We now use the sameMark Kettenis
2012-08-29Handle T_IPROT traps from userland by call vm_fault() instead of doing anMark Kettenis
2012-08-29Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopiePascal Stumpf
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-28Implement pci_min_powerstate().Mark Kettenis