summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/dl_printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename *fdprint function to *dprintf, like libc versionderaadt2017-08-291-2/+2
* make ldso[] const; OK guenther@millert2017-01-241-2/+2
* On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther2017-01-241-3/+32
* Mark a bunch of stuff staticguenther2017-01-231-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* the abstraction of using a function pointer for the print functions isderaadt2010-01-021-27/+27
* Do not have multiple va_end(). Ok miod@ + many more.ragge2009-08-161-2/+1
* Add buffer mechanism internal ld.so printing code. makes ktrace more readable.drahn2009-05-181-2/+28
* various proto, ansi, and knf repair. tested on all architectures thatderaadt2003-07-061-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* knf & ansi; drahn okderaadt2003-02-021-2/+2
* Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12]drahn2002-10-041-2/+6
* Add the ability to output to file descriptors besides stderr.drahn2002-08-311-29/+39
* more KNFderaadt2002-05-281-8/+9
* remove another unneeded functionderaadt2002-05-241-10/+2
* remove _dl_sprintf(). nothing uses it. and if it is gone, nothing canderaadt2002-05-231-13/+1
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-5/+1
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-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.millert2002-02-161-3/+3
* cleaningart2001-06-061-32/+7
* Initial import of ELF ld.so. This was written indepently of the gnu rtldrahnds2000-06-131-0/+253