From owner-freebsd-commit Thu Jan 4 12:29:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01927 for freebsd-commit-outgoing; Thu, 4 Jan 1996 12:29:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01910 for cvs-all-outgoing; Thu, 4 Jan 1996 12:29:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01892 for cvs-sys-outgoing; Thu, 4 Jan 1996 12:29:23 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01872 Thu, 4 Jan 1996 12:29:13 -0800 (PST) Date: Thu, 4 Jan 1996 12:29:13 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601042029.MAA01872@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/04 12:29:10 Modified: sys/conf options param.c sys/i386/i386 genassym.c machdep.c sys/i386/ibcs2 ibcs2_ipc.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c syscalls.master sys/kern init_sysent.c kern_exec.c kern_exit.c syscalls.c syscalls.master sys/sys syscall-hide.h syscall.h sysproto.h sys/vm vm_glue.c Log: Convert SYSV IPC to new-style options. (I hope I got everything...) The LKMs will need an extra file, to come later. Revision Changes Path 1.3 +3 -0 src/sys/conf/options 1.14 +5 -3 src/sys/conf/param.c 1.31 +3 -1 src/sys/i386/i386/genassym.c 1.167 +2 -1 src/sys/i386/i386/machdep.c 1.5 +3 -0 src/sys/i386/ibcs2/ibcs2_ipc.c 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.3 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.4 +2 -1 src/sys/i386/ibcs2/ibcs2_sysent.c 1.3 +2 -1 src/sys/i386/ibcs2/syscalls.master 1.28 +2 -1 src/sys/kern/init_sysent.c 1.31 +3 -1 src/sys/kern/kern_exec.c 1.25 +2 -1 src/sys/kern/kern_exit.c 1.25 +1 -1 src/sys/kern/syscalls.c 1.22 +2 -1 src/sys/kern/syscalls.master 1.19 +1 -1 src/sys/sys/syscall-hide.h 1.24 +1 -1 src/sys/sys/syscall.h 1.7 +1 -1 src/sys/sys/sysproto.h 1.34 +3 -1 src/sys/vm/vm_glue.c