Age | Commit message (Expand) | Author |
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 |
2004-08-08 | Since the I-cache can never be dirty, ignore copyback operations, and only | Miod Vallat |
2004-08-08 | Print address lines split scheme if necessary. | Miod Vallat |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-08-06 | Merge Luna88k and mvme88k M88200 management code. Features: | Miod Vallat |
2004-08-05 | Unbreak luna88k; spotted by aoyama@ | Miod Vallat |
2004-08-04 | Completely remove BATC code. BATC on 88200 are way too small to be worth | Miod Vallat |
2004-08-04 | More constants for the SSR register. | Miod Vallat |
2004-08-02 | No need to make __savectx visible and 8-byte aligned. | Miod Vallat |
2004-08-02 | Missed one <machine/board.h> | Miod Vallat |
2004-08-02 | More include files cleaning: | Miod Vallat |
2004-08-02 | When restoring a process' ipl, invoke setipl() on behalf on the kernel stack, | Miod Vallat |
2004-08-01 | Move 88100 DAE code to its own file, shared between luna88k and mvme88k. | Miod Vallat |
2004-07-28 | Nuke option JEFF_DEBUG for good. | Miod Vallat |
2004-07-28 | Remove EH_DEBUG code. | Miod Vallat |
2004-07-28 | Keep exception specific defines in the exception handling code, instead of | Miod Vallat |
2004-07-28 | In the never-ending saga of getting gcc to work reliably on m88k, today's | Miod Vallat |
2004-07-27 | Factorize exception handling code. The only different part between luna88k | Miod Vallat |
2004-07-26 | Provide a real pmap_proc_iflush() routine. | Miod Vallat |
2004-07-26 | Shrink more code if option PTRACE is not set; also use ss_put_value() | Miod Vallat |