Age | Commit message (Expand) | Author |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-25 | the memory constraints are correct, so we dont need volatile to provide | David Gwynne |
2014-03-25 | the memory constraints are correct on the MD_SWAPIO bits, so we dont need | David Gwynne |
2014-03-24 | Only need to call tlb_probe() once per pair, instead of once per page. | Miod Vallat |
2014-03-24 | Make sure tlb_probe() reads the probe result before reenabling interrupts | Miod Vallat |
2014-03-23 | Unbreak after last commit. | Miod Vallat |
2014-03-23 | Initialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmware | Mark Kettenis |
2014-03-23 | Repair R5000SC and R4600SC external L2 cache setup, broken in previous | Miod Vallat |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-22 | Second draft of my attempt to workaround the infamous R4000 end-of-page errata, | Miod Vallat |
2014-03-22 | Shuffle tlblo-related defines, to better show which bits are software only, | Miod Vallat |
2014-03-21 | Rename db_inst_type() into classify_insn() and make that function available | Miod Vallat |
2014-03-21 | Keep the `clamp memory to what pmap can address' logic unconditional, and | Miod Vallat |
2014-03-21 | Rename the symbolic constants for the pmap-specific vm_pag pg_flags from | Miod Vallat |
2014-03-21 | Allow for two more pmap-specific bits in vm_page pg_flags. Define | Miod Vallat |
2014-03-21 | Correct the (normally ignored) argument to SLIST_HEAD_INITIALIZER() | Philip Guenther |
2014-03-19 | Enable upd(4) on three archs to get it tested, requested by deraadt@. | Martin Pieuchot |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | - Fix clipping bounds in fill and blt operations; the lower-right corner is | Miod Vallat |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-18 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-03-18 | More a.out detritus | Philip Guenther |
2014-03-18 | First setup that stops using isp(4), and relies on ql[aew](4). | Theo de Raadt |
2014-03-18 | Initialize len, from netbsd | Raphael Graf |
2014-03-18 | Add missing parts of the tiic driver. | Sylvestre Gallon |
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 |