Age | Commit message (Expand) | Author |
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 |
2004-07-25 | Merge luna88k and mvme88k pmap. The pmap will now assume that the memory | Miod Vallat |
2004-07-24 | New, working, profiling code for m88k. | Miod Vallat |
2004-07-24 | intr_establish() and related defines are mvme88k-only, so move them back from | Miod Vallat |
2004-07-23 | Move luna88k and mvme88k vm_machdep to m88k-agnostic code area. | Miod Vallat |
2004-07-22 | Reset pcb_onfault to NULL before invoking uvm_fault(). | Miod Vallat |
2004-07-22 | Remove redundant or useless section modifiers. | Miod Vallat |
2004-07-13 | Do not trash r14 by mistake in __savectx. | Miod Vallat |
2004-07-07 | Funny typo. | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-07-02 | Since these vector tables are not final tables, they don't need to be | Miod Vallat |
2004-06-26 | Fix alignment problem between savectx and __savectx. How could this have | Miod Vallat |
2004-06-25 | Do not clear PSR_SER on 88110 when leaving single-stepping mode. | Miod Vallat |
2004-06-22 | Do not use db_printf() without a godd reason; while there, shrinken some | Miod Vallat |
2004-06-22 | After 88110 exception processing, do not reset the in-frame [di][lp]ar | Miod Vallat |
2004-06-22 | On 88110, simplify enip processing: | Miod Vallat |
2004-06-22 | Do not access [id][pl]ar registers from C code - we only care about their | Miod Vallat |
2004-06-19 | Share common ddb files accross m88k platforms. | Miod Vallat |
2004-06-19 | Remove unused and misleading defines. | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Among other tricky (or nice, depending upon your involvment) features, | Miod Vallat |
2004-06-07 | Correctly handle an unaligned long long parameter on stack in varargs functions; | Miod Vallat |
2004-06-07 | Allow userland to issue ld.d or st.d with a long, but not long long aligned | Miod Vallat |
2004-06-03 | Signal bus errors when a write back operation fails on 88110. | Miod Vallat |
2004-06-03 | Be sure to preserve r3 for syscalls which return 32-bit values. | Miod Vallat |
2004-05-23 | Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now. | Miod Vallat |
2004-05-19 | Rewrite va_arg() for correctness. Not only is the new code easier to read, | Miod Vallat |
2004-05-07 | Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but taking | Miod Vallat |