summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-03-17Add upd(4) to the tree, disabled. Please do not enable it yet.andre
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-16fix typo; unbreak buildMark Kettenis
2014-03-16Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used.Philip Guenther
2014-03-16Comment fixes: document the direct map and the kernel image, correctPhilip Guenther
2014-03-16Remove warnings on unknown x86 models in the code that returns the FSBJonathan Gray
2014-03-15Enable qlw(4) at sbus(4).Mark Kettenis
2014-03-15make the membars look more correct for any memory ordering mode.David Gwynne
2014-03-15Enable qla(4) and qle(4) to match the corresponding RAMDISKs.Miod Vallat
2014-03-14Remove the userland AGP interface. Now that we have KMS, it is no longerMark Kettenis
2014-03-14Revert previous; turns out to be necessary to build the 32-bit boot blocksMiod Vallat
2014-03-14provide an MI api for doing byteswapping loads and stores. someDavid Gwynne
2014-03-14enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflowsJonathan Matthew
2014-03-14rework mplocks to use tickets instead of spinning. this providesDavid Gwynne
2014-03-14rework mplocks to use tickets instead of spinning. this providesDavid Gwynne
2014-03-14rework mplock as ticket locks instead of spinlocks. this providesDavid Gwynne
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-13Drop the REPUN bit from CvmCtl register not to allow unaligned access.YASUOKA Masahiko
2014-03-12Add compiler barier to bus_dmamap_sync(9), just in case compiler/linkerMark Kettenis
2014-03-12enable qla(4) and qle(4) in GENERIC configs where isp(4) is alreadyJonathan Matthew
2014-03-11Simpler RM7000 L2 cache initialization code (no longer matches what pmon2000Miod Vallat
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-03-11remove #if(n)def __LP64__ from the mips64 codebase, as mips32 never really we...Jasper Lievisse Adriaanse
2014-03-11Synchronize the i386 and amd64 ddb disassemblers and add supportPhilip Guenther
2014-03-10Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done withMiod Vallat
2014-03-10Support PMAP_NOCACHE in pmap_enter() flags. If set when mapping a managedMiod Vallat
2014-03-10n64 is the default, drop the o32/o64 register assignment conditionals.Miod Vallat
2014-03-10- fix the mediastatus when the interface is not configured.Jasper Lievisse Adriaanse
2014-03-10acpi_saved_rsp was defined twice. The asm resume code was using the firstMike Larkin
2014-03-09Rework the per-cpu cache information. Use a common struct to store the lineMiod Vallat
2014-03-09Replace more magic numbers with OPENGL_xxx constants. No functional change.Miod Vallat
2014-03-08No reason to leave hppa behind.Mark Kettenis
2014-03-08Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.Mark Kettenis
2014-03-07We already assume global mappings (PG_G) are supported, so pmap_pg_g isPhilip Guenther
2014-03-07Remove superfluous 'return'.Gerhard Roth
2014-03-05Remove TIMEZONE and DST options from GENERIC-* kernels.Miod Vallat
2014-02-25/etc/random.seed support (unless booting from tape). Crank version.Miod Vallat
2014-02-25Put edata after the .openbsd.randomdata phdr, to prevent the former's contentsMiod Vallat
2014-02-24/etc/random.seed support in da bootblockz.Miod Vallat
2014-02-23Try and load /etc/random.seed before attempting to load the kernel.Miod Vallat
2014-02-23Try and load /etc/random.seed from SYS_UBOOT.Miod Vallat
2014-02-23fix a memory leakJonathan Gray
2014-02-23fix a printf in a debug pathJonathan Gray
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
2014-02-23remove a surplus ')' in disabled codeJonathan Gray
2014-02-22/etc/random.seed support in the boot blocks (only when loading from disk).Miod Vallat
2014-02-22Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedMiod Vallat
2014-02-22disable alipm for now. Since GENERIC.MP showed up, a variety of machinesTheo de Raadt
2014-02-21spellingTheo de Raadt