Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 1996 12:29:13 -0800 (PST)
From:      "Garrett A. Wollman" <wollman>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/vm vm_glue.c
Message-ID:  <199601042029.MAA01872@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601042029.MAA01872>