summaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64/Symbol.map
AgeCommit message (Expand)Author
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-29lib{c,sys}: expose _getlogin consistentlyBrooks 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
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-30libc: stop exporting cerrorEd Maste
2016-03-24libc: stop exporting curbrk and minbrk in the private namespaceEd Maste
2011-10-21Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz
2010-07-10Provide 64-bit PowerPC support in libc.Nathan Whitehorn