summaryrefslogtreecommitdiff
path: root/lib/libc/aarch64/Symbol.map
AgeCommit message (Expand)Author
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
2022-03-23Add an implementation of .mcount on arm64Andrew Turner
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2018-06-01Don't export _end on arm64 and riscv.Mark Johnston
2016-05-20Remove brk and sbrk from arm64. They were defined in The Single UNIXAndrew Turner
2016-03-24libc: stop exporting curbrk and minbrk in the private namespaceEd Maste
2015-08-20Add the definitions of __infinity and __nan.Andrew Turner
2015-07-10Add support for makecontext. This supports up to 8 arguments as thisAndrew Turner
2015-07-06Add hton and ntoh to the arm64 Symbols.map file, they exist but were notAndrew Turner
2015-07-02Cleanup brk and sbrk to use the same code to find curbrk and minbrk whenAndrew Turner
2015-06-25Implement fpgetmask, it's needed by Python.Andrew Turner
2015-06-25Export __flt_rounds from the arm64 libc.soAndrew Turner
2015-06-24Implement fpsetmask. Some third-party software makes use of it, for exampleAndrew Turner
2015-05-14Add fabs() to arm64 libcEd Maste
2015-04-07Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner