Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 12/25/1995 23:50:01
jonathan
Mon Dec 25 23:44:40 EST 1995
Update of /a/cvsroot/src/sys/compat/ultrix
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv17939

Added Files:
	ultrix_fs.c ultrix_ioctl.c 
Log Message:
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.



jonathan
Mon Dec 25 23:46:09 EST 1995
Update of /a/cvsroot/src/sys/compat/ultrix
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv17967

Modified Files:
	syscalls.master 
Log Message:
Fix ultrix_sys_select() entry.