Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2005 12:53:25 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/truss extern.h main.c setup.c
Message-ID:  <200503271253.j2RCrPhu048247@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2005-03-27 12:53:25 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truss        extern.h main.c setup.c 
  Log:
  When doing the initial open of the proc via procfs, complain if we are
  unable to open the /proc/pid/mem file.  Otherwise doing a truss on
  a nonexistant pid makes us return success even though no such process
  exists.
  
  Revision  Changes    Path
  1.10      +1 -1      src/usr.bin/truss/extern.h
  1.40      +10 -4     src/usr.bin/truss/main.c
  1.21      +3 -3      src/usr.bin/truss/setup.c



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