Age | Commit message (Expand) | Author |
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 |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |
2005-04-30 | Move CALL() from <machine/asm.h> to eh.S which is the only user of the macro, | Miod Vallat |
2005-04-30 | Get rid of `U' suffix for psr field values. | Miod Vallat |
2005-04-30 | Use [XNF]IP_ADDR constants rather than their numeric values. | Miod Vallat |
2005-04-30 | A simpler and better SET_PC_REGS(). | Miod Vallat |
2005-04-30 | Remove m88k_psr_type and function with utterly long names to control the psr, | Miod Vallat |
2005-04-27 | Shave more stack operations, courtesy of the not-so-new-now ABI. | Miod Vallat |
2005-04-27 | Allow userland to cause the data cache to be flushed for any arbitrary address | Miod Vallat |
2005-04-27 | Always include <uvm/uvm_extern.h> before <machine/cmmu.h>. | Miod Vallat |
2005-04-27 | Move constants for dma_cachectl() to cmmu.h where they belong. | Miod Vallat |
2005-04-19 | fix comment | Michael Shalayeff |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff |
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat |
2005-04-16 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Miod Vallat |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-04-04 | Fix an uninitialized variable in pmap_enter(), affecting only unmanaged pages. | Miod Vallat |
2005-04-04 | Allow pmap_expand_kmap() to fail in low memory conditions. | Miod Vallat |
2005-03-28 | Relax dependencies. | Miod Vallat |
2005-01-04 | Kill old, unused, Mach defines, and provide a correct SET_PC_REGS | Miod Vallat |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-11-09 | Kill guarded_access() - the way we map OBIO, there is no need for special | Miod Vallat |
2004-11-09 | Luna88k does not have an iomap, so kill all iomap related defines, and | Miod Vallat |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat |
2004-10-01 | guarded_access() is really only used by the MVME188 interrupt engine, so | Miod Vallat |
2004-10-01 | More mvme88k code cleaning: | Miod Vallat |
2004-10-01 | Get rid of CHECK_PAGE_ALIGN debug macros. | Miod Vallat |
2004-09-30 | Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations when | Miod Vallat |
2004-09-30 | Closer to reality comments. | Miod Vallat |
2004-09-30 | More code shuffling, probably the final touch. | Miod Vallat |
2004-09-30 | Move common signal code to m88k-agnostic location. | Miod Vallat |
2004-09-15 | Win a cycle in FP exception SSBR processing. | Miod Vallat |
2004-08-09 | Shrink the u-area down to two pages. | Miod Vallat |
2004-08-09 | Take advantage of the recent ABI change to use less stack space and do | Miod Vallat |
2004-08-09 | G/c option HANDLER code, and a few cosmetic cleanings. | Miod Vallat |