| Age | Commit message (Expand) | Author |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2024-02-05 | libc: move rfork_thread(3) to libsys | Brooks Davis |
| 2023-12-18 | {amd64,i386}/SYS.h: add _SYSCALL and _SYSCALL_BODY | Brooks Davis |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-11-01 | libc: Purge unneeded cdefs.h | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh |
| 2023-07-06 | libc: Improve setjmp comments | Dmitry Chagin |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2021-12-09 | libc: Remove _get_tp() and _set_tp(). | John Baldwin |
| 2021-04-09 | libc: add _get_tp() private function | Konstantin Belousov |
| 2021-04-04 | amd64 fabs.S: use '.section .rodata' instead of '.rodata' | Konstantin Belousov |
| 2021-04-04 | amd64 fabs.S: put signbit into rodata instead of text | Konstantin Belousov |
| 2021-04-04 | amd64 fabs(3): move signbit to .text | Konstantin Belousov |
| 2019-02-14 | Unify i386 and amd64 getcontextx.c, and use ifuncs while there. | Konstantin Belousov |
| 2018-06-01 | Remove support for SYS_sys_exit in favor of SYS_exit. | Brooks Davis |
| 2017-11-25 | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2015-09-20 | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues |
| 2015-08-29 | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov |
| 2014-06-09 | siglongjmp(): Preserve floating point exception flags on i386 and amd64. | Jilles Tjoelker |
| 2013-11-21 | Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the | Andreas Tobler |
| 2013-05-28 | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov |
| 2012-09-06 | libc/amd64: Do not export .cerror. | Jilles Tjoelker |
| 2012-02-01 | Make the sys/ucontext.h self-contained by changing the return type | Konstantin Belousov |
| 2012-01-21 | Add API for obtaining extended machine context states that cannot be | Konstantin Belousov |
| 2011-11-02 | Make sure that stack is 16-byte aligned before calling a function, | Konstantin Belousov |
| 2011-10-21 | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz |
| 2011-01-07 | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov |
| 2010-09-30 | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | Dimitry Andric |
| 2010-09-29 | Apply the same workaround for clang to amd64's version of ldexp.c (as in | Dimitry Andric |
| 2008-11-02 | We've been lax about matching END() macros in asm code for some time. This | Peter Wemm |
| 2008-06-28 | Two FP-related setjmp/longjmp changes: | David Schultz |
| 2007-01-09 | Remove silly n that crept in | Warner Losh |
| 2007-01-09 | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh |
| 2005-03-15 | Remove fpsetsticky(). This was added for SysV compatibility, but due | David Schultz |
| 2004-08-15 | Add support for TLS in statically linked programs. | Doug Rabson |
| 2004-07-31 | 1. Use correct alignment mask, -15 != ~15 | David Xu |
| 2004-07-28 | Set fpu context flags to known values, zero is illegal. | David Xu |
| 2004-07-19 | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | David Schultz |
| 2004-07-18 | Replace seven nominally MD implementations of frexp() that are broken | David Schultz |
| 2004-07-09 | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz |
| 2004-06-15 | Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's | David Xu |
| 2004-03-31 | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | Peter Wemm |
| 2004-02-16 | Fix a typo in the !__GNUC__ case and remove an obsolete comment. | David Schultz |
| 2004-02-16 | Fix some aliasing problems. | David Schultz |
| 2004-02-08 | Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do | Peter Wemm |
| 2003-12-05 | "Fix" makecontext() so that the C code begins execution with its | Peter Wemm |
| 2003-10-13 | Add rfork_thread(3). | Alan Cox |