Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-31 | Add the ability to output to file descriptors besides stderr. | Dale Rahn | |
This allows ldd outptut go to stdout like it should. ok deraadt@ | |||
2002-05-28 | more KNF | Theo de Raadt | |
2002-05-24 | remove another unneeded function | Theo de Raadt | |
2002-05-23 | remove _dl_sprintf(). nothing uses it. and if it is gone, nothing can | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-06-06 | cleaning | Artur Grabowski | |
2000-06-13 | Initial import of ELF ld.so. This was written indepently of the gnu rtld | Dale S. Rahn | |
code and is fully BSD copyrighted. This initial import contains a mostly working mips and partially working powerpc version. No support for ld.so.hints or system run path exists. |