Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-09 | readdir buffers should not get a fixed buffer size, but should be dependant | Dale Rahn | |
on the block size of the filesystem. Rounded up to page size for efficiency. similar to change in libc yesterday. Should fix PR 5364. | |||
2004-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not | Dale Rahn | |
correctly deal with current directory searches specified by "::", ":foo" or "foo:" | |||
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 | |
libpython2.2.so.0.0 vs libpython2.1.so.0.0. Clean up a potential memory leak if the filename is not a valid library. ok brad@ | |||
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt | |
use it. (build may require make cleandir because of .depend balony) | |||
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 | |
in random order. This will reduce the possiblity of a buffer overflow being able to predict the addresss of useful code. Can be disabled with the LD_NORANDOM environment variable for debugging purposes. ok deraadt. | |||
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 ↵ | Michael Shalayeff | |
args and return values; art@ ok | |||
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 | |
tested on alpha sparc64 powerpc. |