Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings found by -Wmising-variable-declarations. | ed | 2012-10-19 | 2 | -4/+4 |
| | | | | | | | | | | | This self-written compiler warning, which is hopefully going to be committed into LLVM sources soon, warns about potentially missing `static' keywords, similar to -Wmissing-prototypes. - bin/pax: Move external declaration of chdname and s_mask into extern.h. - bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h. - sbin/mount_fusefs: Remove char *progname; use getprogname(). - others: add `static' where possible. | ||||
* | Fixes to man8 groff mandoc style, usage mistakes, or typos. | wblock | 2012-05-24 | 1 | -1/+2 |
| | | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days | ||||
* | Remove end of line whitespace. | joel | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | Add etherswitchcfg. | adrian | 2012-05-11 | 4 | -0/+1446 |
Submitted by: Stefan Bethke <stb@lassitu.de> |