Age | Commit message (Expand) | Author |
2006-05-03 | Fix a (documented) logic botch in inst_load(). | Miod Vallat |
2006-05-02 | Replace db_{disable,enable}_interrupts with expanded version of themselves, | Miod Vallat |
2006-04-26 | In vmapbuf(), instead of invoking pmap_cache_ctrl() for each page, postpone | Miod Vallat |
2006-04-26 | In pmap_cache_ctrl(), do not flush cache if the previous mapping was | Miod Vallat |
2006-04-17 | Save pointers to up to four CMMU PFSR registers into the cpu_info structure. | Miod Vallat |
2006-04-15 | Simplify MMU type printing. | Miod Vallat |
2006-04-15 | nmihand() is mvme88k only, move it out of m88k common area. | Miod Vallat |
2006-04-09 | On MVME188 systems with more than two CMMUs par CPU, do not honor the | Miod Vallat |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-13 | remove splimp. | Brad Smith |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller |
2006-01-09 | Fix last change; we need machine/reg.h for struct sigcontext to | Todd C. Miller |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-02 | Faster signal trampoline code for m88k: instead of pushing everything on | Miod Vallat |
2005-12-21 | No need to store description lines for unrecognized CMMUs... | Miod Vallat |
2005-12-20 | Fix typo introduced in last commit. | Todd C. Miller |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-12-10 | Only initialize the CMMUs tied to our running CPU on startup. | Miod Vallat |
2005-12-08 | Do not reset the IPL of the new process context frame in cpu_fork(). | Miod Vallat |
2005-12-07 | Better use of the scheduler lock; no functional change on UP kernels. | Miod Vallat |
2005-12-07 | Sprinkle holds and releases of the kernel lock whenever necessary; no functional | Miod Vallat |
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat |
2005-12-04 | Simplify ptrace branch handling code. | Miod Vallat |
2005-12-04 | Oops, simplelock leftover. | Miod Vallat |
2005-12-03 | Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking, | Miod Vallat |
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat |
2005-12-03 | Dissociate pmap locks and spl usage; code will now do explicit spl processing | Miod Vallat |
2005-12-03 | intstack does not need to be visible from C code anymore. | Miod Vallat |
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat |
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat |
2005-12-02 | Better choice of types for struct pmap members and cmmu functions; | Miod Vallat |
2005-12-02 | Fix a few instruction display glitches. | Miod Vallat |
2005-12-01 | Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary. | Miod Vallat |
2005-11-28 | Maintain an interrupt depth counter for CLKF_INTR to be correct. | Miod Vallat |
2005-11-28 | Switch to per-process AST flags and clean AST-related codepaths; speeds up | Miod Vallat |
2005-11-27 | In the core of the idle loop, be sure to invoke spl0 more than once to | Miod Vallat |
2005-11-25 | Get rid of BROKEN_MMU_MASK, unnecessary now that bus_dmamap_sync() behaves | Miod Vallat |
2005-11-25 | Let the cache synchronization and invalidation functions report whether | Miod Vallat |