Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save kernel autoconf options in a cache file | Josh Stone | 2009-02-06 | 4 | -73/+143 |
| | | | | | | | | | | We're getting enough autoconf tests now that it's a significant chunk of the build time. Adding this cache shaves several seconds off for me. * hash.cxx (find_hash): Compute a separate script-independent hash for caching autoconf values, saved in session.stapconf_path. * buildrun.cxx (compile_pass): Tweak the Makefile to read/save the autoconf values in the cache directory | ||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-06 | 5 | -2/+24 |
|\ | |||||
| * | 2.6.29rc build fix: autoconf for proc_dir_entry->owner going away | Frank Ch. Eigler | 2009-02-06 | 5 | -2/+24 |
| | | |||||
* | | Removed syscalls.stp, syscalls1.exp, and syscalls2.exp. | William Cohen | 2009-02-06 | 4 | -36/+6 |
| | | |||||
* | | Move symbols.exp and symbols.stp to systemtap.context directory. | William Cohen | 2009-02-06 | 3 | -0/+5 |
|/ | |||||
* | Make publicanize.sh executable. | William Cohen | 2009-02-06 | 2 | -0/+4 |
| | |||||
* | Tapset Ref Guide: corrected authorgroup cleanup perl script, added support ↵ | ddomingo | 2009-02-06 | 1 | -2/+8 |
| | | | | for forced Synopsis | ||||
* | Tapset Ref Guide: formatted comments, added other values from man page | ddomingo | 2009-02-06 | 1 | -131/+158 |
| | |||||
* | Add contrib tag to quiet warnings. | William Cohen | 2009-02-05 | 2 | -0/+5 |
| | |||||
* | copyright year bump | Frank Ch. Eigler | 2009-02-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-05 | 6 | -0/+36 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | PR9740/9816? - workaround for kernel valloc bug | Frank Ch. Eigler | 2009-02-05 | 6 | -0/+36 |
| | | |||||
* | | Include PR9756 in change log. | William Cohen | 2009-02-05 | 1 | -0/+1 |
| | | |||||
* | | Correct footers for systemtap function and probe man pages. | William Cohen | 2009-02-05 | 2 | -4/+8 |
|/ | |||||
* | Minor correction for signal.stp chapter. | William Cohen | 2009-02-05 | 2 | -4/+7 |
| | |||||
* | started fixing signal.stp comments for documentation | ddomingo | 2009-02-05 | 1 | -63/+89 |
| | |||||
* | enter lines to wrap em | ddomingo | 2009-02-05 | 1 | -1/+13 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-02-05 | 4 | -13/+73 |
|\ | |||||
| * | Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script. | Mark Wielaard | 2009-02-04 | 2 | -0/+11 |
| | | |||||
| * | Mention run-stap in NEWS. | Mark Wielaard | 2009-02-04 | 2 | -2/+12 |
| | | |||||
| * | Add beginner guide to NEWS. | Mark Wielaard | 2009-02-04 | 2 | -0/+13 |
| | | |||||
| * | Mention SystemTap Tapset Reference Manual in NEWS. | Mark Wielaard | 2009-02-04 | 2 | -0/+10 |
| | | |||||
| * | Correcting previous commit message and Author | K Prasad | 2009-02-04 | 2 | -13/+29 |
| | | | | | | | | 7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info | ||||
| * | Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50' | Srikar Dronamraju | 2009-02-04 | 2 | -29/+13 |
| | | |||||
| * | --author | Srikar Dronamraju | 2009-02-04 | 2 | -13/+29 |
| | | |||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-02-04 | 6 | -3/+11 |
|\| | |||||
| * | Update a few more files with Vim modelines | Josh Stone | 2009-02-03 | 6 | -3/+11 |
| | | |||||
* | | commenting out signals entry for now, testing further | ddomingo | 2009-02-04 | 1 | -2/+2 |
| | | |||||
* | | added entry for signals.stp, currently testing stuff | ddomingo | 2009-02-04 | 1 | -0/+9 |
|/ | |||||
* | PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for ↵ | Frank Ch. Eigler | 2009-02-03 | 5 | -35/+31 |
| | | | | non-trap based probes" | ||||
* | Touch up warning message from stap-client | Dave Brolley | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-03 | 4 | -31/+43 |
|\ | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | match_node::find_and_build disambiguate error messages. | Mark Wielaard | 2009-02-03 | 2 | -1/+7 |
| | | |||||
| * | cleanup for documentation | ddomingo | 2009-02-03 | 1 | -28/+31 |
| | | |||||
| * | added tag conversion for emphasis | ddomingo | 2009-02-03 | 1 | -0/+3 |
| | | |||||
| * | removes empty <para>s, other minor cleanup items | ddomingo | 2009-02-03 | 1 | -2/+2 |
| | | |||||
* | | Document client/server certificate management and tools. | Dave Brolley | 2009-02-03 | 5 | -26/+207 |
| | | |||||
* | | Use ps -e to look for stap server processes. | Dave Brolley | 2009-02-02 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-02 | 37 | -239/+1600 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog NEWS | ||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-02 | 5 | -9/+27 |
| |\ | |||||
| | * | Add documentation for .label("label") | Stan Cox | 2009-02-02 | 5 | -9/+27 |
| | | | |||||
| * | | Revised topsys.stp and moved to the testsuite/systemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -69/+69 |
| |/ | |||||
| * | Revise tcp_connections.stp example and place in sysemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -50/+95 |
| | | |||||
| * | Remove redundant tcp_connections_wa.stp. | William Cohen | 2009-02-02 | 2 | -55/+4 |
| | | |||||
| * | Merge ChangeLog conflict | William Cohen | 2009-02-02 | 1 | -7/+4 |
| | | |||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-02 | 20 | -9/+1392 |
| |\ | | | | | | | | | | | | | Conflicts: testsuite/ChangeLog | ||||
| | * | Add STAP_PROBE7, 8 and 9 variants to sdt.h. | Mark Wielaard | 2009-02-02 | 2 | -3/+76 |
| | | | |||||
| | * | added tagging for sfunction entries | ddomingo | 2009-02-02 | 1 | -2/+2 |
| | | | |||||
| | * | minor correction to comment on probe vm.brk | ddomingo | 2009-02-02 | 1 | -3/+3 |
| | | | |||||
| | * | added conversion for tags command and emphasis | ddomingo | 2009-02-02 | 1 | -1/+9 |
| | | |