Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added O_CLOEXEC to open() calls | Rainer Gerhards | 2009-04-02 | 1 | -1/+1 |
| | | | | | | | | to make sure only the minimum number of file handles is left open during a exec call. This is not a 100% solution, as there are also some fopen() calls and, more importantly, file descriptors opened by libraries. But it is better than nothing (and it was quick, at least until we run into platform hell, what we will for sure ;)). | ||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -0/+156 |
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear |