summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2007-03-14 Martin Hunt <hunt@redhat.com>hunt2007-03-141-18/+0
| | | | | * stpd: Remove directory. * relayfs: Remove directory.
* New dynamic module and symbol handling code.hunt2006-11-021-6/+8
|
* 2006-09-26 David Smith <dsmith@redhat.com>dsmith2006-09-261-5/+5
| | | | | | * Makefile: Changed 'stpd' references to 'staprun'. * librelay.c: Ditto. * stpd.c: Ditto.
* 2005-08-24 Martin Hunt <hunt@redhat.com>hunt2005-08-241-2/+2
| | | | | | | | | | | * librelay.c (sigproc): Reestablish signal handler so impatient people don't hit ^C twice and terminate the program before it saves the data and removes the module. Also print a message to stderr that it is exiting. (stp_main_loop): Write OOB data (warnings, errors, etc) to stderr instead of stdout. * librelay.h: Write debug info to stderr. * Makefile: add librelay.h to dependencies.
* 2005-08-22 Martin Hunt <hunt@redhat.com>hunt2005-08-221-0/+3
| | | | | | * Makefile (debug): Add debug target. * librelay.h (dbug): Define. * librelay.c: Enable some dbug lines.
* 2005-08-01 Martin Hunt <hunt@redhat.com>hunt2005-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * librelay.h: Get structs and enums from ../transport/transport_msgs.h to eliminate duplication. * librelay.c (send_request): Retry if send fails. (open_relayfs_files): Use fopen() instead of open() for the percpu tmpfiles. (request_last_buffers): Just send cpu number for STP_BUF_INFO request. (reader_thread): Ditto. (process_subbufs): Use fwrite_unlocked() instead of write(). (sigchld): Removed. (init_stp): Go back to using system() instead of fork and exec to load module. When done, send a TRANSPORT_INFO request. (cleanup_and_exit): Change parameter to simple flag to indicate if the module needs removing. (sigproc): Remove complicated logic and just send STP_EXIT. (stp_main_loop): When receiving STP_TRANSPORT_INFO, set the local params and reply with a STP_START. When receiving STP_START, there was an error, so cleanup and exit. * stpd.c (main): Added new options to set number of buffers and their size.
* 2005-07-28 Martin Hunt <hunt@redhat.com>hunt2005-07-281-1/+4
| | | | * stp_dump.c: New file.
* 2005-06-28 Martin Hunt <hunt@redhat.com>hunt2005-06-281-2/+5
| | | | | | | | | * librelay.c (merge_output): Use unlocked stdio to improve speed. * stp_merge.c: New file. * Makefile: Add stp_merge.
* 2005-05-16 Martin Hunt <hunt@redhat.com>hunt2005-05-171-1/+1
| | | | | | * librelay.c (sigproc): If STP_EXIT send fails, keep retrying every 10ms. (init_stp): Don't set n_subbufs and subbuf_size params.
* Update to use relayfs.hunt2005-04-071-0/+7