summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2014-02-20Support for /etc/random.seed in bootsd (disk-only boot blocks)Miod Vallat
2014-02-19/etc/random.seed support (only loaded from disk devices).Miod Vallat
2014-02-19Don't try to close(-1) if EPERM.Miod Vallat
2014-02-19/etc/random.seed support.Miod Vallat
2014-02-19add qla and qle everywhere we currently have isp, commented out except forJonathan Matthew
2014-02-18sio_intr_shutdown() used to be a shutdown hook, and eventually became anMiod Vallat
2014-02-18Bump version numbers.Joel Sing
2014-02-18Actually check to see if the CPU supports tsc, rather than assuming thatJoel Sing
2014-02-17iha and trm are good targets to avoid a space crisis on the install media;Theo de Raadt
2014-02-17x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so removeDavid Gwynne
2014-02-13Some Linux i915 drm "fast" path code relies on being able to "disable" pageMark Kettenis
2014-02-13Checking if the per-interface address list is empty when configuringMartin Pieuchot
2014-02-12Do not include pmap.h from .S code, but get the necessary defines fromMiod Vallat
2014-02-10Build isp2xxx firmware into separate object files so we only includeJonathan Matthew
2014-02-10To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-02-09Fix copying of the previous pte entries in grow_p1(). Found the hard way byMiod Vallat
2014-02-09Use syncicache() instead of rerolling an almost identical version.Martin Pieuchot
2014-02-08Do not bzero() the available memory in pmap_bootstrap(); allocations inMiod Vallat
2014-02-08For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18Miod Vallat
2014-02-08Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with aMiod Vallat
2014-02-08Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-02-08Some (if not all) G5 systems use a different layout for the physical memoryMiod Vallat