summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include
AgeCommit message (Expand)Author
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-05convert from macros to static inlines. allen briggs confirms resultant codelukem
2001-11-28No point in installing svr4_machdep.h.kleink
2001-08-16Added the crucial "packed" attribute to the type 8 frame structure.fredette
2001-08-05If = is in a constraint, it must be the first character.matt
2001-06-14Don't need to prototype child_return() here, it's in <sys/proc.h>.thorpej
2001-06-14Added prototypes for w16zero and w16copy, foundfredette
2001-05-30use _KERNEL_OPTmrg
2001-05-27mcount() is named __mcount() on ELF, do the right thing.chs
2001-05-27change the one non-extended asm back to using a single % before achs
2001-05-21Added support for kernel cores on the sun2. Thisfredette
2001-05-18Don't define __LDPGSZ if it's already defined.fredette
2001-05-18Only on the 68010, define a different mcount() function,fredette
2001-05-12define VECTOR() and friends in non-_KERNEL environments too.chs
2001-05-04Be consistent with limit constants:simonb
2001-05-03Now only define MACHINE_ARCH, _MACHINE_ARCH, andfredette
2001-05-03Add a CPU_68010 macro.fredette
2001-05-03Add an EXTBL macro.fredette
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-04-26Add definitions for C99 fastest minimum-width integer types.kleink
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-12Replace the 'unsigned __COMPILER_INT64__' construct with a new name,kleink
2001-04-09Remove '_KERNEL' conditionalizing. This break userland apps.leo
2001-04-06Install byte_swap.h on make includes.tsutsui
2001-04-04This only works with data registers.is
2001-03-30Optimize bswap16() and bswap32() functions to inline assembly.leo
2001-03-28Added support for the 68010 bus error frame.fredette
2001-01-03replace 'long long' with int64_t to compile stand alone program withtakemura
2000-12-26make mbstate_t bigger (32 -> 128 bytes).itojun
2000-12-21populate _BSD_MBSTATE_T_. add warning regarding to rune_t.itojun
2000-12-19Unification of the m68k syscall() function.scw
2000-12-11Some micro-optimisations to _spl() and _splraise(), saving one instructionscw
2000-12-07In the ELF toolchain, use __mcount instead of mcount.kleink
2000-11-22Revert previous change. I cannot see why this ever worked... Pointed outleo
2000-10-19%%<reg> -> %<reg>leo
2000-08-10Add a `/t' modifier to the m68k ddb's `trace' command. This enablesscw
2000-08-08Preparation for the future introduction of multibyte locale.tshiozak
2000-06-30raise MSIZE from 128 to 256.itojun
2000-06-27G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_.kleink
2000-06-27Resolve some formatting nits; add __intptr_t and __uintptr_t.kleink
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26<vm/vm_param.h> -> <uvm/uvm_param.h>mrg
2000-06-23Add a WEAK_ALIAS() macro.kleink
2000-05-02On the m68k, the most efficient type for __cpu_simple_lock_t isthorpej
2000-05-02Let each platform typedef the new __cpu_simple_lock_t, which shouldthorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej