Age | Commit message (Expand) | Author |
2007-12-10 | For a few years already, dkcsum can be silent | Theo de Raadt |
2007-12-09 | Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42) | Miod Vallat |
2007-12-09 | Be more careful when checking for hardware, so as not to attach to SPX | Miod Vallat |
2007-12-09 | FREE -> free | Hans-Joerg Hoexer |
2007-12-09 | I honestly do not remember what 88110 errata convinced me to disable | Miod Vallat |
2007-12-09 | provide mount_ntfs(8) on alpha, it works out of the box for reading | Martin Reindl |
2007-12-09 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-09 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-09 | Nuke evil common, spotted by martin@ | Miod Vallat |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-12-08 | Better siginfo fault codes for floating point exceptions on 88110, with | Miod Vallat |
2007-12-08 | Do not pass a siginfo_t * pointer to the signal handler if no siginfo | Miod Vallat |
2007-12-07 | Clean up comments - typos, grammatical errors and style(9). | Joel Sing |
2007-12-07 | unify a function name compared to other busses | Theo de Raadt |
2007-12-06 | Fix typos/grammatical error in comments. | Joel Sing |
2007-12-05 | Make the CPU_88100 and CPU_88110 constants match the architectural number | Miod Vallat |
2007-12-05 | Correctly setup the seconday processor on 197DP, and get it ready to accept | Miod Vallat |
2007-12-05 | In dma_cachectl(), when flushing line by line, only invoke pmap_extract() | Miod Vallat |
2007-12-05 | xmem can not be used as a reliable atomic operation, they way we do them, | Miod Vallat |
2007-12-05 | use mutexes to protect the iommu's extent map and the streaming buffer, | Theo de Raadt |
2007-12-05 | Remove some 32-bit compatibility code in pseg_get(). | Mark Kettenis |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-12-05 | include files which are used by userland cannot include other files.. | Theo de Raadt |
2007-12-04 | Work in progress SMP code for 88110 processor using the BusSwitch chip as | Miod Vallat |
2007-12-04 | Correctly set the stack pointer of a secondary processor to the end | Miod Vallat |
2007-12-04 | disable uticom until we receive one | Theo de Raadt |
2007-12-04 | Remove remains of the idle pcb/stack. | Mark Kettenis |
2007-12-04 | In double_reg_fixup(), do not rely on tf_r[0] being zero. | Miod Vallat |
2007-12-04 | Better cache routines for 88410, will only flush in pages instead of | Miod Vallat |
2007-12-04 | Program the abort interrupt source correctly. | Miod Vallat |
2007-12-04 | Improve setregs() so that it performs the equivalent of the first two | Miod Vallat |
2007-12-04 | Faster splassert_check() | Miod Vallat |
2007-12-04 | Fix userland vs system test in errata #16 handling. | Miod Vallat |
2007-12-02 | One last missing IPL_VM. | Miod Vallat |
2007-12-02 | Rework mmu initialization so that we do not actually enable translation | Miod Vallat |
2007-12-02 | Do not take biglock for NOLOCK system calls. | Miod Vallat |
2007-12-02 | Only check for errata #16 for instruction faults. | Miod Vallat |
2007-12-02 | Add a workaround for the MVME197LE reset issue when not system controller. | Miod Vallat |
2007-12-02 | Remove 88110 control registers accessors which are never used anywhere. | Miod Vallat |
2007-12-02 | The beginning of a real floating-point exception handler for the 88110. The | Miod Vallat |
2007-12-02 | Do not pass UPAGES and USPACE (under the name USIZE) in assym.h, code which | Miod Vallat |
2007-12-02 | Since the 88110 doesn't disable the FPU when handling an exception (and does | Miod Vallat |
2007-12-02 | Better inline assembler constructs. | Miod Vallat |
2007-12-02 | Sort and clean definitions. No functional changes. | Miod Vallat |
2007-12-02 | When setting up the vectors page, do not put a nop as the first instruction | Miod Vallat |
2007-12-02 | Provide faster bcopy() and bzero() routines for pmap_copy_page() and | Miod Vallat |
2007-12-02 | Provide a specific rw_cas() function for MP kernels, simulating a really | Miod Vallat |
2007-12-02 | Rework the __mp_lock code to not spin at spllock(), kinda similar to the | Miod Vallat |
2007-12-02 | Change DAE processing so that the C code no longer needs the EF_xxx defines | Miod Vallat |
2007-12-01 | Let apmless non-mp kernels compile, from chris@ | Miod Vallat |