summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | Remove dead code from umtx support:attilio2014-03-182-15/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Extend the support for exempting processes from being killed when swap isjhb2013-09-192-1/+11
* | | | | | | - Decode the idtype argument passed to wait6() in kdump and truss.jhb2013-09-122-12/+67
| |_|_|_|_|/ |/| | | | |
* | | | | | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+5
| |_|_|_|/ |/| | | |
* | | | | Remove incorrect 'const' qualifier from pointers to dynamic stringjhb2013-08-191-1/+1
* | | | | Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-3/+35
* | | | | Properly print arguments to vfork(2) and rfork(2).markj2013-08-012-1/+12
* | | | | truss: recognize O_DIRECTORY, O_EXEC, O_TTY_INIT and O_CLOEXECmjg2013-06-301-1/+1
| |_|_|/ |/| | |
* | | | Add arm bits to truss.cognet2013-03-073-0/+376
* | | | Revert r247300 for now. I'll post a new changeset for review.delphij2013-02-263-11/+11
* | | | Expose timespec and timeval macros when __BSD_VISIBLE is defined. Thisdelphij2013-02-263-11/+11
| |_|/ |/| |
* | | truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC)mjg2013-01-271-7/+4
* | | truss: if file requested with -o flag could not be opened print the reasonmjg2013-01-271-1/+1
| |/ |/|
* | - Make truss thread-aware.zont2012-09-1614-721/+804
* | - Fix detaching under some circumstances.zont2012-09-123-14/+37
* | - Remove unused variables.zont2012-09-111-6/+3
* | - Style(9) cleanup.zont2012-09-0215-2132/+2202
* | - Remove unused variables.zont2012-08-302-4/+2
* | - Put arguments for print_syscall_ret() function in proper order.zont2012-08-231-1/+1
* | - Use pid_t type instead of just int.zont2012-08-214-7/+7
|/
* Since truss also uses kdump's mkioctls script, pass the value of ${CPP}dim2012-04-091-1/+1
* Add more static keywords to truss(1) source code.ed2011-12-104-5/+5
OpenPOWER on IntegriCloud