Age | Commit message (Expand) | Author |
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 |
2005-11-25 | Need an explicit cast for atop() now. | Miod Vallat |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-20 | Complete overhaul of the single-stepping ddb code, close in spirit to the | Miod Vallat |
2005-11-20 | Remove unused ddb_nmi_trap(). | Miod Vallat |
2005-11-20 | Factorize control register description array selection. | Miod Vallat |
2005-11-06 | Invoke regdump() on abort if compiled without DDB support. | Miod Vallat |
2005-11-03 | fix comment | Martin Reindl |
2005-10-24 | Factorize db_interface code between luna88k and mvme88k, removing dead code | Miod Vallat |
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat |
2005-10-13 | Hide more definitions from userland and from locore. | Miod Vallat |
2005-10-12 | Define IPL_SCHED and spslsched(), matching the statclock level. | Miod Vallat |
2005-10-12 | Move sigcode to the m88k-agnostic location. No functional change. | Miod Vallat |
2005-10-12 | Remove commented out dead wrong FPU handling code in setregs(). | Miod Vallat |
2005-10-12 | Stop mapping the u area at fixed UADDR in addition to its actual va. | Miod Vallat |
2005-10-12 | General scheduler cleanup: | Miod Vallat |
2005-09-25 | Define symbolic constants for the processor identification register fields | Miod Vallat |
2005-09-25 | Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makes | Miod Vallat |
2005-09-25 | Do not consider userland trap #496 (BUG system call on mvme88k) as special | Miod Vallat |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-09-15 | Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functional | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-06 | Correct control registers descriptive names for 88110. | Miod Vallat |
2005-09-06 | MVME88K -> M88K in include file guard symbols. No functional changes. | Miod Vallat |
2005-09-06 | Remove misleading NCPUS (hardcoded) option. From the SMP tree. | Miod Vallat |
2005-08-06 | In cache_flush(), after testing for curproc != NULL, do not use curproc | Miod Vallat |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler |
2005-07-01 | Fix logic botch in !ERRATA__XXX_USR kernels. | Miod Vallat |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-05-18 | Rework the single step implementation; mostly delaying breakpoint | Miod Vallat |
2005-05-16 | Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating point | Miod Vallat |
2005-05-15 | Fix CMMU_CSSP(n) value. | Miod Vallat |
2005-05-15 | Speed up the low-level dae helpers. | Miod Vallat |
2005-05-15 | Compile out more code if TRACE_DEBUG is not defined. | Miod Vallat |
2005-05-15 | Disable ddb backtrace debug code by default. | Miod Vallat |
2005-05-15 | KNF and ANSIfy. | Miod Vallat |
2005-05-05 | Add a faster in4_cksum as well. | Miod Vallat |
2005-05-04 | Switch m88k to a faster in_cksum implementation, the original 100%-C powerpc | Miod Vallat |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith |