aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/mips-fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify syscall generation and ABI source file handling for the build.Bryan Drewery2015-10-131-141/+0
* Several changes to truss.John Baldwin2015-09-301-267/+62
* Handle the conditional decoding of execve() argument and environmentJohn Baldwin2015-08-201-22/+0
* Various style and whitespace fixes.John Baldwin2015-08-191-0/+1
* Use nitems().John Baldwin2015-08-191-1/+1
* truss: follow pdfork()ed descendents with -fEd Maste2015-07-241-0/+1
* - Make truss thread-aware.Andrey Zonov2012-09-161-75/+83
* - Style(9) cleanup.Andrey Zonov2012-09-021-209/+222
* s/sytem/system in comments, no functional changes.Benedict Reuschling2010-10-131-1/+1
* Fix copyright spelling.Warner Losh2010-03-101-1/+1
* This fix makes it so the args are malloc'd beforeRandall Stewart2010-02-031-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
* Fix print_syscall_ret parameter order.Diomidis Spinellis2009-05-131-1/+1
* Fix compilation error introduced in r192025.Diomidis Spinellis2009-05-131-1/+2
* Add preliminary support for truss on MIPS. It compiles, but has notWarner Losh2009-02-151-0/+345