summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include
AgeCommit message (Expand)Author
2023-01-29fix typomlelstv
2023-01-27Use proper uintNN_t integer types.tsutsui
2022-05-18fix typos in word "access" and it derivatives, mainly in comments.andvar
2022-02-13m68k: __cpu_simple_unlock audit.riastradh
2021-12-05s/from from/from/ in comment.msaitoh
2021-12-05s/expecially/especially/ in comment.msaitoh
2021-10-29Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-27Make sigcontext13 visible only to _KERNEL.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-03-24s/depreciated/deprecated/gsimonb
2020-12-20Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap)skrll
2020-12-06Don't expose register_tchristos
2020-10-04Add missing __{BEGIN,END}_DECLS in order to catch up withrin
2020-09-07move the __packed attribute from struct frame::F_t into the singlemrg
2020-09-07pass a pointer conversion via uintptr_t *and* the desired type casts.mrg
2020-08-07Provide a pmap_segtab_deactivate for symmetry with pmap_segtab_activateskrll
2020-05-01Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>.isaki
2020-04-17Mark the .ident section as mergable string section to avoid redundantjoerg
2020-03-14pmap_remove_all(): Return a boolean value to indicate the behaviour. Ifad
2020-03-08Remove mutex stubs for 68010 that merely fall back to C codes, andrin
2020-02-01Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for jemalloc(3).tsutsui
2020-02-01Use "__nothing" macro defined in <sys/cdefs.h> for empty pmap_update().tsutsui
2019-12-01Fix false sharing problems with cpu_info. Identified with tprof(8).ad
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2019-11-29Nix mb_* on m68k.riastradh
2019-11-29Largely eliminate the MD rwlock.h header file.riastradh
2019-10-27Expose register difinitions for _STANDALONE.rin
2019-10-26disable -Wshadow because in c99 mode these get marked as builtins.christos
2019-10-26Hide the register definitions that should eventually be removed (or prefixedchristos
2019-06-18Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointerkamil
2019-05-07Switch all users (except ia64) of custom machine/ansi.h to common_ansi.hkamil
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-03-14G/C "MAPPECOPY". It is the deadest of wood, and never actually worked inthorpej
2019-02-18Refactor the 68040 writeback() from each m68k port's trap handler into athorpej
2019-01-21Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64.dholland
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-12-19Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,maxv
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-02-15Introduce _UC_MACHINE_FP() as a macrokamil
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-11-05The XXX comment (do not pull in the uvm headers) might have been a nice ideachristos
2017-09-17more const.christos
2017-09-13The __fgetenv() macro operates on a fenv_t, not on a fenv_t *.phx
2017-07-02remove f_pad, conflicts with new <sys/file.h> define.christos
2017-04-12Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD partkamil
2017-04-08Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEPkamil