aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscall.h
Commit message (Expand)AuthorAgeFilesLines
...
* Several changes to truss.John Baldwin2015-09-301-5/+5
* Trim trailing whitespace.John Baldwin2015-09-301-2/+2
* Handle the conditional decoding of execve() argument and environmentJohn Baldwin2015-08-201-1/+1
* - Decode the arguments for several signal-related system calls: sigpending,John Baldwin2015-08-171-1/+2
* Decode the arguments passed to the *at() family of system calls. This isJohn Baldwin2015-08-061-1/+1
* Decode the arguments passed to _umtx_op(). In particular, decode theJohn Baldwin2014-10-131-2/+3
* Add Linux socket call decoding to trussSteven Hartland2014-04-241-1/+43
* Remove dead code from umtx support:Attilio Rao2014-03-181-2/+1
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-1/+1
* - Decode the idtype argument passed to wait6() in kdump and truss.John Baldwin2013-09-121-1/+1
* Properly print arguments to vfork(2) and rfork(2).Mark Johnston2013-08-011-1/+1
* - Style(9) cleanup.Andrey Zonov2012-09-021-3/+3
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-121-1/+5
* Try to make this code slightly less painful to read.Dag-Erling Smørgrav2008-07-311-1/+1
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-2/+1
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-151-8/+16
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-021-2/+2
* Support readlink(2) better. Readlink does not nul terminate theAlfred Perlstein2004-07-171-2/+2
* Decode the "wence" arg to lseek and linux_lseek.Alfred Perlstein2004-07-101-1/+1
* Add support for decoding Timespec, Timeval, Itimerval, Pollfd,David Malone2004-03-231-2/+12
* decode fcntl and mmap arguments.Alfred Perlstein2004-03-231-1/+1
* Port truss(1) to 64-bit architectures:Marcel Moolenaar2003-11-091-1/+2
* Add options to print the argument and environment string parameters toMatthew N. Dodd2002-08-041-1/+1
* Parameterize globals.Matthew N. Dodd2002-08-041-2/+2
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.Mark Murray2001-12-111-1/+1
* Teach truss(1) to display sockaddrs. It currently knows about AF_INET,Dag-Erling Smørgrav2001-10-211-1/+1
* Change the output of truss to more closely resemble SysV's. (Yes, itSean Eric Fagan2000-03-181-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).Dag-Erling Smørgrav1999-08-101-2/+3
* Add some copyright and license terms, at Jordan's request. Note thatSean Eric Fagan1997-12-201-1/+3
* First cut at printing out ioctl names intelligently. Note that this doesn'tSean Eric Fagan1997-12-061-2/+3
* Truss program. Requires procfs.Sean Eric Fagan1997-12-061-0/+43