summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
...
* Don't exit until all truss children were exit.delphij2009-04-131-4/+10
* Correct a bug where pr_data should have been assigned.delphij2009-04-131-4/+4
* Add preliminary support for truss on MIPS. It compiles, but has notimp2009-02-153-0/+354
* Attaching to the init process returns EINVAL,trhodes2009-01-231-2/+2
* Try to make this code slightly less painful to read.des2008-07-312-690/+673
* Retire some stale alpha references.jhb2008-05-162-7/+0
* Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Somejhb2008-05-167-43/+108
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solvedes2008-02-051-2/+1
* Normally, when a header file is removed from the build (as i4b headersdes2008-02-031-2/+3
* The break() system call takes a pointer argument, not an integer. Thisjasone2008-01-031-1/+1
* Print integer-typed arguments as integers. This makes sure thatmarcel2007-07-281-3/+3
* Fix handling of Quad-type arguments. Previously, syscallsmarcel2007-07-284-12/+23
* Syscalls have at most 6 argument, not 5. See mmap(2) for example.marcel2007-07-281-1/+1
* MFp4: Bugfixes for truss(1):delphij2007-06-2610-91/+75
* Don't want a stray systrace_args.c in objdir.ru2007-05-222-2/+6
* Remove duplicate ' 2' manpage section number.keramida2007-05-211-1/+1
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingdelphij2007-04-1016-585/+452
* Add missing markup bits.ru2006-12-111-3/+2
* Markup fixes.ru2006-09-291-2/+2
* Remove alpha-specific stuff.ru2006-08-231-360/+0
* Make sure that the sc pointer gets initialized. No functional changedelphij2006-07-262-2/+2
* - Fix warning when compiling with -DDEBUGpav2006-05-151-1/+1
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,pav2006-05-157-153/+578
* - Fix crash when hitting unknown syscall. Copied from i386-fbsd.cpav2006-05-155-5/+10
* Add powerpc support for truss.grehan2006-01-053-0/+358
* Add a -s flag for the same functionality as strace. Introduce a Namebrian2006-01-0213-54/+91
* The kernel accepts sockaddrs with len set to zero for sockaddr_inalfred2005-10-151-9/+20
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* Decode chroot(2) args.alfred2005-06-141-0/+2
* decode utimes, lutimes, futimes, chflags, lchflags.alfred2005-05-261-0/+10
* decode mkdir args.alfred2005-05-261-0/+2
* When doing the initial open of the proc via procfs, complain if we arealfred2005-03-273-8/+14
* I've been working on this somewhat so I'm moving thealfred2005-03-272-313/+329
* Change fix a bug where the length of data written by snprintf wasalfred2005-03-031-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Improve markup and language.dd2004-09-071-1/+3
* Fix Quad handling on 64-bit architectures. On 64-bit machines, a Quadmarcel2004-09-051-22/+17
* Update doc dates.alfred2004-09-031-1/+1
* xref and give a hint as to what procctl can be used for.alfred2004-09-031-1/+7
* don't seg if the syscall is invalid for i386fbsd.alfred2004-08-083-2/+6
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-281-1/+1
* Support readlink(2) better. Readlink does not nul terminate thealfred2004-07-1710-20/+32
* When reporting reciept of a signal, print the signal's name.alfred2004-07-173-7/+26
* Decode the "wence" arg to lseek and linux_lseek.alfred2004-07-102-2/+16
* Fix unterminated RCSID.bms2004-06-131-1/+1
* A first stab at truss support for amd64, basically cogged from i386.dwmalone2004-06-123-0/+352
* COMPAT_SUNOS is gone.phk2004-06-111-5/+3
* Add support for decoding Timespec, Timeval, Itimerval, Pollfd,dwmalone2004-03-232-3/+179
* Use pread to implement pread, rather than taking a detour throug stdio.dwmalone2004-03-231-16/+2
* decode mprotect args while i'm here.alfred2004-03-231-0/+2
OpenPOWER on IntegriCloud