aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* Since truss also uses kdump's mkioctls script, pass the value of ${CPP}Dimitry Andric2012-04-091-1/+1
* Add more static keywords to truss(1) source code.Ed Schouten2011-12-104-5/+5
* Use explicit information from the kernel to detect the traps due toKonstantin Belousov2011-12-041-3/+13
* It turns out that truss also used kdump's mkioctls script, and expectedDag-Erling Smørgrav2011-10-212-2/+3
* Fix typos in comments, no functional changes.Benedict Reuschling2011-05-198-8/+8
* Simplify various code that allowed for sys_signame being lower case.Jilles Tjoelker2011-03-061-4/+0
* Properly check for errors from waitpid().John Baldwin2011-02-151-4/+4
* Make sys_signame upper case.Jilles Tjoelker2011-02-041-1/+1
* Don't write the terminating NUL past end of buffer.Jaakko Heinonen2010-12-061-1/+1
* Set FD_CLOEXEC for the output file only when the file has been specifiedJaakko Heinonen2010-11-131-6/+7
* Remove setpgid() call before executing child process.Ed Schouten2010-10-201-1/+0
* s/sytem/system in comments, no functional changes.Benedict Reuschling2010-10-138-8/+8
* Fix breakage introduced in r211725 and improve functionality of truss onNathan Whitehorn2010-08-285-3/+31
* MFtbemd:Warner Losh2010-08-231-3/+3
* Teach truss and xlint how to operate on 64-bit PowerPC systems.Nathan Whitehorn2010-07-121-0/+323
* Fix copyright spelling.Warner Losh2010-03-1014-15/+15
* This fix makes it so the args are malloc'd beforeRandall Stewart2010-02-031-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-1/+1
* Allow proper tracing of posix_openpt(2).Ed Schouten2009-12-231-0/+2
* Cast time_t values to intmax_t and use %jd with printf.Jaakko Heinonen2009-12-211-5/+5
* Remove non-working special case for pipe(2) from amd64-fbsd32.c andJaakko Heinonen2009-12-213-26/+8
* Avoid sharing the file descriptor of the output file with tracedJaakko Heinonen2009-12-201-0/+6
* Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2),Jaakko Heinonen2009-12-201-0/+12
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-132-0/+6
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-112-6/+0
* Correct off-by-one issue in truss(1) which happens when system call numberXin LI2009-05-289-9/+9
* Reduce diff against my local version: replace malloc+memset() cases to calloc().Xin LI2009-05-1510-22/+12
* Fix print_syscall_ret parameter order.Diomidis Spinellis2009-05-131-1/+1
* Fix compilation error introduced in r192025.Diomidis Spinellis2009-05-131-1/+2
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-1213-145/+247
* Don't exit until all truss children were exit.Xin LI2009-04-131-4/+10
* Correct a bug where pr_data should have been assigned.Xin LI2009-04-131-4/+4
* Add preliminary support for truss on MIPS. It compiles, but has notWarner Losh2009-02-153-0/+354
* Attaching to the init process returns EINVAL,Tom Rhodes2009-01-231-2/+2
* Try to make this code slightly less painful to read.Dag-Erling Smørgrav2008-07-312-690/+673
* Retire some stale alpha references.John Baldwin2008-05-162-7/+0
* Teach truss about 32-bit FreeBSD and Linux binaries on amd64. SomeJohn Baldwin2008-05-167-43/+108
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solveDag-Erling Smørgrav2008-02-051-2/+1
* Normally, when a header file is removed from the build (as i4b headersDag-Erling Smørgrav2008-02-031-2/+3
* The break() system call takes a pointer argument, not an integer. ThisJason Evans2008-01-031-1/+1
* Print integer-typed arguments as integers. This makes sure thatMarcel Moolenaar2007-07-281-3/+3
* Fix handling of Quad-type arguments. Previously, syscallsMarcel Moolenaar2007-07-284-12/+23
* 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-2610-91/+75
* Don't want a stray systrace_args.c in objdir.Ruslan Ermilov2007-05-222-2/+6
* Remove duplicate ' 2' manpage section number.Giorgos Keramidas2007-05-211-1/+1
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-1016-585/+452
* Add missing markup bits.Ruslan Ermilov2006-12-111-3/+2
* Markup fixes.Ruslan Ermilov2006-09-291-2/+2