summaryrefslogtreecommitdiffstats
path: root/staprun.8.in
Commit message (Collapse)AuthorAgeFilesLines
* PR11224: Documentation for module argumentsCharley Wang2010-02-251-1/+21
|
* Manual cleanupWenji Huang2010-01-061-1/+1
| | | | Fix typos and comment unused text.
* PR 10889: Reorganize client/server man pages. Document --unprivileged.Dave Brolley2009-12-171-5/+16
|
* Signal-based file switching support for relay/ring buffer.Masami Hiramatsu2009-09-161-0/+33
| | | | | | | | | | * runtime/staprun/relay.c (switch_outfile): New function for file switching. (reader_thread): Don't assign empty_handler to SIGUSR2, and switch output file when receiving signal(SIGUSR2) on ppoll. (switchfile_handler): Send SIGUSR2 signal to reader threads for file switching. (init_relayfs): Assign switchfile_handler to SIGUSR2. * staprun.1.in: Add FILE SWITCHING BY SIGNAL section.
* Fixed few typos in various man pages found by a spellchecker.Petr Muller2009-05-151-1/+1
|
* PR 9821: Use genuine strftime in staprun/stapioMasami Hiramatsu2009-04-221-2/+1
| | | | | | | | | | * Makefile.am: Add -fno-builtin-strftime to stapio_CFLAGS. * Makefile.in: Ditto. * runtime/staprun/common.c (stap_strfloctime): Use strftime(3). (parse_args): Remove strftime format limitation message. * main.cxx (usage): Ditto. * stap.1.in: Ditto. * staprun.8.in: Ditto.
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-241-4/+4
|
* PR9821: staprun supports subset of strftime.Masami Hiramatsu2009-03-201-1/+3
| | | | | Add strftime subset format support for output file name to systemtap. This format will be evaluated when opening a new output file.
* PR6930: stap: supports on-file flight recorder optionsMasami Hiramatsu2009-03-201-1/+14
| | | | | | | Add on-file flight recorder options (the combination of -F and -o, and -S option) to stap command, and change manpages and NEWS. - Both of -F and -o is specified, stap passes -D option to staprun. - stap just passes -S option to staprun.
* Fix minor problems in staprun(8)Eugeniy Meshcheryakov2008-08-061-4/+2
|
* PR6008: Increase the limitation of the buffer size to 4095MB.Masami Hiramatsu2008-04-301-1/+1
|
* Allow staprun to run on kernels without capabilities configured.Martin Hunt2008-04-221-1/+1
|
* Add documentation for staprun -d option.Martin Hunt2008-04-221-1/+6
|
* 2008-02-26 Dave Brolley <brolley@redhat.com>brolley2008-02-261-2/+2
| | | | | PR5018 * staprun.8.in: Escape dashes ('-') as appropriate.
* Changes in configure scripts, Makefiles required for removing LKET fromsrikar2007-08-271-1/+0
| | | | systemtap (PR 4817)
* 2007-08-14 David Smith <dsmith@redhat.com>dsmith2007-08-141-20/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from setuid-branch. Changes also by Martin Hunt <hunt@redhat.com>. * Makefile.am: Added staprun_funcs.c and cap.c to staprun_SOURCES. Added -lcap to staprun_LDADD. Removed stp_check reference. Added stapio program. Staprun is now setuid. * Makefile.in: Rebuilt. * configure.ac: Version increase to 0.6 and checks for libcap availability. Removed stp_check reference. * configure: Regenerated. * stp_check.in: Removed. * systemtap.spec.in: Version increase to 0.6-1 and added BuildReq for libcap-devl (and removed sudo requirement). Added %pre script to create new groups. Staprun is now setuid. * NEWS: Added info on new security model. * INTERNALS: Removed sudo reference. * README.security: New file. * main.cxx (main): Make sure module name isn't too long. * hash.cxx: Moved MODULE_NAME_LEN define to hash.h. * hash.h: Moved MODULE_NAME_LEN define here from hash.cxx. * buildrun.cxx (run_pass): No longer runs staprun with "sudo". * stap.1.in: Removed sudo references and added information about the stapdev/stapusr groups. * staprun.8.in: Added information about module detaching and attaching. Removed sudo references and added information about the stapdev/stapusr groups. Removed reference to staprun needing to be run as root. Removed reference to removed '-u USERNAME' option. * .cvsignore: Removed stp_check and added stapio and stap_merge.
* 2007-06-18 David Smith <dsmith@redhat.com>dsmith2007-06-181-2/+2
| | | | * staprun.8.in: Fixed a couple of typos.
* 2007-03-14 Martin Hunt <hunt@redhat.com>hunt2007-03-141-13/+7
| | | | | | | | | | | | | | | * Makefile.am (staprun_SOURCES): Sources now live in runtime/staprun. * makefile.in: Rebuilt. * staprun.8.in: Updated. * buildrun.cxx (run_pass): Use "-v" instead of not "-q" to be compatible with latest staprun. * translate.cxx (emit_module_exit): Print warning using _stp_printf so it shows up at the end of all output. (translate_pass): Replace STP_RELAYFS with STP_BULKMODE. Eliminate STP_RELAYFS_MERGE.
* 2007-03-04 Frank Ch. Eigler <fche@redhat.com>fche2007-03-041-28/+2
| | | | | * stap.1.in, stapex.5.in, staprun.8.in: Tweak text to remove authors credits, update examples and pointers.
* 2007-02-27 David Smith <dsmith@redhat.com>dsmith2007-02-271-0/+149
* staprun.8.in: Added a basic staprun man page. * Makefile.am: Added staprun.8. * Makefile.in: Regenerated. * configure.ac: Added staprun.8. * configure: Regenerated. * systemtap.spec.in: Added staprun.8 and other document files to staprun RPM. * .cvsignore: Ignores staprun.8.