Age | Commit message (Expand) | Author |
2023-12-08 | locally us MAXIMUM() rather than MAX() | Theo de Raadt |
2023-08-15 | Improve handling of dlopen(RTLD_TRACE) aka ldd, of a library that | Philip Guenther |
2023-01-29 | Unite all nitems copies in ld.so/util.h | Greg Steuck |
2022-01-08 | Prep .c files for removing the #includes from */archdep.h | Philip Guenther |
2019-07-14 | ld.so's $ORIGIN handling when argv[0] is a relative path was broken by | Philip Guenther |
2019-05-10 | ld.so boot cleanup support: | Philip Guenther |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-10-23 | Delay processing of ld.so's own PT_GNU_RELRO section until after environment | Philip Guenther |
2017-12-01 | Redo the calculation of the alignment and placement of static TLS data to | Philip Guenther |
2017-08-29 | rename *fdprint function to *dprintf, like libc version | Theo de Raadt |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2017-01-23 | Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce | Philip Guenther |
2016-08-27 | Pull in <stddef.h> for NULL | Philip Guenther |
2016-08-12 | the slimmed down random functions inside ld.so are strict clones of the | Theo de Raadt |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2014-01-23 | improve some types | Theo de Raadt |
2013-11-27 | make the _dl_isalnum() resemble the ctype version | Theo de Raadt |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2012-08-07 | Factor out a _dl_randombuf() method from _dl_random(). | Matthew Dempsky |
2009-05-18 | make _dl_wrstderr() not call write per-character; ok drahn | Theo de Raadt |
2007-02-09 | readdir buffers should not get a fixed buffer size, but should be dependant | Dale Rahn |
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 |