summaryrefslogtreecommitdiffstats
path: root/runtime/stpd
Commit message (Collapse)AuthorAgeFilesLines
* 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