Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2009 17:38:13 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/truss amd64-fbsd32.c i386-fbsd.c syscalls.c
Message-ID:  <200912211738.nBLHcVfr053140@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2009-12-21 17:38:13 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truss        amd64-fbsd32.c i386-fbsd.c syscalls.c 
  Log:
  SVN rev 200780 on 2009-12-21 17:38:13Z by jh
  
  Remove non-working special case for pipe(2) from amd64-fbsd32.c and
  i386-fbsd.c. Add pipe(2) to syscall table to decode it's pointer
  argument properly and re-add special handling for pipe(2) return value
  to print_syscall_ret().
  
  PR:             bin/120870
  Approved by:    trasz (mentor)
  
  Revision  Changes    Path
  1.34      +0 -13     src/usr.bin/truss/amd64-fbsd32.c
  1.33      +0 -13     src/usr.bin/truss/i386-fbsd.c
  1.60      +8 -0      src/usr.bin/truss/syscalls.c



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