Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ken Steele b08ddfa7f1 Support for Tile Gx atomic instructions
Tilera's GCC supports the GCC __sync_ intrinsics.

Increase the size of some atomic variables for better performance on
Tile.  The Tile-Gx architecture has native support for 32-bit and
64-bit atomic operations, but not 8-bit and 16-bit, which are emulated
using 32-bit atomics, so changing some 16-bit and 8-bit atomic into
ints improves performance.

Increasing the size of the atomic variables modified in this change
does not increase the total size of the structures in which they
reside because of existing padding requirements. The one case that
would increase the size of the structure (Flow_) was confitionalized
to only change the size on Tile.
13 years ago
benches
contrib Add one shot run option to suri-graphite. 13 years ago
doc Update docs from wiki 14 years ago
m4
qa prscript: add verbose option 13 years ago
rules vlan: add rule for new 'too many layers' event 13 years ago
scripts suricatasc: fix make distcheck. 13 years ago
src Support for Tile Gx atomic instructions 13 years ago
.gitignore unittest: make check use a qa/log dir for logging 13 years ago
COPYING
ChangeLog Update changelog for 2.0beta1 13 years ago
LICENSE
Makefile.am Use wget or curl to download ruleset. 13 years ago
Makefile.cvs
acsite.m4
autogen.sh OpenBSD 5.2 build fixes, Unit test fix. 14 years ago
classification.config
config.rpath Add file needed for some autotools version. 13 years ago
configure.ac Use wget or curl to download ruleset. 13 years ago
doxygen.cfg Adding an updated doxygen config file, because the old one was created a couple major versions ago. 13 years ago
mkinstalldirs
reference.config Add md5 to reference.config. 15 years ago
suricata.yaml.in Modified suricata configuration 13 years ago
threshold.config threshold: improve comments of shipped threshold.config, add links to wiki. 14 years ago