aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin2014-10-241-0/+1
* Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).John Baldwin2014-10-181-2/+2
* Decode the arguments passed to _umtx_op(). In particular, decode theJohn Baldwin2014-10-132-2/+24
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-101-1/+1
* Stop accessing the saved stack pointer by looking past the end of theAndrew Turner2014-09-101-1/+1
* Remove ia64.Marcel Moolenaar2014-07-073-321/+0
* Add Linux socket call decoding to trussSteven Hartland2014-04-242-1/+123
* Remove dead code from umtx support:Attilio Rao2014-03-182-15/+1
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-192-1/+11
* - Decode the idtype argument passed to wait6() in kdump and truss.John Baldwin2013-09-122-12/+67
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-1/+5
* Remove incorrect 'const' qualifier from pointers to dynamic stringJohn Baldwin2013-08-191-1/+1
* Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-3/+35
* Properly print arguments to vfork(2) and rfork(2).Mark Johnston2013-08-012-1/+12
* truss: recognize O_DIRECTORY, O_EXEC, O_TTY_INIT and O_CLOEXECMateusz Guzik2013-06-301-1/+1
* Add arm bits to truss.Olivier Houchard2013-03-073-0/+376
* Revert r247300 for now. I'll post a new changeset for review.Xin LI2013-02-263-11/+11
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. ThisXin LI2013-02-263-11/+11
* 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-1614-721/+804
* - Fix detaching under some circumstances.Andrey Zonov2012-09-123-14/+37
* - Remove unused variables.Andrey Zonov2012-09-111-6/+3
* - Style(9) cleanup.Andrey Zonov2012-09-0215-2132/+2202
* - Remove unused variables.Andrey Zonov2012-08-302-4/+2
* - Put arguments for print_syscall_ret() function in proper order.Andrey Zonov2012-08-231-1/+1
* - Use pid_t type instead of just int.Andrey Zonov2012-08-214-7/+7
* 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