| Age | Commit message (Expand) | Author |
| 2019-12-27 | s/opration/operation/ | msaitoh |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2013-10-25 | Comment unused stuff (for documentation purposes) | martin |
| 2013-03-26 | u_int -> uint32_t | isaki |
| 2011-10-15 | Add hyperboric and trigonometric functions to m68k FPE, written by isaki@. | tsutsui |
| 2011-07-18 | fix indent again. | isaki |
| 2011-07-18 | fix indent. no functional changes. | isaki |
| 2011-05-23 | - use DPRINTF() style debug printfs | tsutsui |
| 2011-05-23 | KNF, mostly indent. No binary change. | tsutsui |
| 2011-05-14 | Fix botch in rev 1.28 that causes wrong results of fcmp and ftst in FPE. | tsutsui |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-01-20 | In fpu_emul_arith(), check lower 7 bits in word1 rather than only 6 bits | tsutsui |
| 2007-03-09 | Make these compile with options DEBUG_FPE. | tsutsui |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2003-09-22 | SA_SIGINFO support for m68k | cl |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2001-02-05 | conditionalize the ddb hook on DDB && DEBUG_FPE rather than DDB && DEBUG, | chs |
| 2001-01-05 | Make this actually sort-of-work for 68060 w. disabled FPU (tested), 68LC060, | is |
| 1999-05-30 | PR 7220 from Ken Nakata: | briggs |
| 1998-07-04 | defopt DDB. | jonathan |
| 1997-11-03 | Back out last change, which was a thinko. | is |
| 1997-11-02 | Add ftwotox emulation, by using the fscale emulation routine (preload | is |
| 1997-07-20 | Make us pass the full ieeefp except regression test. | is |
| 1997-07-19 | Fix my own PR port-m68k/3871, nee port-amiga/3871: | is |
| 1997-07-17 | include <m68k/db_machdep.h> to get the prototype for kdb_trap if DDB and | veego |
| 1996-12-18 | Work around another uninitialized variable warning | scottr |
| 1996-12-17 | Fix warnings. | gwr |
| 1996-10-30 | Bug fix for FSINCOS: wouldn't handle FPc == FP1 earlier. | is |
| 1996-10-16 | Eliminate fusword() prototype, as it's now in <sys/systm.h> | scottr |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-10-07 | The 68LC040 generates a format 4 stack frame for floating point | scottr |
| 1996-10-04 | Fix FMOVEM emulation; postincrement modes use different ordering than | scottr |
| 1996-05-15 | Fix "might be used uninitialized" warnings. | leo |
| 1996-04-30 | Update for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized. | briggs |
| 1995-11-05 | Fixes from Ken Nakata. Mainly renaming debug_level to fpu_debug_level. | briggs |
| 1995-11-03 | Still incomplete, but much more complete FPE from Ken Nakata | briggs |
| 1995-03-10 | Add missing break in switch (not that it mattered 8^) | gwr |
| 1995-03-01 | First cut at an mc68881 emulator. Works only for fmovem right now. | gwr |