Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2001 14:57:10 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/truss syscall.h syscalls.c
Message-ID:  <200110212157.f9LLvA690431@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2001/10/21 14:57:10 PDT

  Modified files:
    usr.bin/truss        syscall.h syscalls.c 
  Log:
  Teach truss(1) to display sockaddrs.  It currently knows about AF_INET,
  AF_INET6 and AF_UNIX sockaddrs, and will recognize accept(), bind(),
  connect(), getpeername() and getsockname() as syscalls taking sockaddr
  arguments.  Some enterprising soul might want to add (and test) support
  for the send() / recv() family of syscalls as well.
  
  MFC after:	1 week
  
  Revision  Changes    Path
  1.7       +2 -2      src/usr.bin/truss/syscall.h
  1.13      +82 -3     src/usr.bin/truss/syscalls.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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