Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



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.




Home | Main Index | Thread Index | Old Index