From owner-source-changes@NetBSD.ORG Tue Feb 28 17:31:03 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 RAA27454; Tue, 28 Feb 1995 17:31:02 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id SAA22208 for source-changes-outgoing; Tue, 28 Feb 1995 18:30:28 -0500 Received: (from source@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id SAA22195 for source-changes; Tue, 28 Feb 1995 18:30:10 -0500 Date: Tue, 28 Feb 1995 18:30:10 -0500 From: The Source of All Evil Message-Id: <199502282330.SAA22195@pain.lcs.mit.edu> To: source-changes@pain.lcs.mit.edu Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG cgd Tue Feb 28 18:21:57 EST 1995 Update of /a/cvsroot/src/sys/arch/i386/i386 In directory pain.lcs.mit.edu:/a/var/tmp/cvs-serv21853 Modified Files: machdep.c Log Message: translate signal numbers for linux compat bins. fvdl Tue Feb 28 18:26:32 EST 1995 Update of /a/cvsroot/src/sys/compat/linux In directory pain.lcs.mit.edu:/a/var/tmp/cvs-serv21890 Added Files: linux_error.c linux_exec.c linux_file.c linux_ioctl.c linux_ipc.c linux_misc.c linux_signal.c linux_socket.c linux_syscalls.c linux_sysent.c linux_util.c linux_dirent.h linux_errno.h linux_exec.h linux_fcntl.h linux_ioctl.h linux_ipc.h linux_ipccall.h linux_mmap.h linux_msg.h linux_shm.h linux_signal.h linux_socket.h linux_socketcall.h linux_sockio.h linux_syscall.h linux_syscallargs.h linux_types.h linux_util.h Makefile syscalls.conf syscalls.master Log Message: Added Linux compat code. christos Tue Feb 28 18:27:33 EST 1995 Update of /a/cvsroot/src/bin/sh In directory pain.lcs.mit.edu:/a/users/christos/sh Modified Files: expand.c Log Message: Oops... typo in the IFS previous fix.