summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/stap_merge.c
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-15 Martin Hunt <hunt@redhat.com>hunt2007-08-151-2/+1
| | | | | | PR4736 * staprun.c (cleanup): Set priority back to normal before removing module.
* 2007-06-20 Martin Hunt <hunt@redhat.com>hunt2007-06-201-9/+36
| | | | | | * stap_merge.c (main): Add verbose option. Will realloc buffer if current size is too small. Check return codes from writes so gcc won't complain.
* 2007-04-06 Martin Hunt <hunt@redhat.com>hunt2007-04-061-0/+117
* stp_merge.c (main): Remove extra newline in output. * stap_merge.c: Renamed from stp_merge.c. * Makefile: Updated.