summaryrefslogtreecommitdiffstats
path: root/main.cxx
Commit message (Expand)AuthorAgeFilesLines
* PR11343: backward compatibility option/conditionalFrank Ch. Eigler2010-04-081-0/+14
* documentation: shorten morehelpFrank Ch. Eigler2010-04-081-910/+202
* documentation: don't panicFrank Ch. Eigler2010-04-011-0/+919
* PR11405: Warn and continue for parsing errors in tapsetsJosh Stone2010-03-201-1/+4
* PR909: store kernel exported symbols in session objectFrank Ch. Eigler2010-03-181-3/+36
* Remove the old performance monitoring code.Will Cohen2010-03-171-1/+0
* PR10831: Remember derived "aliases" in the probe chainJosh Stone2010-03-161-4/+25
* Add startswith/endswith helpersJosh Stone2010-03-111-7/+4
* PR11246 cont'd: Add options for cache controlJosh Stone2010-03-021-0/+31
* PR11246 cont'd: Separate script/stapconf cachingJosh Stone2010-03-021-3/+11
* Move pass-3/4 cache checks after the reported pass-2 endJosh Stone2010-03-021-8/+9
* PR11246: Add more granular cache controlJosh Stone2010-03-021-7/+8
* PR11229: Make parse_kernel_config return int and suggest that the user check ...Charley Wang2010-03-011-2/+17
* PR11075: -W option to turn warnings into errorsFrank Ch. Eigler2010-02-251-1/+7
* PR11275: be less verbose in case of command line option parsingFrank Ch. Eigler2010-02-191-18/+23
* PR11281 Allow negative values for -D argument.Mark Wielaard2010-02-141-1/+1
* PR11105 part 2a, fix buggy \\. in -r option regexpFrank Ch. Eigler2010-02-121-1/+1
* PR11105 part 2: tighten constraints on stap-server parameters passed to makeFrank Ch. Eigler2010-02-121-11/+13
* undocumented, obfuscated, *evil* option to suppress -Werror during module bui...Przemysław Pawełczyk2010-02-061-1/+13
* rhbz 560890: preserve -L/-l variable orderingNobuhiro Tachino2010-02-021-12/+41
* PR11105: robustify stap-serverFrank Ch. Eigler2010-01-151-2/+9
* Fix rawhide compile problem.David Smith2010-01-141-1/+1
* tweak stap argument checkingFrank Ch. Eigler2010-01-121-38/+22
* Rework filtering of client options. Add testsuite.Dave Brolley2010-01-111-59/+27
* Filter options for unprivileged use after --stap-client is seen.Dave Brolley2010-01-111-1/+58
* Accept relative user module paths for -d.Mark Wielaard2009-11-131-5/+13
* PR10466: print the set-intersection of variables retrieved from each branchWenji Huang2009-11-041-11/+35
* PR10702: preprocessor conditional for kernel CONFIG_fooFrank Ch. Eigler2009-10-081-3/+29
* Print total memory usage in verbose mode after pass 1, 2 and 3.Mark Wielaard2009-10-011-6/+35
* Simplify copy_file callsJosh Stone2009-09-281-8/+2
* Check for unprivileged options conflicts on the server side.Dave Brolley2009-09-171-41/+5
* 2009-09-14 Dave Brolley <brolley@redhat.com>Dave Brolley2009-09-141-17/+0
* Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-2/+2
* PR10552: Removed references to the merge ('-M') option.David Smith2009-09-011-18/+1
* PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughoutFrank Ch. Eigler2009-08-251-7/+20
* PR4186 cont'd: fix 32-bit i386 buildsFrank Ch. Eigler2009-08-241-0/+5
* PR4186: cross-architecture probe buildingFrank Ch. Eigler2009-08-241-2/+12
* PR10543: do module cache cleaning before copying new file into the cacheFrank Ch. Eigler2009-08-211-1/+1
* PR10544: clean up stap child process error handlingFrank Ch. Eigler2009-08-211-4/+2
* PR10228: use task_finder_vma for -d /user/object files.Frank Ch. Eigler2009-08-141-0/+5
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-10/+39
|\
| * PR10204: Place userspace markers in systemtap itselfKent Sebastian2009-07-311-0/+26
| * Use a real session flag for -LJosh Stone2009-07-291-10/+13
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-141-27/+1
|\|
| * Remove -O[0123s] gcc optimization flags for gcc pass 4 speedups again.Mark Wielaard2009-07-141-26/+1
| * Make kernel opt-level the default again.Mark Wielaard2009-07-141-2/+2
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-131-1/+27
|\|
| * Add -O[0123s] gcc optimization flags for gcc pass 4 speedup.Mark Wielaard2009-07-111-1/+26
* | Check for options conflicts with --unprivileged.Dave Brolley2009-06-181-32/+87
* | Ensure signature file exists before copying it to the temp directory.Dave Brolley2009-06-151-8/+11