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
/
util.h
Age
Commit message (
Expand
)
Author
2004-10-17
Fix some problems related to LD_LIBRARY_PATH parsing where it would not
Dale Rahn
2004-05-25
provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok
Michael Shalayeff
2003-11-11
Better fix to the library name parsing. now correctly handles
Dale Rahn
2003-07-06
various proto, ansi, and knf repair. tested on all architectures that
Theo de Raadt
2003-06-11
no more register
Theo de Raadt
2003-06-09
pefo 3/4 licence cleanups
Theo de Raadt
2003-05-30
When loading a shared object or libraries dependant object, load them
Dale Rahn
2002-08-31
argh, include prototype for dl_fdprintf(), missed by myself and reviewers.
Dale Rahn
2002-07-24
use real clones of the libc functions
Theo de Raadt
2002-07-24
ok i found it
Theo de Raadt
2002-07-24
back out broken stuff until it is fixed
Theo de Raadt
2002-07-24
make more _dl_*() func params like real ones in libc
Theo de Raadt
2002-07-23
match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...
Michael Shalayeff
2002-05-28
proto _dl_show_objects() in one place
Theo de Raadt
2002-05-27
left over __P removals
Theo de Raadt
2002-05-24
Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.
Dale Rahn
2002-05-24
various KNF
Theo de Raadt
2002-04-09
Add the Copyrights from the respective files the code came from. ok deraadt@
Dale Rahn
2002-02-21
cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.
Dale Rahn