summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
AgeCommit message (Expand)Author
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-02-02To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
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-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-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-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18Fix prototypes of do_load_half() and do_load_byte() - those return aMiod 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-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-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-05-31remove counters for simplelocksTed Unangst
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-04-20Prefer the processor-specific _DYNAMIC[] tags value to find out the boundariesMiod 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
2013-02-19Introduce a new cmmu method to return the preferred cache mode bits for theMiod Vallat
2013-02-17Constify struct cmmu.Miod Vallat
2013-02-14A really working version of MCOUNT.Miod Vallat
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-09No longer define the a.out relocation format struct.Miod Vallat
2013-01-11Make ENTRY() generate a .type @function declaration as well if __ELF__.Miod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
2013-01-01Crank NMBCLUSTERS to 4096 to match other 32-bit platforms.Miod Vallat
2013-01-01Add a "memory" clobber to the flush_pipeline() assembly construct, to make sureMiod Vallat
2012-12-04Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony,Miod Vallat
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-09-15Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bitMartynas Venckus
2012-09-15m88k does not have the m68k long double type actually (long double == doubleMiod Vallat
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-05-09Do not include <machine/reg.h> and pollute userland namespace with struct regMiod Vallat