Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 1996 18:40:55 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/procfs procfs_mem.c
Message-ID:  <199607020140.SAA09080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/07/01 18:40:55

  Modified:    sys/miscfs/procfs  procfs_mem.c
  Log:
  Fix a serious problem, with a window where an object lock is needed,
  but not there.  The extent of the object lock is expanded to be over the
  range that it is needed.  Additionally, clean up the code so that it conforms
  to better coding style.
  
  Revision  Changes    Path
  1.19      +97 -57    src/sys/miscfs/procfs/procfs_mem.c



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