summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/symbols.c
Commit message (Collapse)AuthorAgeFilesLines
* 2007-03-14 Martin Hunt <hunt@redhat.com>hunt2007-03-141-233/+0
| | | | | * stpd: Remove directory. * relayfs: Remove directory.
* 2006-12-11 Martin Hunt <hunt@redhat.com>hunt2006-12-111-5/+21
| | | | | | * symbols.c (get_sections): Set buffer sizes to large enough sizes to hold all possible values, but also include checks in case we are wrong.
* *** empty log message ***hunt2006-11-151-6/+7
|
* 2006-11-15 Martin Hunt <hunt@redhat.com>hunt2006-11-151-3/+3
| | | | | * symbols.c (do_kernel_symbols): Add sizeof(long) to sym_base to preserve 64-bit alignment.
* 2006-11-09 Martin Hunt <hunt@redhat.com>hunt2006-11-091-10/+0
| | | | | | | | | | | * librelay.c: Change all references to transport messages to use the new names with "_stp" prefix. (stp_main_loop): For STP_SYMBOLS, check pointer size and endianess to confirm staprun is compatible with the kernel. * librelay.h: Move a bunch of common includes here. * stpd.c: Cleanup includes. * symbols.c: Ditto.
* New dynamic module and symbol handling code.hunt2006-11-021-0/+226