Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-25 | assume OpenBSD 5.9+, always try pledge(2) on OpenBSD | Hiltjo Posthuma | |
2017-12-07 | Remove a non-portable syntax in Makefile | Quentin Rameau | |
2016-07-02 | config.mk: remove -lc | Hiltjo Posthuma | |
Thanks quinq! POSIX/quinq says: "In the absence of options that inhibit invocation of the link editor, such as -c or -E, the c99 utility shall cause the equivalent of a -l c option to be passed to the link editor after the last pathname operand or -l option, causing it to be searched after all other object files and libraries are loaded." | |||
2016-05-03 | add OpenBSD pledge(2) support using -DUSE_PLEDGE | Hiltjo Posthuma | |
2016-03-20 | Makefile: separate CPPFLAGS, compile optimized build by default | Hiltjo Posthuma | |
2016-02-24 | config.mk: add -D_DEFAULT_SOURCE to commented builds | Hiltjo Posthuma | |
2016-01-13 | stop glibc complaining about _BSD_SOURCE being deprecated | Quentin Rameau | |
2016-01-06 | No need for -D_POSIX_C_SOURCE=200809L | sin | |
XOPEN is a superset. | |||
2016-01-06 | Always use the compat functions | sin | |
2016-01-06 | Bring in reallocarray() from OpenBSD | sin | |
2016-01-06 | Change default MANPREFIX to be ${PREFIX}/man | sin | |
2015-12-26 | rename EXTRAOBJ to COMPATOBJ | Hiltjo Posthuma | |
2015-12-25 | compat: add strlcpy, strlcat, for glibc | Hiltjo Posthuma | |
2015-12-05 | add Makefile and config.mk | Hiltjo Posthuma | |