Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | -Wopenbsd and -Wnetbsd to check conventions for the base system of a specific operating system. Mark operating system specific messages with "(OpenBSD)" at the end. Please use just "-Tlint" to check base system manuals (defaulting to -Wall, which is now -Wbase), but prefer "-Tlint -Wstyle" for the manuals of portable software projects you maintain that are not part of OpenBSD base, to avoid bogus recommendations about base system conventions that do not apply. Issue originally reported by semarie@, solution using an idea from tedu@, discussed with jmc@ and jca@. | ||||
* | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
| | | | | from Christos Zoulas <christos @ NetBSD>. | ||||
* | config glue for recvmsg(2) and CMSG_FIRSTHDR(3); | Ingo Schwarze | 2017-02-08 | 1 | -0/+4 |
| | | | | needed for Solaris 11 | ||||
* | Polishing: | Ingo Schwarze | 2017-02-06 | 1 | -3/+13 |
| | | | | | | | | | | * support -Ios= * create missing directories * fix output file permissions * error out on comminication failures I now consider this good enough for a first release. Bugs and missing features are still likely, though. | ||||
* | uint8_t requires <stdint.h>; from Michael Stapelberg | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
| | |||||
* | experimental mandocd(8) and catman(8) | Ingo Schwarze | 2017-02-04 | 1 | -0/+270 |
for development in the tree, not yet ready for production |