History log of /netbsd-src/sys/compat/linux/arch/amd64/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 21709ad0 01-Oct-2024 riastradh <riastradh@NetBSD.org>

sys/compat/linux/arch: Nix trailing whitespace.

No functional change intended.


# 646e9b40 29-May-2024 christos <christos@NetBSD.org>

should not be using .include <> but .include "" here.


# 52eb7350 08-Apr-2014 njoly <njoly@NetBSD.org>

Do not include bsd.kinc.mk in each arch Makefile, it's already pulled
by bsd.syscall.mk (from Makefile.inc).


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 89647c7c 03-May-2005 manu <manu@NetBSD.org>

First work on COMPAT_LINUX/amd64
Process startup and dynamiclinking work, but processes hang due to
Linux arch_prctl(2) not being really supported yet.