Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings found by -Wmising-variable-declarations. | ed | 2012-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | 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. | ||||
* | Add a BSD licensed DWARF library for use by the DTrace clients. | jb | 2008-05-22 | 1 | -0/+76 |
The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems. |