summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/Symbol.map
AgeCommit message (Expand)Author
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-05libc: move MD sys related symbols to libsysBrooks Davis
2023-11-15libc: centralize a few numeric symbolsBrooks Davis
2023-11-15libc: centralize makecontext symbolsBrooks Davis
2023-11-15libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis
2023-11-15libc: centralize ntoh symbolsBrooks Davis
2023-11-15libc: further centralize syscall symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2019-02-20Add usermode helpers for for Intel userspace protection keys feature.Konstantin Belousov
2018-12-05Remove MD __sys_* private symbols.Brooks Davis
2018-06-04Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston
2018-04-12Replace MD assembly exect() with a portable version.Brooks Davis
2016-03-24libc: stop exporting curbrk and minbrk in the private namespaceEd Maste
2012-09-06libc/amd64: Do not export .cerror.Jilles Tjoelker
2011-10-21Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz
2007-12-18Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz
2007-12-16Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz
2007-05-31Some libc symbol map cleanups.Daniel Eischen
2007-05-13Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen