summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-311-0/+8
|\
| * Add fake Systemtap Hackers author to tapset reference manual template.Mark Wielaard2009-03-311-0/+8
| | | | | | | | * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add authorblock.
| * Version bumps for 0.9.5 releaseJosh Stone2009-03-272-0/+2
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-253-8/+6
|\| | | | | | | | | | | Conflicts: Makefile.in
| * Move man pages from man5 to man3 (3stap).Will Cohen2009-03-242-2/+0
| |
| * Move tapset documentation manpages from man3stap to man3.William Cohen2009-03-242-6/+6
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-231-35/+4
|\|
| * removed authorblock from tapset reference guide; added ip.stp to templateFrank Ch. Eigler2009-03-201-35/+4
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-194-64/+55
|\|
| * Put man pages from tapset in 3stap (PR9870).William Cohen2009-03-183-6/+8
| |
| * Make manpager.sh executable.William Cohen2009-03-181-0/+0
| |
| * minor editddomingo2009-03-181-2/+1
| |
| * final copy, for reviewddomingo2009-03-181-56/+46
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-172-46/+74
|\|
| * working copy, still existing issues with Description headers, will work on ↵ddomingo2009-03-171-9/+11
| | | | | | | | it tom
| * working copyddomingo2009-03-171-1/+9
| |
| * minor editsddomingo2009-03-171-1/+1
| |
| * almost done, output clean, just a few more improvementsddomingo2009-03-171-44/+62
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-163-11/+130
|\|
| * almost done, script generates man pages of stapprobes based on what we add ↵ddomingo2009-03-161-0/+103
| | | | | | | | to Tapset_Reference_Guide
| * minor editsddomingo2009-03-161-6/+6
| |
| * added description for memory tapsetddomingo2009-03-161-3/+7
| |
| * Fixups to allow Tapset_Reference_guide documentation to build.William Cohen2009-03-141-2/+14
| |
| * Add missing </para>.William Cohen2009-03-131-1/+1
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-1612-16/+4468
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.in main.cxx stap-find-servers stap-start-server
| * added commenting/documentation guidelinesddomingo2009-03-091-7/+174
| |
| * added more content for tapset devddomingo2009-03-061-2/+86
| |
| * added markers, for publicanization purposesddomingo2009-03-051-4/+5
| |
| * new intro, tapset dev guideddomingo2009-03-052-0/+92
| |
| * removes marked range of strings (intro) and replaces with Intro and Tapset ↵ddomingo2009-03-051-4/+21
| | | | | | | | Dev Guide
| * added invisible marker for publicanddomingo2009-03-051-8/+10
| |
| * change to fedora, add README for more infoddomingo2009-03-052-1/+36
| |
| * change to fedoraddomingo2009-03-051-4/+8
| |
| * add other required XMLsddomingo2009-03-054-0/+82
| |
| * add imagesddomingo2009-03-051-0/+3936
| |
| * add Makefileddomingo2009-03-051-0/+15
| |
| * function instead of (sfunction)ddomingo2009-03-051-1/+1
| |
| * added other required filesddomingo2009-03-051-0/+17
| |
| * PR9875: Remove sduprobesWenji Huang2009-03-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Impact: cleanup Since sdt.h is in git tree, sduprobes is no longer needed. * Makefile.am: Remove sduprobes. * Makefile.in: Regenerated. * doc/Makefile.in: Ditto. * runtime/sduprobes.c: Removed. Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
* | 2009-03-12 Dave Brolley <brolley@redhat.com>Dave Brolley2009-03-122-18/+19
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * util.cxx (remove_file_or_dir): New function. * util.h (remove_file_or_dir): New function. * systemtap.spec (stap): Add stap-env, stap-gen-cert, stap-authorize-cert, and stap-authorize-signing-cert. (stap-client): Remove stap-find-or-start-server, stap-add-server-cert. Add stap-authorize-server-cert. (stap-server): Add stap-find-servers, stap-find-or-start-server, stap-authorize-server-cert. Remove stap-gen-server-cert. * stap-find-servers: Source stap-env. Use $stap_avahi_service_tag. (initialization): Set timeout to 10. (find_servers): Run avahi-browse in the background and wait for it. Use a temp file for the output of avahi-browse. Kill avahi-browse if the timeout expires. (match_server): Set read timeout. (fatal): New function. * stap-find-or-start-server: Source stap-env. Use $stap_exec_prefix. Always exit with 0. * stap-start-server: Source stap-env. Check for the server PID as a running process and for avahi-publish-service running as a child in order to verify that the server is ready. * stap-add-server-cert: Renamed to stap-authorize-server-cert. Source stap-env. Call stap-authorize-cert. * stap-client: Source stap-env. Use $stap_user_ssl_db and $stap_root_ssl_db. Use $stap_tmpdir_prefix_client, $stap_tmpdir_prefix_server. Use $stap_exec_prefix. (configuration): Removed. (staprun_running): Removed. (interrupt): Don't kill staprun. * stap-server: Source stap-env. Use $stap_user_ssl_db and $stap_root_ssl_db. Use $stap_tmpdir_prefix_client, $stap_tmpdir_prefix_server. Use $stap_exec_prefix. (configuration): Removed. * session.h (systemtap_session): Add cert_db_path. * runtime/staprun/staprun_funcs.c (config.h): #include it. (modverify.h): #include it. (check_signature): New function. (check_groups): New function extracted from check_permissions. (check_permissions): Call check_groups and check_signature. * runtime/staprun/mainloop.c (cleanup_and_exit): Pass modpath to staprun, not modname. * main.cxx (main): Initialize cert_db_path. Handle LONG_OPT_SIGN_MODULE. Save the module signature if the module was signed and is being saved. (LONG_OPT_SIGN_MODULE): #define it. (long_options): Add --sign-module. * cache.cxx (config.h): #include it. (add_to_cache): Add the module signature file to the cache if the module has been signed. * buildrun.cxx (modsign.h): #include it. (compile_pass): Call sign_module, if requested. * configure.ac: Define HAVE_NSS if NSS libraries are available. * Makefile.am (AM_CPPFLAGS): Add -DSYSCONFDIR. (bin_SCRIPTS): Add stap-env, stap-gen-cert, stap-authorize-cert, stap-authorize-signing-cert, stap-authorize-server-cert. Remove stap-gen-server-cert, stap-add-server-cert. (stap_SOURCES): Add nsscommon.c, modsign.cxx (stap_CPPFLAGS): Add $(nss_CFLAGS), $(nspr_CFLAGS). (stap_LDADD): Add -lnss3. (staprun_SOURCES): Add nsscommon.c. * modsign.cxx: New file. * modsign.h: New file. * nsscommon.c: New file. * nsscommon.h: New file. * runtime/staprun/modverify.c: New file. * runtime/staprun/modverify.h: New file. * stap-authorize-cert: New file. * stap-authorize-signing-cert: New file. * stap-env: New file. * Makefile.in: Regenerated. * aclocal.m4: Regenerated. * config.in: Regenerated. * configure: Regenerated. * doc/Makefile.in: Regenerated. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * testsuite/Makefile.in: Regenerated. * testsuite/aclocal.m4: Regenerated.
* added publicanizer for langrefddomingo2009-03-028-0/+4229
|
* drop Core from Fedora nameDan Horak2009-02-232-3/+3
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2009-02-202-149/+2
|\
| * Kill all ChangeLogsJosh Stone2009-02-192-149/+2
| | | | | | | | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together.
* | added Tracking System Call Volume Per Process sectionddomingo2009-02-202-0/+133
|/
* 485491, revised installation instructions, now uses yum install and ↵ddomingo2009-02-181-78/+67
| | | | debuginfo-install for kernel info pkgs
* added legal notice to override Publican default, doc source is now GPL2ddomingo2009-02-182-1/+31
|
* fixing configury version driftFrank Ch. Eigler2009-02-172-2/+0
|
* PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵Elliott Baron2009-02-172-25/+19
| | | | deps.
* added topsys.stp to examples (profiling)ddomingo2009-02-123-12/+143
|