From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15876 invoked by alias); 18 Jul 2007 19:05:39 -0000 Received: (qmail 15863 invoked by uid 9163); 18 Jul 2007 19:05:38 -0000 Date: Wed, 18 Jul 2007 19:05:00 -0000 Message-ID: <20070718190538.15861.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sourceware.org Subject: src/runtime/transport ChangeLog control.c proc ... 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-q3/txt/msg00066.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Branch: setuid-branch Changes by: hunt@sourceware.org 2007-07-18 19:05:38 Modified files: runtime/transport: ChangeLog control.c procfs.c symbols.c transport.c transport.h utt.c Log message: 2007-07-18 Martin Hunt * utt.c (utt_create_buf_file_callback): Set file ownership. (utt_create_global_buf_file_callback): Set file ownership. * procfs.c (_stp_register_ctl_channel): Set ownership of cmd file. * transport.h: Delcare _stp_uid amd _stp_gid. * transport.c (_stp_transport_init): Set _stp_uid and _stp_gid. from Michal Schmidt * symbols.c (_stp_del_module): Split freeing of module memory into a separate function _stp_free_module(). (_stp_do_module): Free module memory if _stp_ins_module() fails. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.69.2.2&r2=1.69.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/control.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.12.2.2&r2=1.12.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.31.2.2&r2=1.31.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/symbols.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.14&r2=1.14.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.41&r2=1.41.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.16&r2=1.16.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/utt.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3&r2=1.3.2.1