| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge more stray embedded $FreeBSD$ strings | John Baldwin | 2023-10-24 | 1 | -5/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 4 | -4/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 25 | -51/+0 |
* | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-23 | 7 | -7/+0 |
* | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 2 | -2/+0 |
* | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 8 | -16/+0 |
* | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-07-25 | 5 | -5/+5 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 8 | -8/+8 |
* | Add sched_getcpu() | Konstantin Belousov | 2022-01-14 | 1 | -1/+3 |
* | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-23 | 2 | -1/+49 |
* | powerpc64: enforce natural alignment in bcopy | Leandro Lupori | 2021-04-06 | 1 | -0/+34 |
* | [PowerPC64] Port optimized strcpy to PPC64LE | Leandro Lupori | 2021-04-06 | 2 | -9/+64 |
* | libc/<arch>/sys/cerror.S: fix typo | Konstantin Belousov | 2021-04-06 | 1 | -1/+1 |
* | [PowerPC64] Fix multiple issues in fpsetmask(). | Brandon Bergren | 2021-03-08 | 1 | -3/+3 |
* | Add CFI start/end proc directives to arm64, i386, and ppc | Conrad Meyer | 2020-12-05 | 2 | -2/+5 |
* | [PowerPC64LE] Fix gdtoa configurations on LE. | Brandon Bergren | 2020-09-23 | 1 | -0/+5 |
* | [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le. | Brandon Bergren | 2020-09-23 | 1 | -3/+8 |
* | [PowerPC] Implement VDSO timebase access on powerpc* | Brandon Bergren | 2020-09-08 | 3 | -2/+66 |
* | [POWERPC] Fix ppc64 makecontext() parameter overflow handling. | Brandon Bergren | 2020-08-06 | 1 | -0/+4 |
* | Fix r358688 -- Remember to actually save r3 before processing. | Brandon Bergren | 2020-03-11 | 1 | -1/+1 |
* | powerpc/memcpy: Don't predict the src and dst will be misaligned | Justin Hibbits | 2020-03-06 | 1 | -1/+1 |
* | Finish revert of r358672, missed in r358688. | Justin Hibbits | 2020-03-06 | 1 | -1/+1 |
* | powerpc/powerpc64: Enforce natural alignment in memcpy | Justin Hibbits | 2020-03-06 | 3 | -1/+13 |
* | [PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07 | Alfredo Dal'Ava Junior | 2020-03-05 | 1 | -1/+6 |
* | [PPC64] memcpy/memmove/bcopy optimization | Leandro Lupori | 2020-01-15 | 10 | -0/+648 |
* | [PPC64] strncpy optimization | Leandro Lupori | 2020-01-15 | 4 | -1/+216 |
* | [PPC64] strcpy optimization | Leandro Lupori | 2020-01-15 | 4 | -0/+230 |
* | [PowerPC] Fully define gdtoa settings on powerpc64. | Brandon Bergren | 2019-12-13 | 1 | -0/+3 |
* | [PowerPC] Fix *context on ELFv2 | Brandon Bergren | 2019-11-16 | 2 | -0/+11 |
* | revert r346588 for now | Justin Hibbits | 2019-05-11 | 2 | -211/+0 |
* | powerpc64: Rewrite strcmp in asm to take advantage of word size | Justin Hibbits | 2019-04-23 | 2 | -0/+211 |
* | 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 | -145/+1 |
* | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 3 | -52/+1 |
* | Remove caching from getlogin(2). | Brooks Davis | 2018-04-06 | 2 | -42/+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 |
* | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 1 | -5/+0 |
* | Rewrite ptrace(2) wrappers in C. | Konstantin Belousov | 2016-08-29 | 2 | -69/+1 |
* | Remove unusedd and obsolete openbsd_poll system call. (Phase 1) | George V. Neville-Neil | 2016-08-18 | 1 | -1/+1 |
* | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 2 | -55/+1 |
* | libc: make some more use of the nitems() macro. | Pedro F. Giffuni | 2016-04-16 | 1 | -2/+2 |
* | libc: stop exporting cerror | Ed Maste | 2016-03-30 | 1 | -1/+0 |
* | libc: stop exporting curbrk and minbrk in the private namespace | Ed Maste | 2016-03-24 | 1 | -2/+0 |
* | Make unions in PowerPC libc endian-safe. | Nathan Whitehorn | 2016-02-26 | 2 | -2/+22 |
* | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -3/+0 |