Age | Commit message (Expand) | Author |
2014-03-17 | Add upd(4) to the tree, disabled. Please do not enable it yet. | andre |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-16 | fix typo; unbreak build | Mark Kettenis |
2014-03-16 | Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used. | Philip Guenther |
2014-03-16 | Comment fixes: document the direct map and the kernel image, correct | Philip Guenther |
2014-03-16 | Remove warnings on unknown x86 models in the code that returns the FSB | Jonathan Gray |
2014-03-15 | Enable qlw(4) at sbus(4). | Mark Kettenis |
2014-03-15 | make the membars look more correct for any memory ordering mode. | David Gwynne |
2014-03-15 | Enable qla(4) and qle(4) to match the corresponding RAMDISKs. | Miod Vallat |
2014-03-14 | Remove the userland AGP interface. Now that we have KMS, it is no longer | Mark Kettenis |
2014-03-14 | Revert previous; turns out to be necessary to build the 32-bit boot blocks | Miod Vallat |
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David Gwynne |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew |
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne |
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne |
2014-03-14 | rework mplock as ticket locks instead of spinlocks. this provides | David Gwynne |
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 |