aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/ia64-fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-314/+0
* - Make truss thread-aware.Andrey Zonov2012-09-161-65/+74
* - Style(9) cleanup.Andrey Zonov2012-09-021-172/+176
* - Put arguments for print_syscall_ret() function in proper order.Andrey Zonov2012-08-231-1/+1
* Fix typos in comments, no functional changes.Benedict Reuschling2011-05-191-1/+1
* s/sytem/system in comments, no functional changes.Benedict Reuschling2010-10-131-1/+1
* Fix copyright spelling.Warner Losh2010-03-101-1/+1
* Correct off-by-one issue in truss(1) which happens when system call numberXin LI2009-05-281-1/+1
* Reduce diff against my local version: replace malloc+memset() cases to calloc().Xin LI2009-05-151-2/+1
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-121-1/+2
* MFp4: Bugfixes for truss(1):Xin LI2007-06-261-10/+6
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-30/+8
* - Fix crash when hitting unknown syscall. Copied from i386-fbsd.cPav Lucistnik2006-05-151-1/+2
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-021-2/+2
* Support readlink(2) better. Readlink does not nul terminate theAlfred Perlstein2004-07-171-2/+2
* Move declarations of Procfd to a header file.David Malone2004-01-071-1/+0
* Port truss(1) to 64-bit architectures:Marcel Moolenaar2003-11-091-12/+9
* Fix truss on ia64. The syscall arguments are written to the trapMarcel Moolenaar2003-08-021-17/+5
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-161-4/+4
* Fixed comment.Ruslan Ermilov2003-02-201-1/+1
* Port to ia64. It builds, but usability is very limited.Marcel Moolenaar2002-11-101-0/+342