summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r264881smh2014-05-261-1/+43
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-1/+1
* - Decode the idtype argument passed to wait6() in kdump and truss.jhb2013-09-121-1/+1
* Properly print arguments to vfork(2) and rfork(2).markj2013-08-011-1/+1
* - Style(9) cleanup.zont2012-09-021-3/+3
* Add -c option to summarize number of calls, errors, and system time.dds2009-05-121-1/+5
* Try to make this code slightly less painful to read.des2008-07-311-1/+1
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingdelphij2007-04-101-2/+1
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,pav2006-05-151-8/+16
* Add a -s flag for the same functionality as strace. Introduce a Namebrian2006-01-021-2/+2
* Support readlink(2) better. Readlink does not nul terminate thealfred2004-07-171-2/+2
* Decode the "wence" arg to lseek and linux_lseek.alfred2004-07-101-1/+1
* Add support for decoding Timespec, Timeval, Itimerval, Pollfd,dwmalone2004-03-231-2/+12
* decode fcntl and mmap arguments.alfred2004-03-231-1/+1
* Port truss(1) to 64-bit architectures:marcel2003-11-091-1/+2
* Add options to print the argument and environment string parameters tomdodd2002-08-041-1/+1
* Parameterize globals.mdodd2002-08-041-2/+2
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-111-1/+1
* Teach truss(1) to display sockaddrs. It currently knows about AF_INET,des2001-10-211-1/+1
* Change the output of truss to more closely resemble SysV's. (Yes, itsef2000-03-181-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).des1999-08-101-2/+3
* Add some copyright and license terms, at Jordan's request. Note thatsef1997-12-201-1/+3
* First cut at printing out ioctl names intelligently. Note that this doesn'tsef1997-12-061-2/+3
* Truss program. Requires procfs.sef1997-12-061-0/+43
OpenPOWER on IntegriCloud