[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-238-gd8cb821

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Oct 3 04:56:35 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  d8cb821875d5b66f80b0b4bdfd3686d40c69f1c9 (commit)
       via  0a1ca02b3b507cdcdc351c050f688cb983d75aa9 (commit)
      from  c5cd3562d0c473fb9e89810882608c49f9dc1b1a (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 d8cb821875d5b66f80b0b4bdfd3686d40c69f1c9
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 2 12:12:01 2013 +0200

    locks: clean up locks declarations
    
    Split threads.h into several files, where each of these files defines
    all lock types and macro's.
    
    threads.h defines the normal case
    threads-debug.h defines the debug variants
    threads-profile.h defines the lock profiling variants
    
    Finally, threads-arch-tile.h moves the Tilera specifics out

commit 0a1ca02b3b507cdcdc351c050f688cb983d75aa9
Author: Eric Leblond <eric at regit.org>
Date:   Wed Oct 2 12:12:29 2013 +0200

    coccinelle: implement parallel check
    
    This patch is an implementation of parallel check of files. It uses
    GNU parallel to run multiple spatch at once.
    The concurrency level is set via the CONCURRENCY_LEVEL environment
    variable.

-----------------------------------------------------------------------

Summary of changes:
 qa/coccinelle/run_check.sh |   17 +-
 src/Makefile.am            |    5 +-
 src/threads-arch-tile.h    |  112 +++++++
 src/threads-debug.h        |  388 +++++++++++++++++++++++
 src/threads-profile.h      |  217 +++++++++++++
 src/threads.h              |  738 ++++++--------------------------------------
 6 files changed, 835 insertions(+), 642 deletions(-)
 create mode 100644 src/threads-arch-tile.h
 create mode 100644 src/threads-debug.h
 create mode 100644 src/threads-profile.h


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list