aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* truss: minor cleanup and pedantic warning fixesAlex Richardson2021-06-161-2/+3
* truss: split counting of syscalls and syscall calling conventionAlex Richardson2021-03-041-1/+0
* Validate the string size parameter passed to -s.John Baldwin2018-12-101-1/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* truss: mention 'H' in usageEd Maste2017-10-131-2/+2
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-12/+1
* Add support for displaying thread IDs to truss(1).John Baldwin2016-02-231-1/+4
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-261-0/+1
* Let -c imply -S (hide signal output).Bryan Drewery2015-10-091-1/+1
* Fix tracking of unknown syscalls for 'truss -c'.Bryan Drewery2015-10-051-0/+1
* Several changes to truss.John Baldwin2015-09-301-204/+30
* Always use %j with an intmax_t cast to print time_t values. time_t isJohn Baldwin2015-08-191-8/+10
* Change the argument formatting function to use a stdio FILE object openedJohn Baldwin2015-08-191-7/+4
* Remove ia64.Marcel Moolenaar2014-07-071-3/+0
* Add arm bits to truss.Olivier Houchard2013-03-071-0/+3
* Revert r247300 for now. I'll post a new changeset for review.Xin LI2013-02-261-4/+4
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. ThisXin LI2013-02-261-4/+4
* truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC)Mateusz Guzik2013-01-271-7/+4
* truss: if file requested with -o flag could not be opened print the reasonMateusz Guzik2013-01-271-1/+1
* - Make truss thread-aware.Andrey Zonov2012-09-161-11/+11
* - Fix detaching under some circumstances.Andrey Zonov2012-09-121-4/+9
* - Style(9) cleanup.Andrey Zonov2012-09-021-27/+24
* Add more static keywords to truss(1) source code.Ed Schouten2011-12-101-1/+1
* Fix typos in comments, no functional changes.Benedict Reuschling2011-05-191-1/+1
* Simplify various code that allowed for sys_signame being lower case.Jilles Tjoelker2011-03-061-4/+0
* Make sys_signame upper case.Jilles Tjoelker2011-02-041-1/+1
* Set FD_CLOEXEC for the output file only when the file has been specifiedJaakko Heinonen2010-11-131-6/+7
* Fix breakage introduced in r211725 and improve functionality of truss onNathan Whitehorn2010-08-281-0/+3
* Fix copyright spelling.Warner Losh2010-03-101-1/+1
* Avoid sharing the file descriptor of the output file with tracedJaakko Heinonen2009-12-201-0/+6
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* Reduce diff against my local version: replace malloc+memset() cases to calloc().Xin LI2009-05-151-4/+3
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-121-4/+14
* Don't exit until all truss children were exit.Xin LI2009-04-131-4/+10
* Add preliminary support for truss on MIPS. It compiles, but has notWarner Losh2009-02-151-0/+5
* Retire some stale alpha references.John Baldwin2008-05-161-3/+0
* Teach truss about 32-bit FreeBSD and Linux binaries on amd64. SomeJohn Baldwin2008-05-161-0/+2
* Syscalls have at most 6 argument, not 5. See mmap(2) for example.Marcel Moolenaar2007-07-281-1/+1
* MFp4: Bugfixes for truss(1):Xin LI2007-06-261-11/+6
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-139/+101
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-151-0/+34
* Add powerpc support for truss.Peter Grehan2006-01-051-0/+4
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-021-3/+7
* When doing the initial open of the proc via procfs, complain if we areAlfred Perlstein2005-03-271-4/+10
* I've been working on this somewhat so I'm moving theAlfred Perlstein2005-03-271-218/+231
* When reporting reciept of a signal, print the signal's name.Alfred Perlstein2004-07-171-1/+23
* A first stab at truss support for amd64, basically cogged from i386.David Malone2004-06-121-0/+3
* Fix signal behaviour.Martin Cracauer2003-12-281-2/+7