mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
No description
![]() Signals are generally blocked within threads in Bro so that the main thread does all signal handling, however, signal masks are inherited over fork() and exec(), so they should be unblocked before exec() so that process can respond to signals normally. This fixes the raw reader from leaving behind processes that didn't respond to SIGTERM at shutdown because it was blocked before exec(). |
||
---|---|---|
aux | ||
cmake@370f7efc6e | ||
doc | ||
magic@e87fe13a7b | ||
pkg | ||
scripts | ||
src | ||
testing | ||
.gitignore | ||
.gitmodules | ||
bro-path-dev.in | ||
CHANGES | ||
CMakeLists.txt | ||
config.h.in | ||
configure | ||
COPYING | ||
INSTALL | ||
Makefile | ||
NEWS | ||
README | ||
VERSION |
============================ Bro Network Security Monitor ============================ Bro is a powerful framework for network analysis and security monitoring. Please see the INSTALL file for installation instructions and pointers for getting started. NEWS contains release notes for the current version, and CHANGES has the complete history of changes. Please see COPYING for licensing information. For more documentation, research publications, and community contact information, please see Bro's home page: http://www.bro.org On behalf of the Bro Development Team, Vern Paxson & Robin Sommer, International Computer Science Institute & Lawrence Berkeley National Laboratory vern@icir.org / robin@icir.org