[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-236-gc5cd356
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Tue Oct 1 15:35:54 UTC 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via c5cd3562d0c473fb9e89810882608c49f9dc1b1a (commit)
via 7f0cc97f5be1319802d2483ee9015bdbeb6c1bd5 (commit)
via 8ce38ac8fe0cda143dfdbf3dddddc836e39e959a (commit)
via 592d48aab727142cb2521468e5ed9d85f2408783 (commit)
from 2f4e11b1ca6dde1aca311ea557544f96fe07fb7d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c5cd3562d0c473fb9e89810882608c49f9dc1b1a
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date: Mon Sep 30 21:52:07 2013 +0530
Stateful detection inspection continuation API call should update per
signature's Sigmatch entry as well.
commit 7f0cc97f5be1319802d2483ee9015bdbeb6c1bd5
Author: Victor Julien <victor at inliniac.net>
Date: Thu Sep 19 16:41:06 2013 +0200
Thresholding: move parsing code into separate func
commit 8ce38ac8fe0cda143dfdbf3dddddc836e39e959a
Author: Victor Julien <victor at inliniac.net>
Date: Thu Sep 19 16:16:50 2013 +0200
Split Thresholds and Suppression
Thresholds and suppression can be handled independently. Suppression
only suppresses output, and is not related to Threshold state tracking.
This simplifies mixing suppression and thresholding rules.
Part of the Bug #425 effort.
commit 592d48aab727142cb2521468e5ed9d85f2408783
Author: Ken Steele <ken at tilera.com>
Date: Fri Sep 27 16:27:13 2013 -0400
Use Spin locks on Tile
On Tile, replace pthread_mutex_locks with queued spin locks (ticket
locks) for dataplane processing code. This is safe when running on
dataplane cores with one thread per core. The condition variables are
no-ops when the thread is spinning anyway.
For control plane threads, unix-manager, stats-logs, thread startup,
use pthread_mutex_locks. For these locks replaced SCMutex with SCCtrlMutex
and SCCond with SCCtrlCond.
-----------------------------------------------------------------------
Summary of changes:
src/counters.c | 14 +-
src/detect-engine-alert.c | 50 ++-
src/detect-engine-state.c | 1 +
src/detect-engine-threshold.c | 18 +-
src/detect-engine-threshold.h | 3 +-
src/detect.h | 3 +-
src/flow-manager.c | 13 +-
src/flow-manager.h | 8 +-
src/threads.h | 108 +++++-
src/threadvars.h | 4 +-
src/tm-threads.c | 14 +-
src/tmqh-flow.c | 4 +-
src/tmqh-simple.c | 6 +-
src/unix-manager.c | 7 +-
src/unix-manager.h | 4 +-
src/util-threshold-config.c | 940 ++++++++++++++++++++++++++++-------------
16 files changed, 824 insertions(+), 373 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list