summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* Handle the conditional decoding of execve() argument and environmentjhb2015-08-2012-225/+19
* Rework the argv and env string fetching for execve to be more robust.jhb2015-08-201-26/+44
* ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.jhb2015-08-191-2/+2
* Always use %j with an intmax_t cast to print time_t values. time_t isjhb2015-08-192-25/+28
* Various style and whitespace fixes.jhb2015-08-1911-38/+63
* Use nitems().jhb2015-08-1910-17/+12
* Expand the decoding of kevent structures.jhb2015-08-191-8/+86
* Change the argument formatting function to use a stdio FILE object openedjhb2015-08-192-224/+158
* Use an xlat table and xlookup() instead of a home-rolled version for thejhb2015-08-171-9/+6
* Tidy the linux_socketcall decoding:jhb2015-08-171-65/+16
* Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in ajhb2015-08-171-2/+15
* - Decode the arguments for several signal-related system calls: sigpending,jhb2015-08-172-7/+51
* Consistently use both leading and trailing spaces inside of the {}'sjhb2015-08-061-10/+14
* Whitespace fixes to consistently use spaces before }'s andjhb2015-08-061-15/+25
* Decode the arguments passed to the *at() family of system calls. This isjhb2015-08-062-4/+118
* Decode the arguments to mkfifo() and fix an off-by-one error in the argumentsjhb2015-08-061-1/+3
* Don't mark the fcntl flag argument as an output parameter so that it isjhb2015-08-061-1/+1
* Add recently added values of various flags and enumerations includingjhb2015-08-061-12/+20
* Rework get_string() to make it more robust when fetching strings of unknownjhb2015-08-051-17/+29
* Whitespace fix: remove some spurious spaces before commas.jhb2015-08-051-11/+11
* truss: follow pdfork()ed descendents with -femaste2015-07-248-0/+8
* new dependssjg2015-06-161-1/+0
* Add META_MODE support.sjg2015-06-131-0/+29
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge from head@274682sjg2014-11-193-6/+29
| |\
| * \ Merge head from 7/28sjg2014-08-194-321/+1
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-282-16/+124
| |\ \ \
| * \ \ \ Merge head@256284sjg2013-10-132-12/+77
| |\ \ \ \
| * \ \ \ \ Merge headsjg2013-09-111-1/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headsjg2013-09-052-5/+48
| |\ \ \ \ \ \
| * | | | | | | updated dirdepssjg2013-05-091-0/+1
| * | | | | | | We no longer need to fiddle with INCLUDEDIRsjg2013-05-091-7/+0
| * | | | | | | sync from headsjg2013-04-123-0/+376
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.obrien2013-02-081-7/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | If we are staging, we need to look in the right place, forsjg2012-11-081-1/+8
| * | | | | | | | | Updated/new Makefile.dependsjg2012-11-081-5/+6
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0416-2220/+2391
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+27
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Use INCLUDEDIR rather than hard coded /usr/includesjg2015-06-111-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | The current POSIX semaphore implementation stores the _has_waiters flagjhb2014-10-241-0/+1
* | | | | | | | | | Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).jhb2014-10-181-2/+2
* | | | | | | | | | Decode the arguments passed to _umtx_op(). In particular, decode thejhb2014-10-132-2/+24
* | | | | | | | | | Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-101-1/+1
* | | | | | | | | | Stop accessing the saved stack pointer by looking past the end of theandrew2014-09-101-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove ia64.marcel2014-07-073-321/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add Linux socket call decoding to trusssmh2014-04-242-1/+123
OpenPOWER on IntegriCloud