Age | Commit message (Expand) | Author |
2014-03-13 | Unhook httpd(8) from build; man page bits | Florian Obser |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-13 | Drop the REPUN bit from CvmCtl register not to allow unaligned access. | YASUOKA Masahiko |
2014-03-12 | Add compiler barier to bus_dmamap_sync(9), just in case compiler/linker | Mark Kettenis |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |
2014-03-11 | Simpler RM7000 L2 cache initialization code (no longer matches what pmon2000 | Miod Vallat |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-11 | remove #if(n)def __LP64__ from the mips64 codebase, as mips32 never really we... | Jasper Lievisse Adriaanse |
2014-03-11 | Synchronize the i386 and amd64 ddb disassemblers and add support | Philip Guenther |
2014-03-10 | Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with | Miod Vallat |
2014-03-10 | Support PMAP_NOCACHE in pmap_enter() flags. If set when mapping a managed | Miod Vallat |
2014-03-10 | n64 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-10 | acpi_saved_rsp was defined twice. The asm resume code was using the first | Mike Larkin |
2014-03-09 | Rework the per-cpu cache information. Use a common struct to store the line | Miod Vallat |
2014-03-09 | Replace more magic numbers with OPENGL_xxx constants. No functional change. | Miod Vallat |
2014-03-08 | No reason to leave hppa behind. | Mark Kettenis |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-03-07 | We already assume global mappings (PG_G) are supported, so pmap_pg_g is | Philip Guenther |
2014-03-07 | Remove superfluous 'return'. | Gerhard Roth |
2014-03-05 | Remove 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-25 | Put edata after the .openbsd.randomdata phdr, to prevent the former's contents | Miod Vallat |
2014-02-24 | /etc/random.seed support in da bootblockz. | Miod Vallat |
2014-02-23 | Try and load /etc/random.seed before attempting to load the kernel. | Miod Vallat |
2014-02-23 | Try and load /etc/random.seed from SYS_UBOOT. | Miod Vallat |
2014-02-23 | fix a memory leak | Jonathan Gray |
2014-02-23 | fix a printf in a debug path | Jonathan Gray |
2014-02-23 | Give drm(4) a console locator just like wsdisplay(4) such that we can make | Mark Kettenis |
2014-02-23 | remove a surplus ')' in disabled code | Jonathan Gray |
2014-02-22 | /etc/random.seed support in the boot blocks (only when loading from disk). | Miod Vallat |
2014-02-22 | Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned | Miod Vallat |
2014-02-22 | disable alipm for now. Since GENERIC.MP showed up, a variety of machines | Theo de Raadt |
2014-02-21 | spelling | Theo de Raadt |
2014-02-20 | Support 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-19 | Don't try to close(-1) if EPERM. | Miod Vallat |
2014-02-19 | /etc/random.seed support. | Miod Vallat |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-18 | sio_intr_shutdown() used to be a shutdown hook, and eventually became an | Miod Vallat |
2014-02-18 | Bump version numbers. | Joel Sing |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing |
2014-02-17 | iha and trm are good targets to avoid a space crisis on the install media; | Theo de Raadt |
2014-02-17 | x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so remove | David Gwynne |
2014-02-13 | Some Linux i915 drm "fast" path code relies on being able to "disable" page | Mark Kettenis |
2014-02-13 | Checking if the per-interface address list is empty when configuring | Martin Pieuchot |
2014-02-12 | Do not include pmap.h from .S code, but get the necessary defines from | Miod Vallat |
2014-02-10 | Build isp2xxx firmware into separate object files so we only include | Jonathan Matthew |
2014-02-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-09 | Fix copying of the previous pte entries in grow_p1(). Found the hard way by | Miod Vallat |