| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc, libthr: Ditch MD __pthread_distribute_static_tls helpers | Jessica Clarke | 2025-05-29 | 1 | -44/+0 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 3 | -3/+0 |
| * | libc/softfloat: we don't export _fp[gs]et* symbols | Brooks Davis | 2024-03-13 | 2 | -5/+0 |
| * | lib{c,sys}: return wrapped syscall APIs to libc | Brooks Davis | 2024-03-13 | 1 | -0/+2 |
| * | libc: move MD sys related symbols to libsys | Brooks Davis | 2024-02-05 | 1 | -5/+0 |
| * | libc: Move per-arch sys/Makefile.inc to libsys | Brooks Davis | 2024-02-05 | 1 | -4/+0 |
| * | libc: libc/<arch>/sys/__vdso_gettc -> libsys/<arch>/ | Brooks Davis | 2024-02-05 | 1 | -65/+0 |
| * | libsys: relocate implementations and manpages | Brooks Davis | 2024-02-05 | 2 | -129/+0 |
| * | powerpc/SYS.h: implement _SYSCALL_BODY() macro | Brooks Davis | 2024-01-11 | 1 | -6/+7 |
| * | Revert "power*/SYS.h: implement _SYSCALL_BODY() macro" | Brooks Davis | 2023-12-21 | 1 | -7/+6 |
| * | power*/SYS.h: implement _SYSCALL_BODY() macro | Brooks Davis | 2023-12-21 | 1 | -6/+7 |
| * | libc/*/SYS.h: remove SYCALL macro | Brooks Davis | 2023-12-12 | 1 | -10/+0 |
| * | libc: centralize a few numeric symbols | Brooks Davis | 2023-11-15 | 1 | -3/+0 |
| * | libc: centralize makecontext symbols | Brooks Davis | 2023-11-15 | 1 | -2/+0 |
| * | libc: centralize {_,sig,}{set,long}jmp symbols | Brooks Davis | 2023-11-15 | 1 | -6/+0 |
| * | libc: centralize ntoh symbols | Brooks Davis | 2023-11-15 | 1 | -4/+0 |
| * | libc: further centralize syscall symbols | Brooks Davis | 2023-11-15 | 1 | -4/+0 |
| * | libc: Remove empty comments in Symbol.map | Brooks Davis | 2023-11-15 | 1 | -3/+0 |
| * | libc/<arch>/sys/Makefile.inc: remove cruft | Brooks Davis | 2023-11-15 | 1 | -1/+0 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 9 | -9/+0 |
| * | Purge more stray embedded $FreeBSD$ strings | John Baldwin | 2023-09-25 | 1 | -5/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 4 | -4/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 16 | -33/+0 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 3 | -3/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 5 | -10/+0 |
| * | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 5 | -5/+5 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 5 | -5/+5 |
| * | libc: Remove _get_tp() and _set_tp(). | John Baldwin | 2021-12-09 | 4 | -88/+1 |
| * | Add sched_getcpu() | Konstantin Belousov | 2021-11-10 | 1 | -1/+3 |
| * | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-09 | 2 | -1/+50 |
| * | libc/<arch>/sys/cerror.S: fix typo | Konstantin Belousov | 2021-04-03 | 1 | -1/+1 |
| * | [PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask(). | Brandon Bergren | 2021-03-01 | 1 | -3/+3 |
| * | Add CFI start/end proc directives to arm64, i386, and ppc | Conrad Meyer | 2020-12-05 | 1 | -2/+4 |
| * | [PowerPC64LE] Fix gdtoa configurations on LE. | Brandon Bergren | 2020-09-23 | 1 | -0/+4 |
| * | [PowerPC] Implement VDSO timebase access on powerpc* | Brandon Bergren | 2020-09-08 | 3 | -2/+69 |
| * | [PowerPC] Fix typo in _ctx_start on ppc32 | Brandon Bergren | 2019-11-23 | 1 | -1/+1 |
| * | powerpc: Transition to Secure-PLT, like most other OSs | Justin Hibbits | 2019-06-25 | 3 | -11/+28 |
| * | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov | 2019-03-29 | 1 | -0/+46 |
| * | Remove MD __sys_* private symbols. | Brooks Davis | 2018-12-05 | 1 | -2/+0 |
| * | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 4 | -151/+1 |
| * | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 3 | -44/+1 |
| * | Remove caching from getlogin(2). | Brooks Davis | 2018-04-06 | 2 | -52/+1 |
| * | Remove bogus checks against NCARGS. | John Baldwin | 2018-01-31 | 1 | -1/+1 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 11 | -8/+30 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Correct an misunderstanding of MDSRCS. | Brooks Davis | 2017-03-02 | 1 | -1/+1 |
| * | Fix a typo which broke the build for powerpc. | Justin Hibbits | 2016-10-25 | 1 | -1/+1 |
| * | Reduce code duplication between powerpc and powerpcspe | Justin Hibbits | 2016-10-22 | 2 | -8/+10 |
| * | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 1 | -5/+0 |