From owner-cvs-all Fri Jul 30 5:48:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDFC215126; Fri, 30 Jul 1999 05:48:50 -0700 (PDT) (envelope-from newton@FreeBSD.org) Received: (from newton@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40614; Fri, 30 Jul 1999 05:45:25 -0700 (PDT) (envelope-from newton@FreeBSD.org) Message-Id: <199907301245.FAA40614@freefall.freebsd.org> From: Mark Newton Date: Fri, 30 Jul 1999 05:45:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 imgact_svr4.c svr4.h svr4_acl.h svr4_dirent.h svr4_errno.h svr4_exec.h svr4_fcntl.c svr4_fcntl.h svr4_filio.c svr4_filio.h svr4_fuser.h svr4_hrt.h svr4_ioctl.c svr4_ioctl.h svr4_ipc.c svr4_ipc.h svr4_misc.c svr4_mman.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/07/30 05:45:25 PDT Modified files: sys/svr4 imgact_svr4.c svr4.h svr4_acl.h svr4_dirent.h svr4_errno.h svr4_exec.h svr4_fcntl.c svr4_fcntl.h svr4_filio.c svr4_filio.h svr4_fuser.h svr4_hrt.h svr4_ioctl.c svr4_ioctl.h svr4_ipc.c svr4_ipc.h svr4_misc.c svr4_mman.h svr4_proto.h svr4_resource.c svr4_resource.h svr4_siginfo.h svr4_signal.c svr4_signal.h svr4_socket.c svr4_socket.h svr4_sockio.c svr4_sockio.h svr4_sockmod.h svr4_statvfs.h svr4_stream.c svr4_stropts.h svr4_sysconfig.h svr4_systeminfo.h svr4_sysvec.c svr4_termios.c svr4_termios.h svr4_time.h svr4_timod.h svr4_ttold.c svr4_ttold.h svr4_ucontext.h svr4_ulimit.h svr4_ustat.h svr4_util.h svr4_utsname.h svr4_wait.h syscalls.master Log: Add $Id$ tags Revision Changes Path 1.6 +1 -0 src/sys/svr4/imgact_svr4.c 1.2 +2 -0 src/sys/svr4/svr4.h 1.2 +2 -0 src/sys/svr4/svr4_acl.h 1.2 +2 -0 src/sys/svr4/svr4_dirent.h 1.2 +2 -0 src/sys/svr4/svr4_errno.h 1.2 +2 -0 src/sys/svr4/svr4_exec.h 1.3 +2 -0 src/sys/svr4/svr4_fcntl.c 1.2 +2 -0 src/sys/svr4/svr4_fcntl.h 1.2 +2 -0 src/sys/svr4/svr4_filio.c 1.2 +2 -0 src/sys/svr4/svr4_filio.h 1.2 +1 -0 src/sys/svr4/svr4_fuser.h 1.2 +2 -0 src/sys/svr4/svr4_hrt.h 1.2 +2 -0 src/sys/svr4/svr4_ioctl.c 1.2 +2 -0 src/sys/svr4/svr4_ioctl.h 1.2 +1 -0 src/sys/svr4/svr4_ipc.c 1.2 +2 -0 src/sys/svr4/svr4_ipc.h 1.4 +6 -4 src/sys/svr4/svr4_misc.c 1.2 +2 -0 src/sys/svr4/svr4_mman.h 1.2 +2 -2 src/sys/svr4/svr4_proto.h 1.2 +2 -0 src/sys/svr4/svr4_resource.c 1.2 +2 -0 src/sys/svr4/svr4_resource.h 1.2 +2 -0 src/sys/svr4/svr4_siginfo.h 1.3 +2 -0 src/sys/svr4/svr4_signal.c 1.3 +2 -0 src/sys/svr4/svr4_signal.h 1.2 +4 -2 src/sys/svr4/svr4_socket.c 1.2 +3 -1 src/sys/svr4/svr4_socket.h 1.3 +2 -0 src/sys/svr4/svr4_sockio.c 1.2 +2 -0 src/sys/svr4/svr4_sockio.h 1.2 +2 -0 src/sys/svr4/svr4_sockmod.h 1.2 +2 -0 src/sys/svr4/svr4_statvfs.h 1.2 +5 -3 src/sys/svr4/svr4_stream.c 1.2 +2 -0 src/sys/svr4/svr4_stropts.h 1.2 +2 -0 src/sys/svr4/svr4_sysconfig.h 1.2 +2 -0 src/sys/svr4/svr4_systeminfo.h 1.4 +36 -8 src/sys/svr4/svr4_sysvec.c 1.2 +2 -0 src/sys/svr4/svr4_termios.c 1.2 +2 -0 src/sys/svr4/svr4_termios.h 1.2 +2 -0 src/sys/svr4/svr4_time.h 1.2 +2 -0 src/sys/svr4/svr4_timod.h 1.2 +2 -0 src/sys/svr4/svr4_ttold.c 1.2 +2 -0 src/sys/svr4/svr4_ttold.h 1.2 +2 -0 src/sys/svr4/svr4_ucontext.h 1.2 +2 -0 src/sys/svr4/svr4_ulimit.h 1.2 +2 -0 src/sys/svr4/svr4_ustat.h 1.2 +2 -0 src/sys/svr4/svr4_util.h 1.2 +2 -0 src/sys/svr4/svr4_utsname.h 1.2 +2 -0 src/sys/svr4/svr4_wait.h 1.2 +5 -3 src/sys/svr4/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message