summaryrefslogtreecommitdiff
path: root/libexec/ld.so/util.h
AgeCommit message (Expand)Author
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andOtto Moerbeek
2014-01-23improve some typesTheo de Raadt
2013-11-27make the _dl_isalnum() resemble the ctype versionTheo de Raadt
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
2012-08-07Factor out a _dl_randombuf() method from _dl_random().Matthew Dempsky
2009-05-18make _dl_wrstderr() not call write per-character; ok drahnTheo de Raadt
2007-02-09readdir buffers should not get a fixed buffer size, but should be dependantDale Rahn
2004-10-17Fix some problems related to LD_LIBRARY_PATH parsing where it would notDale Rahn
2004-05-25provide one version of _dl_bcopy instead of copy in every arch; drahn@ okMichael Shalayeff
2003-11-11Better fix to the library name parsing. now correctly handlesDale Rahn
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-06-11no more registerTheo de Raadt
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-05-30When loading a shared object or libraries dependant object, load themDale Rahn
2002-08-31argh, include prototype for dl_fdprintf(), missed by myself and reviewers.Dale Rahn
2002-07-24use real clones of the libc functionsTheo de Raadt
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24make more _dl_*() func params like real ones in libcTheo de Raadt
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...Michael Shalayeff
2002-05-28proto _dl_show_objects() in one placeTheo de Raadt
2002-05-27left over __P removalsTheo de Raadt
2002-05-24Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.Dale Rahn
2002-05-24various KNFTheo de Raadt
2002-04-09Add the Copyrights from the respective files the code came from. ok deraadt@Dale Rahn
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn