Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 1997 03:11:32 -0800 (PST)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_exec.c src/sys/i386/i386 machdep.c src/sys/pc98/i386 machdep.c src/sys/vm vm_kern.c vm_kern.h
Message-ID:  <199703311111.DAA09423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      97/03/31 03:11:31

  Modified:    sys/i386/i386  machdep.c
               sys/kern  kern_exec.c
               sys/pc98/i386  machdep.c
               sys/vm    vm_kern.c vm_kern.h
  Log:
  Changed the way that the exec image header is read to be filesystem-
  centric rather than VM-centric to fix a problem with errors not being
  detectable when the header is read.
  Killed exech_map as a result of these changes.
  There appears to be no performance difference with this change.
  
  Revision  Changes    Path
  1.234     +1 -3      src/sys/i386/i386/machdep.c
  1.53      +38 -29    src/sys/kern/kern_exec.c
  1.34      +1 -3      src/sys/pc98/i386/machdep.c
  1.34      +1 -2      src/sys/vm/vm_kern.c
  1.13      +1 -2      src/sys/vm/vm_kern.h



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