freebsd-dev/sys/amd64/linux32
Brooks Davis 4af6033324 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 <nwf20@cl.cam.ac.uk>
Reviewed by:	bdrewery
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D20476
2019-05-30 20:56:23 +00:00
..
linux32_dummy.c Update syscall.master to 5.0. 2019-03-24 14:50:02 +00:00
linux32_genassym.c Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00
linux32_locore.s Linuxolator whitespace cleanup 2018-02-05 17:29:12 +00:00
linux32_machdep.c Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros. 2019-05-16 22:20:54 +00:00
linux32_proto.h make sysent after r347228 2019-05-07 18:10:21 +00:00
linux32_support.s Futex support functions in linux.ko and linux32.ko on amd64 should be 2018-08-07 18:29:10 +00:00
linux32_syscall.h make sysent after r347228 2019-05-07 18:10:21 +00:00
linux32_syscalls.c make sysent after r347228 2019-05-07 18:10:21 +00:00
linux32_sysent.c make sysent after r347228 2019-05-07 18:10:21 +00:00
linux32_systrace_args.c make sysent after r347228 2019-05-07 18:10:21 +00:00
linux32_sysvec.c Linuxulator depends on a fundamental kernel settings such as SMP. Many 2019-05-13 18:24:29 +00:00
linux32_vdso.lds.s Put linux_platform into the vdso to avoid copying it onto the stack at 2015-05-24 15:30:52 +00:00
linux.h Linuxulator depends on a fundamental kernel settings such as SMP. Many 2019-05-13 18:24:29 +00:00
Makefile makesyscalls.sh: always use absolute path for syscalls.conf 2019-05-30 20:56:23 +00:00
syscalls.conf Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
syscalls.master Since r339624 HEAD does not need for backslashes in syscalls.master, 2019-04-23 18:10:46 +00:00