summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
AgeCommit message (Expand)Author
2021-02-25Pull up following revision(s) (requested by tsutsui in ticket #1214):martin
2020-05-18Pull up following revision(s) (requested by isaki in ticket #911):martin
2020-02-10Pull up following revision(s) (requested by tsutsui in ticket #682):martin
2019-07-11Fix typo (s/supress/suppress/).msaitoh
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-12Fix an asm-comments-vs-preprocessor-line-continuations mistake inthorpej
2019-04-11Fix CVS Id usagekamil
2019-04-06Centralized shared part of child_return() into MI partkamil
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-04-03Rework the fork(2)/vfork(2) event signalling under ptrace(2)kamil
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-02-05add fallthru comment.mrg
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-11-27Fix widespread leak in the sendsig_siginfo() functions. sigframe_siginfomaxv
2018-10-02fix diagnostic build.mrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-05-27- Introduce :q modifier for make variables and make it double escape $'s sochristos
2018-02-25add a special rule to build m68k/fpu.c to avoid passing -msoft-float.mrg
2018-02-15Introduce _UC_MACHINE_FP() as a macrokamil
2018-01-27apply the change from arch/x86/x86/pmap.c rev. 1.266 commitid vZRjvmxG7YTHLOfA:chs
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-11-03Handle absolute relocations coming from the kernel: preserve SHN_ABS inmaxv
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
2017-03-22provide a common softfloat fenv implemenation and use it for softfloat builds.chs
2017-02-27the FP_* constants need to be different from the new FE_* constantschs
2017-02-27use FPCR instead of FPSR to manipulate the exception mask.chs
2017-01-16FSINCOS: Fix register address which writes cosine value back.isaki
2017-01-15exp(>11356) is +inf even if extended precision.isaki
2016-12-23"Make NetBSD great again!"cherry
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-12-07Fix sign of zero in case of x > -(2^18).isaki
2016-12-06Fix sign of NAN. Found by XM6i.isaki
2016-12-06Remove fpu_cordit2() and atanh_table[] completely.isaki
2016-12-05Improve the exponential and hyperbolic function's performanceisaki
2016-08-06Modify fpu_sin()'s logic to avoid GCC's warning that has beenisaki
2016-08-04Move fpu_cordit2() to #ifdef CORDIC_BOOTSTRAP section.isaki
2016-03-23avoid a GCC warning with this:mrg
2016-03-22remove a bunch of "@echo done" from the tail of rules. these messagesmrg
2016-01-23expose the kernel types for standalone code.christos