From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13571 invoked by alias); 2 Apr 2007 17:03:58 -0000 Received: (qmail 13552 invoked by uid 9163); 2 Apr 2007 17:03:57 -0000 Date: Mon, 02 Apr 2007 17:03:00 -0000 Message-ID: <20070402170357.13550.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sourceware.org Subject: src/runtime/staprun ChangeLog ctl.c mainloop.c ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q2/txt/msg00001.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2007-04-02 18:03:57 Modified files: runtime/staprun: ChangeLog ctl.c mainloop.c relay_old.c staprun.h Log message: 2007-04-02 Martin Hunt * relay_old.c (close_oldrelayfs): If just detaching, call pthread_cancel. (open_relayfs_files): Just return 0 if relay_fd[cpu] not opened. (init_oldrelayfs): Scan percpu files to calculate ncpus. * mainloop.c (init_staprun): Call old transport init when necessary. (cleanup_and_exit): Ignore signals when cleaning up. * ctl.c (read_buffer_info): For old transport, need to read transport parameters. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ctl.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/mainloop.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/relay_old.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.h.diff?cvsroot=systemtap&r1=1.4&r2=1.5