From owner-source-changes@NetBSD.ORG Tue Jan 24 21:26:20 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id VAA01956; Tue, 24 Jan 1995 21:26:19 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id WAA00601 for source-changes-outgoing; Tue, 24 Jan 1995 22:11:03 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id WAA00597 for ; Tue, 24 Jan 1995 22:10:56 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id UAA03015 for source-changes; Tue, 24 Jan 1995 20:20:02 -0800 Date: Tue, 24 Jan 1995 20:20:02 -0800 From: The Source Master Message-Id: <199501250420.UAA03015@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG christos Tue Jan 24 23:17:10 EST 1995 Update of /b/source/CVS/src/sys/compat/svr4 In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/src/sys/compat/svr4 Modified Files: svr4_misc.c svr4_wait.h syscalls.master Log Message: Make siginfo structure a union for clarity. Fix incorrect settings of the siginfo_t in the waitid() system call. christos Tue Jan 24 23:17:50 EST 1995 Update of /b/source/CVS/src/sys/compat/svr4 In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/src/sys/compat/svr4 Modified Files: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c Log Message: syscalls.master was changed christos Tue Jan 24 23:18:53 EST 1995 Update of /b/source/CVS/src/sys/arch/i386/include In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/src/sys/arch/i386/include Modified Files: svr4_machdep.h Log Message: Modify the floating point part of our context to reflect reality.