summaryrefslogtreecommitdiffstats
path: root/runtime/stpd
Commit message (Collapse)AuthorAgeFilesLines
...
* 2005-07-28 Martin Hunt <hunt@redhat.com>hunt2005-07-283-2/+88
| | | | * stp_dump.c: New file.
* 2005-07-18 Martin Hunt <hunt@redhat.com>hunt2005-07-192-2/+6
| | | | * stp_merge.c (main): Fix dropped count calculation.
* *** empty log message ***trz2005-07-141-0/+4
|
* fix unmatched mutex unlocktrz2005-07-141-0/+1
|
* 2005-07-14 Frank Ch. Eigler <fche@redhat.com>fche2005-07-143-3/+9
| | | | | * stpd.c (main): Pass !quiet mode to init_stp(). * librelay.c (init_relayfs): Be quiet if !print_totals.
* 2005-07-13 Martin Hunt <hunt@redhat.com>hunt2005-07-132-1/+3
| | | | * stpd.c (usage): Fix usage string.
* 2005-07-13 Martin Hunt <hunt@redhat.com>hunt2005-07-132-1/+5
| | | | * librelay.c (init_stp): Change last arg to NULL, not 0.
* 2005-07-08 Martin Hunt <hunt@redhat.com>hunt2005-07-083-54/+98
| | | | | | | | | | | | | | | | * librelay.c (sigchld): Signal handler to detect completion of module loading. (init_stp): Use fork/exec instead of system() so we can get async signal of module load success/failure. (cleanup_and_exit): New function. (sigproc): If module is not loaded, don't send message to it. (stp_main_loop): Call cleanup_and_exit() when STP_EXIT is received. Don't send a request for the transport mode. The module will send notification to the daemon when it is ready. * stpd.c (main): Don't print message until module is loaded.
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-012-13/+7
| | | | * librelay.c: Removed the color coding of cpu output.
* 2005-06-28 Martin Hunt <hunt@redhat.com>hunt2005-06-284-26/+149
| | | | | | | | | * librelay.c (merge_output): Use unlocked stdio to improve speed. * stp_merge.c: New file. * Makefile: Add stp_merge.
* 2005-06-27 Martin Hunt <hunt@redhat.com>hunt2005-06-273-98/+92
| | | | | | | | * stpd.c (main): Add new command line arg, "-m" to disable the per-cpu merging. * librelay.c (merge_output): Replacement for sort_output(). Efficiently merges per-cpu streams.
* double rmmod fixtrz2005-06-271-3/+8
|
* Added merging/sorting of per-cpu data, transport config/selection by probe, etctrz2005-06-214-238/+478
|
* 2005-05-16 Martin Hunt <hunt@redhat.com>hunt2005-05-173-12/+20
| | | | | | * librelay.c (sigproc): If STP_EXIT send fails, keep retrying every 10ms. (init_stp): Don't set n_subbufs and subbuf_size params.
* updated to use new transporttrz2005-05-063-242/+206
|
* Update to use relayfs.hunt2005-04-074-0/+676