| Age | Commit message (Expand) | Author |
| 2024-04-16 | libc/arm: export __signalcontext not _signalcontext | Brooks Davis |
| 2024-03-13 | lib{c,sys}: return wrapped syscall APIs to libc | Brooks Davis |
| 2024-02-05 | libc: move MD sys related symbols to libsys | Brooks Davis |
| 2023-11-15 | libc: centralize a few numeric symbols | Brooks Davis |
| 2023-11-15 | libc: centralize makecontext symbols | Brooks Davis |
| 2023-11-15 | libc: centralize {_,sig,}{set,long}jmp symbols | Brooks Davis |
| 2023-11-15 | libc: centralize ntoh symbols | Brooks Davis |
| 2023-11-15 | libc: further centralize syscall symbols | 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 |
| 2021-12-09 | libc: Remove _get_tp() and _set_tp(). | John Baldwin |
| 2019-07-13 | Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers. | Ian Lepore |
| 2018-12-05 | Remove MD __sys_* private symbols. | Brooks Davis |
| 2018-06-04 | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston |
| 2018-03-05 | Move softfloat symbol map entries to softfloat/Symbol.map. | John Baldwin |
| 2016-03-30 | libc: stop exporting cerror | Ed Maste |
| 2016-03-24 | libc: stop exporting curbrk and minbrk in the private namespace | Ed Maste |
| 2014-07-19 | Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception | Ian Lepore |
| 2014-03-11 | Export _libc_arm_fpu_present as a private symbol to be used by other | Andrew Turner |
| 2013-01-19 | Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABI | Andrew Turner |
| 2012-06-15 | Per kib, since __flt_rounds is being added to FreeBSD 10, it | Tim Kientzle |
| 2012-06-14 | __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro), | Tim Kientzle |
| 2012-06-09 | __flt_rounds was omitted from the exported symbols here. | Tim Kientzle |
| 2012-03-04 | Add __aeabi_read_tp to the symbol list. | Olivier Houchard |
| 2011-10-21 | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz |
| 2007-10-18 | Unbreak arm build by removing duplicate symbols. | Olivier Houchard |
| 2007-05-31 | Some libc symbol map cleanups. | Daniel Eischen |
| 2007-05-19 | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | Olivier Houchard |
| 2007-05-16 | Do not export 'end' symbol. It is not meant to be visible to outside | Alexander Kabaev |
| 2007-05-13 | Remove .mcount from gmon's Symbol map and add it to the appropriate | Daniel Eischen |
| 2007-04-29 | Use C comments since we now preprocess these files with CPP. | Daniel Eischen |
| 2006-03-13 | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen |