Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
aarch64/ | 21-Oct-2016 | ||
alpha/ | 21-Oct-2016 | ||
arch_mksyscallent | 21-Oct-2016 | 1.5K | |
arch_syscallent.h | 21-Oct-2016 | 44 | |
arm/ | 21-Oct-2016 | ||
breakpoint.c | 21-Oct-2016 | 3.9K | |
cris/ | 21-Oct-2016 | ||
events.c | 21-Oct-2016 | 9.7K | |
events.h | 21-Oct-2016 | 1.4K | |
hooks.c | 21-Oct-2016 | 5.2K | |
ia64/ | 21-Oct-2016 | ||
m68k/ | 21-Oct-2016 | ||
Makefile.am | 21-Oct-2016 | 1.3K | |
metag/ | 21-Oct-2016 | ||
mips/ | 21-Oct-2016 | ||
mksignalent | 21-Oct-2016 | 1.3K | |
mksyscallent | 21-Oct-2016 | 1.6K | |
mksyscallent_mips | 21-Oct-2016 | 1.5K | |
mksyscallent_s390 | 21-Oct-2016 | 1.4K | |
os.h | 21-Oct-2016 | 1.2K | |
ppc/ | 21-Oct-2016 | ||
proc.c | 21-Oct-2016 | 17K | |
README | 21-Oct-2016 | 579 | |
s390/ | 21-Oct-2016 | ||
signalent1.h | 21-Oct-2016 | 44 | |
sparc/ | 21-Oct-2016 | ||
syscallent1.h | 21-Oct-2016 | 44 | |
trace-defs.h | 21-Oct-2016 | 2.3K | |
trace.c | 21-Oct-2016 | 38.5K | |
trace.h | 21-Oct-2016 | 5.2K | |
x86/ | 21-Oct-2016 |
1 * "arch/syscallent.h" is made from <asm/unistd.h>. 2 It can be done automatically with "mksyscallent" for all the 3 architectures except "mips" (as of linux-2.2.12) 4 5 * "arch/signalent.h" is made from <asm/signal.h>. 6 It can be done automatically with "mksignalent" for all the 7 architectures. (linux-2.2.12) 8 9 * s390 uses mksyscallent_s390, rather than mksyscallent 10 11 * NOTE: This does not currently work for cross-compilers; Maybe 12 I should guess the architecture using `gcc -print-libgcc-file-name' 13 instead of `uname -m' (or even better, use the value returned by autoconf) 14