NetBSD/sys/compat/linux/common
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
..
linux_blkio.c
linux_blkio.h
linux_break.c
linux_cdrom.c Oops, remove debugging printf. 2001-02-03 01:23:08 +00:00
linux_cdrom.h
linux_dirent.h
linux_emuldata.h Fixed brk() emulation. We now keep track of the processes' idea of the 2001-03-15 19:18:20 +00:00
linux_errno.c Moved the fix for negative errno returned to userland on the PowerPC to a 2001-02-11 20:24:49 +00:00
linux_errno.h Added Linux errno mapping for powerpc 2001-01-19 12:27:13 +00:00
linux_exec.c Use parent's vmspace in linux_e_proc_fork() hook, the child does not 2001-03-24 11:13:04 +00:00
linux_exec.h Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_exec_aout.c
linux_exec_elf32.c Added a linux_atexit_signature to match Linux statically linked ELF binaries. It 2001-01-19 01:43:31 +00:00
linux_exec_elf64.c
linux_fcntl.h Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_fdio.c
linux_fdio.h
linux_file.c use CHECK_ALT_SYMLINK() for lstat(2) 2001-01-22 21:31:37 +00:00
linux_file64.c
linux_hdio.c
linux_hdio.h
linux_ioctl.c
linux_ioctl.h Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_ipc.c
linux_ipc.h
linux_ipccall.c
linux_ipccall.h
linux_llseek.c
linux_machdep.h Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_misc.c Implement linux_sys_nosys() and use it instead of sys_nosys() for 2001-03-30 17:16:33 +00:00
linux_misc.h
linux_misc_notalpha.c
linux_mmap.h Cosmetic fix to move powerpc from "guesses" to "know values" 2001-01-19 12:35:47 +00:00
linux_msg.h
linux_oldmmap.c
linux_oldmmap.h
linux_oldolduname.c
linux_oldolduname.h
linux_oldselect.c
linux_oldselect.h
linux_olduname.c
linux_olduname.h
linux_pipe.c
linux_ptrace.h
linux_reboot.h
linux_sched.c
linux_sched.h
linux_sem.h
linux_shm.h
linux_sig_notalpha.c
linux_sigaction.c
linux_siginfo.h Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_signal.c
linux_signal.h Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_socket.c Don't do the ioctl call for the get hw addr case, all the work has 2001-03-29 10:37:37 +00:00
linux_socket.h Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_socketcall.c
linux_socketcall.h
linux_sockio.h
linux_termios.c make some more constant arrays 'const' 2001-02-21 21:39:52 +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 Added Linux compatibility support for powerpc ports 2001-01-19 01:40:38 +00:00
linux_uselib.c
linux_util.h