| Age | Commit message (Expand) | Author |
| 2023-05-19 | No need for double semi-colon | skrll |
| 2023-05-19 | KNF | skrll |
| 2023-05-07 | RISC-V support that works on QEMU with a single hart. | skrll |
| 2023-04-02 | Trailing whitespace | skrll |
| 2022-12-13 | Trailing whitespace | skrll |
| 2022-12-04 | Consistently use the 'mv' instrucation (which is itself an alias) instead | skrll |
| 2022-12-03 | Trailing whitespace | skrll |
| 2022-12-03 | Trailing whitespace | skrll |
| 2022-10-05 | libc: switch aarch64 to use softfloat functions from compiler_rt | nia |
| 2022-06-26 | Decorate the HPPA signal trampoline with the appropriate .cfi | skrll |
| 2022-06-06 | Save and restore %r19 the "linkage table pointer register" across the call | skrll |
| 2022-05-30 | Obsolete hack for evbppc to replace memcmp(9), memcpy(9), and memmove(9) | rin |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2022-04-07 | s/psuedo/pseudo/ | andvar |
| 2021-11-27 | Trailing whitespace | skrll |
| 2021-11-24 | Decorate the VAX signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-24 | Decorate the SuperH signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-23 | Decorate the ARM signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-23 | Because the PC is not a general purpose register on aarch64, we need | thorpej |
| 2021-11-21 | Decorate the m68k signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-21 | Decorate the powerpc signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-20 | Use the DWARF pseudo-register for the signal trampoline return address. | thorpej |
| 2021-11-18 | Decorate the MIPS signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-03 | CFI: Saved RA needs to point to the PC slot in the ucontext_t. | thorpej |
| 2021-11-03 | Set up the CFI in a slightly more rational way. | thorpej |
| 2021-10-31 | Tidy up how __sigaction14_sigtramp.c is added to SRCS. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-10-07 | Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test cases | skrll |
| 2021-07-26 | Improve previous: | rin |
| 2021-07-24 | For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), and | rin |
| 2021-07-06 | Ensure that the stack is always 16-byte aligned by rounding sizes as needed. | thorpej |
| 2021-06-30 | Do previous differtly by pushing two registers in the same way as the | skrll |
| 2021-06-30 | The _INVOKE_CERROR macro deals with thumb so simplify the code (at the | skrll |
| 2021-06-30 | Trailing whitespace | skrll |
| 2021-06-30 | Fix previous. For Thumb-1: | rin |
| 2021-06-29 | Align sp to 8-byte boundary as required by EABI. | rin |
| 2021-05-25 | POSIX sez: | thorpej |
| 2021-04-25 | Use ${MACHINE_MIPS64} | christos |
| 2021-02-19 | Remove the incorrect register shuffle - we pass SYS___syscall as the | simonb |
| 2021-02-06 | For mips n32/n64 explicitly save the GP reg on the stack, and | simonb |
| 2020-12-05 | spaces to tab | skrll |
| 2020-10-24 | Add _UC_GREGS_* defines for all general registers | skrll |
| 2020-10-24 | Provide _UC_REGS_* defines for all registers | skrll |
| 2020-10-24 | Update the unwinder comment to better reflect ARM64 | skrll |
| 2020-10-24 | s/ARM/ARM64/ in comment | skrll |
| 2020-10-21 | Fix typo (thanks kamil@ for pointing it out). | thorpej |
| 2020-10-21 | Add call frame unwind info to the Alpha signal trampoline. Using | thorpej |
| 2020-10-21 | - Consistently use _REG_* defines from assym.h to mean register numbers, | thorpej |
| 2020-10-19 | Restore SP from mcontext | kamil |
| 2020-10-19 | Restore ESP from mcontext | kamil |