Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-05 | Make more utility functions static | Ron | |
This keeps gcc-4.4 from nagging that they have no prototypes. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-02-09 | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger | |
2007-04-17 | cleanup style; no functional changes | Mike Frysinger | |
2005-12-30 | use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits ↵ | Mike Frysinger | |
in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings | |||
2005-09-30 | Allow ldconfig.host to build ld.so.cache for target, regardless of | Eric Andersen | |
the target system's byteorder | |||
2003-11-06 | Begin converting the client utils | Eric Andersen | |