summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
2013-12-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-11-16Allow initial device mappings (from pmap_table) to be backed up by BATC.Miod Vallat
2013-11-03Even saner kernel layout, so that .rodata can be batc mapped by a read-onlyMiod Vallat
2013-11-02Create the initial page tables in the area between the end of the firmwareMiod Vallat
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-07Put the kernel VBR page at the beginning of the kernel text, as done onMiod Vallat
2013-09-23- change m8820x_cmmu_set_reg() and m8820x_cmmu_set_cmd() to performMiod Vallat
2013-09-05Service the 88100 floating-point exceptions through trap(), keeping theMiod Vallat
2013-08-26Use %r27 as the thread control block pointer, allowing for __get_tcb() callsMiod Vallat
2013-08-26When a page needs to be flushed from all caches, make sure the writebackMiod Vallat
2013-08-24Make sure do_xmem_* return the correct value. This fixes usage of fork()Miod Vallat
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18Rework the DAE print routines again to output something closer to an actualMiod Vallat
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18No need to test for DMT0 being valid a second time in the `save DMT andMiod Vallat
2013-08-18Fix prototypes of do_load_half() and do_load_byte() - those return aMiod Vallat
2013-08-15Be sure to always invoke cache routines with properly rounded addresses;Miod Vallat
2013-08-15Be sure to set the `non equal' bit when emulating fcmp{,u} and the operandsMiod Vallat
2013-08-15make debug output sligthly more usefulMiod Vallat
2013-08-15typosMiod Vallat
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis
2013-07-17Use `long' instead of `int' in structure layouts which may get assigned fromMiod Vallat
2013-07-17Fix setregs() to match prototype. Exposed by recent _types.h change, found theMiod Vallat
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-05Take II, this time without flubbing off_t: : move several internalPhilip Guenther
2013-07-04backout previous; off_t must be signed and there might be other C++ APIOtto Moerbeek
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
2013-06-30Add a luna88k-specific function to initialize the instruction cmmuKenji Aoyama
2013-06-07Add {,u}{div,mod}si3 to libkern and to the kernel as well.Miod Vallat
2013-06-04comment fix: actually called __cpu_simple_lock_tTed Unangst
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-05-31remove counters for simplelocksTed Unangst
2013-05-27Use FLUSH_PIPELINE instead of rolling our own. No functional change.Miod Vallat
2013-05-25Fix wbinv routine used by bus_dmamap_sync() to correctly operate on all cmmus,Miod Vallat
2013-05-25Allow badaddr() to be used with a size of 8. Needed by the MVME181 memoryMiod Vallat
2013-05-17Unnecessary includeMiod Vallat
2013-05-17Extend cmmu routines to return the caching mode to use for page tables.Miod Vallat
2013-05-17Fix comments telling that the `serial mode' bit in PSR only applies to 88110,Miod Vallat
2013-05-15Initialize a teeny few more globals to reasonable values to allow for printf()Miod Vallat
2013-05-14Declare the cmmu-related variables which are set early in the kernel life,Miod Vallat
2013-04-20Prefer the processor-specific _DYNAMIC[] tags value to find out the boundariesMiod Vallat
2013-04-12Double-register load and store instructions using an odd-numbered register asMiod Vallat
2013-04-01Unbreak 1.16Miod Vallat
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-02-20Increase maximum text and data size limits, and double the default data sizeMiod Vallat