History log of /freebsd-current/lib/libc/aarch64/gen/Makefile.inc
Revision Date Author Comments
# fd6b1cc3 28-Feb-2024 Andrew Turner <andrew@FreeBSD.org>

libc/aarch64: Copy the trivial getcontextx

This will be used as the base of a non-trivial implementation.

Reviewed by: kib
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D44254


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# ae67737a 09-Dec-2021 John Baldwin <jhb@FreeBSD.org>

libc: Remove _get_tp() and _set_tp().

Their uses have been replaced by _tcb_get() and _tcb_set() from
<machine/tls.h>.

Reviewed by: kib, jrtc27
Sponsored by: The University of Cambridge, Google Inc.
Differential Revision: https://reviews.freebsd.org/D33354


# 06d8a116 04-Apr-2021 Konstantin Belousov <kib@FreeBSD.org>

libc: add _get_tp() private function

which returns pointer to tcb

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D29623


# 4798b7f3 06-Apr-2016 Andrew Turner <andrew@FreeBSD.org>

Disable support for compat syscalls on arm64. These symbols were never
shipped since arm64 exists only on 11+.

Submitted by: brooks
Reviewed by: emaste, imp


# ccee5027 20-Aug-2015 Andrew Turner <andrew@FreeBSD.org>

Add the definitions of __infinity and __nan.


# 249d5c7a 10-Jul-2015 Andrew Turner <andrew@FreeBSD.org>

Add support for makecontext. This supports up to 8 arguments as this
simplifies the code, these can be passed in registers.

Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation


# 93b86b2f 25-Jun-2015 Andrew Turner <andrew@FreeBSD.org>

Implement fpgetmask, it's needed by Python.

Approved by: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation


# f36c0f62 24-Jun-2015 Andrew Turner <andrew@FreeBSD.org>

Implement fpsetmask. Some third-party software makes use of it, for example
perl.

Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation


# e09e55dc 14-May-2015 Ed Maste <emaste@FreeBSD.org>

Add fabs() to arm64 libc

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2532


# d422e6f9 07-Apr-2015 Andrew Turner <andrew@FreeBSD.org>

Add the start of libc and libstand for arm64. Not all of the machine
dependent functions have been implemented, but this is enough for world.

Differential Revision: https://reviews.freebsd.org/D2132
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation