index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.so
/
dl_printf.c
Age
Commit message (
Expand
)
Author
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2010-01-02
the abstraction of using a function pointer for the print functions is
Theo de Raadt
2009-08-16
Do not have multiple va_end(). Ok miod@ + many more.
Anders Magnusson
2009-05-18
Add buffer mechanism internal ld.so printing code. makes ktrace more readable.
Dale Rahn
2003-07-06
various proto, ansi, and knf repair. tested on all architectures that
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-02
knf & ansi; drahn ok
Theo de Raadt
2002-10-04
Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12]
Dale Rahn
2002-08-31
Add the ability to output to file descriptors besides stderr.
Dale Rahn
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 o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
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