NetBSD/sys/compat
jonathan 6a363a1101 Add emulation of Ultrix select: before calling native sys_select(),
limit the number of FDs to select on to the maximum supported by NetBSD --
which is as many FDs as the emul_ultrix process can have open, anyway.

Add emulation of Ultrix getmnt(2) in ultrix_fs.c

Add partial emulation of Ultrix tty ioctl()s in ultrix_ioctl.c, derived
from compat/sunos/sunos_ioctl.c.  Ultrix libc's ``isatty()'' now works
in compat_emul processes.
1995-12-26 04:44:37 +00:00
..
common Make sure we free the pathname buffer in all error cases. 1995-10-22 08:20:44 +00:00
freebsd ufs ==> ffs 1995-11-07 22:27:21 +00:00
hpux Fix a type-size glitch caught by gcc 2.7.2. 1995-12-11 16:32:46 +00:00
ibcs2 ufs ==> ffs 1995-11-07 22:27:21 +00:00
linux syscalls.master changed 1995-12-18 14:35:43 +00:00
osf1 note that COMPAT_OSF1 requires ECOFF, in a comment. 1995-11-15 05:42:17 +00:00
sunos Reverse pk's changes from 1.57; the faked cookies are not valid, 1995-12-14 18:44:44 +00:00
svr4 fix compile error from fvdl; thanks. 1995-12-19 18:27:02 +00:00
ultrix Add emulation of Ultrix select: before calling native sys_select(), 1995-12-26 04:44:37 +00:00