aboutsummaryrefslogtreecommitdiff
path: root/utils/rpctrace.c
Commit message (Expand)AuthorAgeFilesLines
* Update rpctrace to use the new ABI for inlined port namesFlavio Cruz2024-01-231-34/+59
* Fix a few pointer related warnings.Flavio Cruz2023-12-291-2/+2
* utils: Port to x86_64Sergey Bugaev2023-05-101-4/+4
* Use designated initializers when building mach_msg_type_tFlavio Cruz2023-05-041-7/+7
* Improve portability for rpctrace on x86_64Flavio Cruz2023-04-241-3/+5
* Avoid variable length array with size zeroSamuel Thibault2023-02-021-1/+1
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-061-6/+6
* rpctrace: Pass prefixed_name to _hurd_exec_paths.Kalle Olavi Niemitalo2018-01-081-2/+5
* Use the new _hurd_exec_file_name functionEmilio Pozuelo Monfort2018-01-081-0/+4
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-38/+38
* Fix harmless indentation errors tripping [-Wmisleading-indentation].Justus Winter2017-08-051-3/+3
* Fix typoBrent W. Baccala2016-10-291-1/+1
* rpctrace: Print beyond '\0' in MACH_MSG_TYPE_CHAR.Kalle Olavi Niemitalo2016-08-231-1/+2
* fix compiler warnings in hurd/utilsFlavio Cruz2015-12-291-11/+12
* utils: split-off the message id parsingJustus Winter2015-06-301-194/+8
* utils/rpctrace: fix notification port handlingJustus Winter2015-01-201-1/+2
* utils/rpctrace: make `trace_and_forward' payload-awareJustus Winter2014-12-071-1/+28
* utils/rpctrace: fix crash while printing messagesJustus Winter2014-11-121-1/+1
* libports: lock-less reference counting for port_info objectsJustus Winter2014-10-051-2/+8
* Add TODO about fork() making rpctrace emit an errorSamuel Thibault2014-04-221-0/+2
* utils/rpctrace: fix output so that replies can be attributed to requestsJustus Winter2013-12-161-2/+26
* utils/rpctrace: escape non-printable characters in stringsJustus Winter2013-12-161-2/+46
* utils/rpctrace: handle MACH_MSG_TYPE_PORT_SEND rights in trace_and_forwardJustus Winter2013-12-161-0/+4
* utils/rpctrace: generalize tracing codeJustus Winter2013-12-161-17/+23
* utils/rpctrace: generalize code in rewrite_rightJustus Winter2013-12-161-3/+1
* Fix sscanf format for c99Samuel Thibault2013-09-211-1/+1
* rpctrace: implement -EPino Toscano2013-03-011-1/+49
* Switch from cthreads to pthreadsRichard Braun2012-11-271-2/+10
* Rework rpctrace into handling multitask programsDa Zheng2012-07-011-275/+787
* Make rpctrace handle terminate/suspend signals correctlyDa Zheng2012-07-011-2/+86
* Add -s option to rpctraceSamuel Thibault2011-01-231-1/+10
* Fix a gcc warning.Da Zheng2010-08-271-4/+6
* Fix bug #20612: rpctrace: heisenbug.Zheng Da2009-10-121-2/+2
* 2006-11-27 Ben Asselstine <benasselstine@canada.com>Thomas Schwinge2006-11-261-32/+83
* 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-141-5/+10
* 2005-07-26 Alfred M. Szmidt <ams@gnu.org>Alfred M. Szmidt2005-07-261-4/+40
* auth/Marcus Brinkmann2004-03-011-16/+17
* 2003-10-26 Roland McGrath <roland@frob.com>Roland McGrath2003-10-261-5/+3
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-6/+8
* 2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg>Marcus Brinkmann2002-05-211-1/+1
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-3/+4
* 2002-01-30 Roland McGrath <roland@frob.com>Roland McGrath2002-01-301-45/+92
* 2002-01-29 Roland McGrath <roland@frob.com>Roland McGrath2002-01-291-9/+116
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-3/+6
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-10-151-1/+4
* 2001-06-06 Roland McGrath <roland@frob.com>Roland McGrath2001-06-061-0/+2
* 2001-06-06 Roland McGrath <roland@frob.com>Roland McGrath2001-06-061-1/+3
* 2001-02-27 Roland McGrath <roland@frob.com>Roland McGrath2001-02-271-225/+481
* 1999-07-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-181-25/+8
* (trace_and_forward): rehack special cases for mach_port_insert_right and vm_mapRoland McGrath1999-07-181-7/+34