cvs commit: src/usr.bin/truss extern.h main.c setup.c

Alfred Perlstein alfred at FreeBSD.org
Sun Mar 27 04:53:26 PST 2005


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


More information about the cvs-src mailing list