Age | Commit message (Expand) | Author |
2014-06-22 | PROCFS has been broken for months without complaints, so stop building it | Philip Guenther |
2014-06-20 | Fix a wrong comparison in the interrupt handler. | Raphael Graf |
2014-06-19 | Implement the membar(9) API for powerpc. | Mark Kettenis |
2014-06-18 | fix format string if DEBUG | Miod Vallat |
2014-06-18 | Add missing synchronization instructions. | Mark Kettenis |
2014-06-18 | Update comment; there seems to be no PC-9801 extension board slot on | Kenji Aoyama |
2014-06-17 | Implement the membar(9) API for hppa. | Mark Kettenis |
2014-06-17 | We need to be more aggressive flushing L2 entries on RM7000 systems. | Miod Vallat |
2014-06-17 | Add membars to guarantee mtx_oldipl is written after locking and | Philip Guenther |
2014-06-17 | The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock. | Jonathan Matthew |
2014-06-17 | Fix format string under MP_LOCKDEBUG | Tobias Ulmer |
2014-06-16 | Enable PCI power management on Lemote. | Paul Irofti |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-06-14 | Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fall | Jonathan Matthew |
2014-06-13 | Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input() | Miod Vallat |
2014-06-13 | Fix ptrace() hanging hppa MP systems | Tobias Ulmer |
2014-06-12 | Grab the kernel lock before cleaning up single-step breakpoints. Should | Mark Kettenis |
2014-06-11 | Don't map phys pages < 64KB in the resume page table. We stopped doing this | Mike Larkin |
2014-06-10 | add ppb to the configs as suggested by kettenis@ | Jasper Lievisse Adriaanse |
2014-06-09 | Replace the unmaintainable assembler code responsible for 88100 precise FPU | Miod Vallat |
2014-06-09 | Remove redundant regdump() output. | Miod Vallat |
2014-06-09 | Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installboot | Joel Sing |
2014-06-09 | Doh, traps 128 and 129 need to point to sigsys, not unknown_vector. | Miod Vallat |
2014-06-09 | More format string fixes (in 88110 code) | Miod Vallat |
2014-06-09 | Split the 88100 floating point support code in two files, one for the precise | Miod Vallat |
2014-06-08 | check both rsdp checksums in the case of rsdp revision >= 2. | Daniel Dickman |
2014-06-08 | Remove an incorrect bzero() that was zeroing the | Jonathan Gray |
2014-06-08 | instead of reading past the end of the sun_fstypes array | Jonathan Gray |
2014-06-08 | Stop accepting system calls on trap vectors 128 and 129. Userland has not | Miod Vallat |
2014-06-07 | Modify to ANSI-style function declarations. No binary change. | Kenji Aoyama |
2014-06-05 | Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seems | Miod Vallat |
2014-06-03 | Fix sentinel style. | Kenji Aoyama |
2014-06-03 | Use a proper compiler barrier; just having the inline asm for the "sync" | Mark Kettenis |
2014-06-03 | Better comment for `faulty address'. | Kenji Aoyama |
2014-06-02 | Apply the ``make sure sigcontext does not overlap pending DAE addresses'' | Miod Vallat |
2014-06-02 | Bump DFLSSIZ to 2MB to match most of the other platforms. | Brad Smith |
2014-06-01 | Take subsequent stack alignment into account in local_stack_frame() when | Miod Vallat |
2014-06-01 | Remove real mode VGA repost option. It was used by nobody, and even if it | Mike Larkin |
2014-05-31 | Use calloc to make sure the correct size is zeroed; Benjamin Baier | Miod Vallat |
2014-05-31 | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ | Miod Vallat |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-31 | Address several problems in signal delivery on 88100 processors: | Miod Vallat |
2014-05-31 | In regdump(), print DAE registers when they are valid, regardless of the | Miod Vallat |
2014-05-31 | Introduce m88100_rewind_insn() to rewind the execution pipeline one | Miod Vallat |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | Eliminate some duplicated "mfctl cr29, rN" instructions. | Mark Kettenis |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-27 | Fix ia64 cross-gcc target. | Tobias Ulmer |