NetBSD/sys/compat/linux/arch/alpha
jdolecek 890850dddf Implement linux_sys_nosys() and use it instead of sys_nosys() for
unimplemented syscalls. Difference is that linux_sys_nosys() doesn't
post SIGSYS to the process. Linux doesn't do that and thus glibc (and
probably other Linux code) doesn't deal with SIGSYS, even through it
generally contains fallback code for ENOSYS case.

This also addresses port-i386/12503, though the issue was already discussed
earlier.
2001-03-30 17:16:33 +00:00
..
files.linux_alpha Make the linux compatibilty code work on the alpha. (horay!) (at last!) 2000-11-17 03:55:17 +00:00
linux_errno.h Clarified comments about the LINUX_SCERR_SIGN macro 2001-02-12 21:25:08 +00:00
linux_exec_alpha.c No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
linux_exec.h Make the linux compatibilty code work on the alpha. (horay!) (at last!) 2000-11-17 03:55:17 +00:00
linux_fcntl.h
linux_ioctl.h The gist of the Linux _IOX definitions was the same for all platforms; 2000-12-10 14:07:22 +00:00
linux_machdep.c Moved include <sys/ioctl.h> so that we can build without WSCONS enabled. 2001-01-26 19:41:52 +00:00
linux_machdep.h Declare linux_syscall_intern(). 2000-12-14 18:10:14 +00:00
linux_mmap.h
linux_pipe.c Add sys/proc.h so this compiles. 2000-10-16 03:18:04 +00:00
linux_sigarray.c constify 2001-01-18 20:28:15 +00:00
linux_siginfo.h
linux_signal.h
linux_socket.h
linux_syscall.h Regen; add sy_flags. 2001-01-27 07:23:06 +00:00
linux_syscallargs.h Regen; add sy_flags. 2001-01-27 07:23:06 +00:00
linux_syscalls.c Regen; add sy_flags. 2001-01-27 07:23:06 +00:00
linux_sysent.c Regen; add sy_flags. 2001-01-27 07:23:06 +00:00
linux_termios.h Moved architecure dependent part of struct linux_termio to architecture 2001-01-20 18:56:41 +00:00
linux_types.h
Makefile
syscalls.conf Round up sysent[] table size. 2000-12-14 18:07:54 +00:00
syscalls.master Implement linux_sys_nosys() and use it instead of sys_nosys() for 2001-03-30 17:16:33 +00:00