| Age | Commit message (Expand) | Author |
| 2025-08-02 | libc: Drop gets() from symbol map | Dag-Erling Smørgrav |
| 2024-04-16 | libc: don't try to export __sF | Brooks Davis |
| 2023-11-15 | libc: Remove empty comments in Symbol.map | Brooks Davis |
| 2023-08-16 | Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2020-02-02 | libc: provide fputc_unlocked | Kyle Evans |
| 2020-01-30 | stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwrite | Kyle Evans |
| 2019-07-29 | Add mkostempsat(3). | Mark Johnston |
| 2018-04-03 | The correct symbol version for FreeBSD 12 is 1.5. | Cy Schubert |
| 2018-04-03 | Correct the version number for gets_s(3). | Cy Schubert |
| 2018-04-03 | Add new gets_s(3) stdio function. | Cy Schubert |
| 2016-05-12 | libc: Actually export fopencookie(3) | Conrad Meyer |
| 2015-07-04 | Add fdclose(3) function. | Mariusz Zaborski |
| 2013-08-09 | Add mkostemp() and mkostemps(). | Jilles Tjoelker |
| 2013-02-27 | Add an implementation of open_memstream() and open_wmemstream(). These | John Baldwin |
| 2013-01-30 | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | Pietro Cerutti |
| 2011-11-20 | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall |
| 2009-03-04 | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | David Schultz |
| 2009-02-28 | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz |
| 2008-05-05 | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | John Baldwin |
| 2008-05-04 | Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private | Marcel Moolenaar |
| 2007-12-18 | Move all the xprintf-related symbols to FBSDprivate_1.0. | David Schultz |
| 2007-04-29 | Use C comments since we now preprocess these files with CPP. | Daniel Eischen |
| 2006-04-22 | Now that libc has fcloseall(), remove _cleanup() from the list | Daniel Eischen |
| 2006-04-22 | Add fcloseall() to libc. This removes the need to export _cleanup(). | Daniel Eischen |
| 2006-03-30 | Add __collate_load_error and __collate_range_cmp to the list of | Daniel Eischen |
| 2006-03-13 | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen |