| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Linux socket call decoding to truss | Steven Hartland | 2014-04-24 | 2 | -1/+123 |
* | Remove dead code from umtx support: | Attilio Rao | 2014-03-18 | 2 | -15/+1 |
* | Extend the support for exempting processes from being killed when swap is | John Baldwin | 2013-09-19 | 2 | -1/+11 |
* | - Decode the idtype argument passed to wait6() in kdump and truss. | John Baldwin | 2013-09-12 | 2 | -12/+67 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | John Baldwin | 2013-09-09 | 1 | -1/+5 |
* | Remove incorrect 'const' qualifier from pointers to dynamic string | John Baldwin | 2013-08-19 | 1 | -1/+1 |
* | Add new mmap(2) flags to permit applications to request specific virtual | John Baldwin | 2013-08-16 | 1 | -3/+35 |
* | Properly print arguments to vfork(2) and rfork(2). | Mark Johnston | 2013-08-01 | 2 | -1/+12 |
* | truss: recognize O_DIRECTORY, O_EXEC, O_TTY_INIT and O_CLOEXEC | Mateusz Guzik | 2013-06-30 | 1 | -1/+1 |
* | Add arm bits to truss. | Olivier Houchard | 2013-03-07 | 3 | -0/+376 |
* | Revert r247300 for now. I'll post a new changeset for review. | Xin LI | 2013-02-26 | 3 | -11/+11 |
* | Expose timespec and timeval macros when __BSD_VISIBLE is defined. This | Xin LI | 2013-02-26 | 3 | -11/+11 |
* | truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC) | Mateusz Guzik | 2013-01-27 | 1 | -7/+4 |
* | truss: if file requested with -o flag could not be opened print the reason | Mateusz Guzik | 2013-01-27 | 1 | -1/+1 |
* | - Make truss thread-aware. | Andrey Zonov | 2012-09-16 | 14 | -721/+804 |
* | - Fix detaching under some circumstances. | Andrey Zonov | 2012-09-12 | 3 | -14/+37 |
* | - Remove unused variables. | Andrey Zonov | 2012-09-11 | 1 | -6/+3 |
* | - Style(9) cleanup. | Andrey Zonov | 2012-09-02 | 15 | -2132/+2202 |
* | - Remove unused variables. | Andrey Zonov | 2012-08-30 | 2 | -4/+2 |
* | - Put arguments for print_syscall_ret() function in proper order. | Andrey Zonov | 2012-08-23 | 1 | -1/+1 |
* | - Use pid_t type instead of just int. | Andrey Zonov | 2012-08-21 | 4 | -7/+7 |
* | Since truss also uses kdump's mkioctls script, pass the value of ${CPP} | Dimitry Andric | 2012-04-09 | 1 | -1/+1 |
* | Add more static keywords to truss(1) source code. | Ed Schouten | 2011-12-10 | 4 | -5/+5 |
* | Use explicit information from the kernel to detect the traps due to | Konstantin Belousov | 2011-12-04 | 1 | -3/+13 |
* | It turns out that truss also used kdump's mkioctls script, and expected | Dag-Erling Smørgrav | 2011-10-21 | 2 | -2/+3 |
* | Fix typos in comments, no functional changes. | Benedict Reuschling | 2011-05-19 | 8 | -8/+8 |
* | Simplify various code that allowed for sys_signame being lower case. | Jilles Tjoelker | 2011-03-06 | 1 | -4/+0 |
* | Properly check for errors from waitpid(). | John Baldwin | 2011-02-15 | 1 | -4/+4 |
* | Make sys_signame upper case. | Jilles Tjoelker | 2011-02-04 | 1 | -1/+1 |
* | Don't write the terminating NUL past end of buffer. | Jaakko Heinonen | 2010-12-06 | 1 | -1/+1 |
* | Set FD_CLOEXEC for the output file only when the file has been specified | Jaakko Heinonen | 2010-11-13 | 1 | -6/+7 |
* | Remove setpgid() call before executing child process. | Ed Schouten | 2010-10-20 | 1 | -1/+0 |
* | s/sytem/system in comments, no functional changes. | Benedict Reuschling | 2010-10-13 | 8 | -8/+8 |
* | Fix breakage introduced in r211725 and improve functionality of truss on | Nathan Whitehorn | 2010-08-28 | 5 | -3/+31 |
* | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -3/+3 |
* | Teach truss and xlint how to operate on 64-bit PowerPC systems. | Nathan Whitehorn | 2010-07-12 | 1 | -0/+323 |
* | Fix copyright spelling. | Warner Losh | 2010-03-10 | 14 | -15/+15 |
* | This fix makes it so the args are malloc'd before | Randall Stewart | 2010-02-03 | 1 | -1/+1 |
* | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+0 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | Brooks Davis | 2009-12-31 | 1 | -1/+1 |
* | Allow proper tracing of posix_openpt(2). | Ed Schouten | 2009-12-23 | 1 | -0/+2 |
* | Cast time_t values to intmax_t and use %jd with printf. | Jaakko Heinonen | 2009-12-21 | 1 | -5/+5 |
* | Remove non-working special case for pipe(2) from amd64-fbsd32.c and | Jaakko Heinonen | 2009-12-21 | 3 | -26/+8 |
* | Avoid sharing the file descriptor of the output file with traced | Jaakko Heinonen | 2009-12-20 | 1 | -0/+6 |
* | Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2), | Jaakko Heinonen | 2009-12-20 | 1 | -0/+12 |
* | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 2 | -0/+6 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 2 | -6/+0 |
* | Correct off-by-one issue in truss(1) which happens when system call number | Xin LI | 2009-05-28 | 9 | -9/+9 |
* | Reduce diff against my local version: replace malloc+memset() cases to calloc(). | Xin LI | 2009-05-15 | 10 | -22/+12 |
* | Fix print_syscall_ret parameter order. | Diomidis Spinellis | 2009-05-13 | 1 | -1/+1 |