Source-Changes archive

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

sun-lamp CVS commits



christos
Thu Nov 17 21:54:34 EST 1994
Update of /b/source/CVS/src/sys/compat/svr4
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/compat/svr4

Modified Files:
        svr4_errno.h svr4_error.c svr4_fcntl.c svr4_filio.c 
        svr4_filio.h svr4_ioctl.c svr4_ioctl.h svr4_misc.c svr4_net.c 
        svr4_poll.h svr4_signal.c svr4_signal.h svr4_sockmod.h 
        svr4_stat.c svr4_stream.c svr4_stropts.h svr4_syscall.h 
        svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c 
        svr4_systeminfo.h svr4_termios.c svr4_termios.h svr4_timod.h 
        svr4_ttold.c svr4_ttold.h svr4_types.h svr4_ulimit.h 
        svr4_util.h syscalls.master 
Log Message:
Rework streams emulation so that it does not rely on non portable hacks.
We keep streams state in so->so_ptcb; this field is unused in all the kernel.
Fix poll(2) timeout computation; add hrtsys and waitsys syscalls.


christos
Thu Nov 17 21:56:24 EST 1994
Update of /b/source/CVS/src/sys/compat/svr4
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/compat/svr4

Modified Files:
        svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c 
        svr4_sysent.c 
Added Files:
        svr4_hrt.h svr4_wait.h 
Log Message:
syscalls.master was changed; added a couple of new header files.




Home | Main Index | Thread Index | Old Index