aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/amd64-fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify syscall generation and ABI source file handling for the build.Bryan Drewery2015-10-131-131/+0
* Several changes to truss.John Baldwin2015-09-301-229/+42
* Handle the conditional decoding of execve() argument and environmentJohn Baldwin2015-08-201-22/+0
* Various style and whitespace fixes.John Baldwin2015-08-191-0/+1
* Use nitems().John Baldwin2015-08-191-1/+1
* truss: follow pdfork()ed descendents with -fEd Maste2015-07-241-0/+1
* - Make truss thread-aware.Andrey Zonov2012-09-161-72/+80
* - Style(9) cleanup.Andrey Zonov2012-09-021-200/+200
* Fix typos in comments, no functional changes.Benedict Reuschling2011-05-191-1/+1
* s/sytem/system in comments, no functional changes.Benedict Reuschling2010-10-131-1/+1
* Fix copyright spelling.Warner Losh2010-03-101-1/+1
* Correct off-by-one issue in truss(1) which happens when system call numberXin LI2009-05-281-1/+1
* Reduce diff against my local version: replace malloc+memset() cases to calloc().Xin LI2009-05-151-2/+1
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-121-1/+2
* MFp4: Bugfixes for truss(1):Xin LI2007-06-261-9/+8
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-32/+17
* - Fix warning when compiling with -DDEBUGPav Lucistnik2006-05-151-1/+1
* - Fix crash when hitting unknown syscall. Copied from i386-fbsd.cPav Lucistnik2006-05-151-1/+2
* 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
* Fix unterminated RCSID.Bruce M Simpson2004-06-131-1/+1
* A first stab at truss support for amd64, basically cogged from i386.David Malone2004-06-121-0/+345