History log of /freebsd-12.1/sys/arm64/linux/Makefile (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0
# b1db5e7b 28-Aug-2019 Brooks Davis <[email protected]>

MFC r348446:

makesyscalls.sh: always use absolute path for syscalls.conf

syscalls.conf is included using "." which per the Open Group:

If file does not contain a <slash>, the shell shall use the

MFC r348446:

makesyscalls.sh: always use absolute path for syscalls.conf

syscalls.conf is included using "." which per the Open Group:

If file does not contain a <slash>, the shell shall use the search
path specified by PATH to find the directory containing file.

POSIX shells don't fall back to the current working directory.

Submitted by: Nathaniel Wesley Filardo <[email protected]>
Reviewed by: bdrewery
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D20476

show more ...


Revision tags: release/11.3.0, release/12.0.0, release/11.2.0
# 2464626e 26-Apr-2018 Ed Maste <[email protected]>

Add arm64 Linux syscall table

This is the first step (after the recent refactoring of some common
code) to supporting the Linuxulator on arm64.

Reviewed by: andrew
Sponsored by: Turing Robotic Indu

Add arm64 Linux syscall table

This is the first step (after the recent refactoring of some common
code) to supporting the Linuxulator on arm64.

Reviewed by: andrew
Sponsored by: Turing Robotic Industries Inc.
Differential Revision: https://reviews.freebsd.org/D15187

show more ...