Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 1998 19:04:07 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern imgact_elf.c
Message-ID:  <199809160204.TAA10572@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1998/09/15 19:04:07 PDT

  Modified files:
    sys/kern             imgact_elf.c 
  Log:
  Restore the core-dumping of all writable segments for ELF executables,
  minus the NULL pointer dereference in rev. 1.33.  Also simplify
  things somewhat by eliminating one traversal of the VM map entries.
  Finally, eliminate calls to vm_map_{un,}lock_read() which aren't
  needed here.  I originally took them from procfs_map.c, but here
  we know we are dealing only with the map of the current process.
  
  Revision  Changes    Path
  1.35      +188 -80   src/sys/kern/imgact_elf.c



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