NetBSD/sys/compat
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
..
aout Regen; getpid(2) is MP-safe. 2001-01-27 07:50:34 +00:00
aoutm68k Regen; getpid(2) is MP-safe. 2001-01-27 07:52:20 +00:00
common emul_find(): actually, the emulation root vnode dance has to be done for 2001-02-02 21:17:45 +00:00
freebsd Regen; add sy_flags. 2001-01-27 07:23:06 +00:00
hpux Regen; getpid(2) is MP-safe. 2001-01-27 07:53:27 +00:00
ibcs2 Regen; add sy_flags. 2001-01-27 07:23:06 +00:00
linux Implement linux_sys_nosys() and use it instead of sys_nosys() for 2001-03-30 17:16:33 +00:00
m68k4k restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
netbsd32 eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
osf1 Regen; add sy_flags. 2001-01-27 07:23:06 +00:00
ossaudio constify 2001-01-18 20:28:15 +00:00
pecoff Add support to mmap .bss section. 2001-01-15 17:05:32 +00:00
sunos Cast 32bit sunos_nfs_arg member to (char *)(long) to avoid warning 2001-02-12 19:49:20 +00:00
sunos32 header is struct netbsd32_exec 2001-02-08 12:32:41 +00:00
svr4 eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
svr4_32 s/rv/error/ in a uprintf(). (rv isn't defined.) 2001-03-16 04:05:15 +00:00
ultrix egen; getpid(2) is MP-safe. 2001-01-27 08:02:10 +00:00
vax1k eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
Makefile Our INCSDIR has been pruned from distrib/sets, so don't make it any more. 2001-03-30 12:42:30 +00:00