Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2004 04:37:02 -0800 (PST)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/truss syscall.h syscalls.c
Message-ID:  <200403231237.i2NCb3vw085027@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2004/03/23 04:37:02 PST

  FreeBSD src repository

  Modified files:
    usr.bin/truss        syscall.h syscalls.c 
  Log:
  Add support for decoding Timespec, Timeval, Itimerval, Pollfd,
  Fd_set and Sigaction structures. Use these for printing the arguments
  to sigaction(), nanosleep(), select(), poll(), gettimeofday(),
  clock_gettime(), recvfrom(), getitimer() and setitimer().
  
  This is based on Dan's patch from the PR but I've hacked it for
  style and some other issues. While Dan has checked this patch, any
  goofs are probably my fault.
  
  (The PR also contains support for the dual return values of pipe().
  These will follow once I've ported that support to platforms other
  than i386.)
  
  PR:             52190
  Submitted by:   Dan Nelson <dnelson@allantgroup.com>
  
  Revision  Changes    Path
  1.13      +12 -2     src/usr.bin/truss/syscall.h
  1.38      +167 -1    src/usr.bin/truss/syscalls.c



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