Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename *fdprint function to *dprintf, like libc version | 2017-08-29 | 1 | -2/+2 | |
| | |||||
* | make ldso[] const; OK guenther@ | 2017-01-24 | 1 | -2/+2 | |
| | |||||
* | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | 2017-01-24 | 1 | -3/+32 | |
| | | | | | | | | simply exiting, via helper functions _dl_die(), _dl_diedie(), and _dl_oom(). prompted by a complaint from jsing@ ok jsing@ deraadt@ | ||||
* | Mark a bunch of stuff static | 2017-01-23 | 1 | -2/+2 | |
| | | | | ok kettenis@ | ||||
* | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 1 | -2/+1 | |
| | | | | ok guenther millert kettenis | ||||
* | the abstraction of using a function pointer for the print functions is | 2010-01-02 | 1 | -27/+27 | |
| | | | | | | not needed (and secondly, ran into hppa not relocating function pointers correctly) ok kettenis drahn | ||||
* | Do not have multiple va_end(). Ok miod@ + many more. | 2009-08-16 | 1 | -2/+1 | |
| | |||||
* | Add buffer mechanism internal ld.so printing code. makes ktrace more readable. | 2009-05-18 | 1 | -2/+28 | |
| | | | | nudge nudge deraadt@ | ||||
* | various proto, ansi, and knf repair. tested on all architectures that | 2003-07-06 | 1 | -1/+2 | |
| | | | | use it. (build may require make cleandir because of .depend balony) | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | knf & ansi; drahn ok | 2003-02-02 | 1 | -2/+2 | |
| | |||||
* | Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12] | 2002-10-04 | 1 | -2/+6 | |
| | | | | is supported properly. | ||||
* | Add the ability to output to file descriptors besides stderr. | 2002-08-31 | 1 | -29/+39 | |
| | | | | This allows ldd outptut go to stdout like it should. ok deraadt@ | ||||
* | more KNF | 2002-05-28 | 1 | -8/+9 | |
| | |||||
* | remove another unneeded function | 2002-05-24 | 1 | -10/+2 | |
| | |||||
* | remove _dl_sprintf(). nothing uses it. and if it is gone, nothing can | 2002-05-23 | 1 | -13/+1 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -5/+1 | |
| | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -3/+3 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | cleaning | 2001-06-06 | 1 | -32/+7 | |
| | |||||
* | Initial import of ELF ld.so. This was written indepently of the gnu rtld | 2000-06-13 | 1 | -0/+253 | |
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. |