Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed source code for the old libelf and build the new libelf from | kaiw | 2014-01-15 | 1 | -100/+0 |
| | | | | contrib/ instead. | ||||
* | 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. | ||||
* | Make the generated message from `elf_errmsg(-1)' a little more readable. | jkoshy | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | MFP4: Add an implementation of the ELF(3) and GELF(3) API set. | jkoshy | 2006-11-11 | 1 | -0/+100 |
Bump __FreeBSD_version. Reviewed by: jb |