Age | Commit message (Expand) | Author |
2022-01-08 | Prep .c files for removing the #includes from */archdep.h | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2020-05-08 | ld.so(1) also ignores LD_LIBRARY_PATH an friends for set-group-ID executables | Jeremie Courreges-Anglas |
2019-12-17 | Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom() | Philip Guenther |
2018-06-08 | Bail out if fchmod(2) fails. | cheloha |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2016-07-04 | Nuke prebind support; it's unworkable and we're never going to finish it. | Mark Kettenis |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2015-12-22 | Remove a couple needless allocation casts. No binary change. | mmcc |
2015-12-17 | s/failes/failed/g | mmcc |
2015-12-12 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-15 | pledge "stdio rpath wpath cpath tmppath fattr" | Theo de Raadt |
2015-10-29 | remove tests for LD_HINTS_VERSION_1; ok kettenis | Theo de Raadt |
2015-10-14 | Check mmap and read return values. While at it, remove unused duplicated file. | Tobias Stoeckmann |
2015-09-06 | Check strdup return value for NULL. | Tobias Stoeckmann |
2015-08-23 | huge amount of spaces | Theo de Raadt |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-04-28 | tidy up the prebind text; prompted by zhuk | Jason McIntyre |
2015-01-19 | gcc does not understand that the loop conditionally sets bsod before | Theo de Raadt |
2015-01-18 | do not require <a.out.h> | Theo de Raadt |
2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries | Theo de Raadt |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-10-18 | Convert some malloc() and realloc() calls to reallocarray(). | Doug Hogan |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-07-06 | enable -Wall, explicitly call _dl_strsep, and zap some redundant includes | Otto Moerbeek |
2014-07-06 | Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is a | Miod Vallat |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2013-12-30 | When a function does not obviously terminate itself, it is good practice | Theo de Raadt |
2013-12-03 | stop using sys/syslimits.h directly, and use limits.h | Theo de Raadt |
2013-11-13 | Reduce casts by careful use of char* | Philip Guenther |
2013-11-13 | prototype & void * math cleanup | Theo de Raadt |
2013-10-18 | does not need stab.h | Theo de Raadt |
2013-07-15 | Remove some unused variables, from David Hill dhill at mindcry.org | Jeremie Courreges-Anglas |
2013-07-10 | no more link(5). either remove references entirely, or point folks | Jason McIntyre |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-05-04 | fix use after free in error paths | Jonathan Gray |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |
2013-02-17 | Always enter this ld.so and subdirectories to create obj (and then the | Theo de Raadt |
2013-01-23 | bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed from | Miod Vallat |
2013-01-21 | Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparc | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-09-11 | prevent detection of bogus libraries | Marc Espie |
2012-03-21 | Switch ld.so's _dl_opendir functions to use a locally defined | Matthew Dempsky |
2011-11-28 | Add support for getting some flags from DT_FLAGS_1: new flags | Philip Guenthe |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-12-13 | rename() is the atomic operation, unlink() is just there to create | Marc Espie |
2010-03-30 | several missing closedir() calls | zinovik |