Age | Commit message (Expand) | Author |
2013-03-09 | turn off debug features we do not need | Theo de Raadt |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt |
2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. | Miod Vallat |
2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; | Miod Vallat |
2013-03-07 | Use switch statement for determining when to configure the L2 cache. | Brad Smith |
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin |
2013-03-02 | Replace magic numbers with more meaningful (1 << interrupt#) constructs. | Miod Vallat |
2013-03-02 | When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASID | Philip Guenther |
2013-03-02 | Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTREL | Miod Vallat |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2013-03-02 | Properly conditionalize adding wscons to the list of consoles on | Mark Kettenis |
2013-03-02 | The last use of the int $80 syscall entry was in 5.1, so we no longer | Philip Guenther |
2013-02-20 | Increase maximum text and data size limits, and double the default data size | Miod Vallat |
2013-02-19 | Introduce a new cmmu method to return the preferred cache mode bits for the | Miod Vallat |
2013-02-19 | Introduce `option M88410', to be added to 88110 system designs making use of the | Miod Vallat |
2013-02-17 | Replace assembly statement triggering 88410 commands with a proper volatile | Miod Vallat |
2013-02-17 | Constify struct cmmu. | Miod Vallat |
2013-02-17 | Missing end-of-comment | Miod Vallat |
2013-02-17 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |
2013-02-15 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |
2013-02-14 | A really working version of MCOUNT. | Miod Vallat |
2013-02-14 | Be sure to writeback D$ in addition to invalidate I$ in pmap_proc_iflush(), | Miod Vallat |
2013-02-13 | De-magic IOM_END like in the rest of machdep.c. OK miod@. | Martynas Venckus |
2013-02-13 | - Detect and correct stale GDT user code segment limit caused | Kurt Miller |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-10 | switch m68k ports to gcc3 | Miod Vallat |
2013-02-09 | Grammar, typos | Miod Vallat |
2013-02-09 | ater -> after | Miod Vallat |
2013-02-09 | Blame the right function when panic'ing. | Miod Vallat |
2013-02-09 | Fix indent, add RCS Id | Miod Vallat |
2013-02-09 | No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also, | Miod Vallat |
2013-02-09 | No longer define the a.out relocation format struct. | Miod Vallat |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2013-02-06 | Check for __PIC__, not PIC, as some files in libc will only see the former. | Miod Vallat |
2013-02-05 | Do not profile the various ipi functions. This is a requirement for the | Martin Pieuchot |
2013-02-03 | Let the octeon kernel link properly. | Brian Callahan |
2013-02-02 | mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88k | Miod Vallat |
2013-02-02 | hp300 ELF bits. Requires many device and prom related structs to now be declared | Miod Vallat |
2013-02-02 | Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel | Miod Vallat |
2013-01-31 | welcome to 5.3-BETA | Miod Vallat |
2013-01-29 | the bus_space api implies that there's a bus endianness that it will | David Gwynne |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2013-01-26 | Make sure new processes get a clean FPU configuration upon startup, by | Miod Vallat |
2013-01-25 | Updates for beagle/panda work. OK patrick@ and miod@ | Brandon Mercer |
2013-01-23 | ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic | Patrick Wildt |
2013-01-23 | Add instruction fault register functions, which will be needed for further | Patrick Wildt |
2013-01-22 | pull the guts of bus_space_barrier into the inline function in the header. | David Gwynne |
2013-01-21 | Only the mpcpcibus driver is actually using these structures so merge them | Martin Pieuchot |
2013-01-21 | Remove old functions to access MPC106 registers. Only one of them was used | Martin Pieuchot |