Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-21 | Replace setuid/setgid with setresuid/setresgid (or setreuid/setregid) | Matthias Schiffer | |
The semantics of setuid in SUID processes are not entirely clear on all Unix-like systems. Better use setresuid to drop privileges where available. | |||
2015-06-25 | Don't depend on net/if_ether.h | Matthias Schiffer | |
Instead of adding compatiblity code to make this work with musl, just duplicate the needed definitions in fastd. | |||
2014-09-03 | Fix UHASH build on MacOS X | Matthias Schiffer | |
2014-09-03 | Fix UHASH build on *BSD | Matthias Schiffer | |
2014-08-02 | Add support for Mac OS X | Matthias Schiffer | |
2014-06-08 | Add ENABLE_LTO cmake option | Matthias Schiffer | |
Tested with GCC and clang; unlikely to work with other toolchains, so it's disabled by default. | |||
2013-12-26 | Check if the compiler supports -mpclmul | Matthias Schiffer | |
2013-11-02 | Separate cmake files | Matthias Schiffer | |