From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30750 invoked by alias); 6 Nov 2008 16:43:34 -0000 Received: (qmail 30713 invoked by uid 9563); 6 Nov 2008 16:43:33 -0000 Date: Thu, 06 Nov 2008 16:43:00 -0000 Message-ID: <20081106164333.30708.qmail@sourceware.org> From: cmoller@sourceware.org To: systemtap-cvs@sourceware.org Subject: froggy/froggy froggy/ChangeLog froggy/Makefile ... 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2008-q4/txt/msg00146.txt.bz2 CVSROOT: /cvs/systemtap Module name: froggy Changes by: cmoller@sourceware.org 2008-11-06 16:43:33 Modified files: froggy/froggy : ChangeLog Makefile froggy.c froggy/include : ChangeLog froggy-internal.h froggy.h froggy/module : ChangeLog Makefile control.c froggy-private.h fs.c reports.c froggy/test : ChangeLog test-open.c Log message: Added code to allow the client to filter which syscalls get reported: enable or disable specific call numbers or enable or disable all calls. Also added error codes if an invalid syscall number is specified. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/froggy/ChangeLog.diff?cvsroot=systemtap&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/froggy/Makefile.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/froggy/froggy.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/include/ChangeLog.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/include/froggy-internal.h.diff?cvsroot=systemtap&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/include/froggy.h.diff?cvsroot=systemtap&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/ChangeLog.diff?cvsroot=systemtap&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/Makefile.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/control.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/froggy-private.h.diff?cvsroot=systemtap&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/fs.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/reports.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/test/ChangeLog.diff?cvsroot=systemtap&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/test/test-open.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8