Age | Commit message (Expand) | Author |
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 |
2009-12-30 | Remove paths from the prebind code that shouldn't be present. | Dale Rahn |
2009-08-19 | In ldconfig the dewey field of shlib_list was only partially filled | Alexander Bluhm |
2009-05-30 | Airplane work, undefined weak variables not getting resolved is not an error. | Dale Rahn |
2008-06-08 | When prebind_newfile() is called the input file is replaced with the new | Dale Rahn |
2008-04-09 | Improve support for shared libs linked at non-zero addreses: | Kurt Miller |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-11-13 | Let this build on landisk. | Dale Rahn |
2006-08-12 | spelling: elminate | Kevin Steves |
2006-07-28 | Only stop processing prebind deletion if an actual error occurs. | Dale Rahn |
2006-07-08 | jmc and I both pronounce ldconfig as ell-dee-config, so it should be | Michael Knudsen |
2006-06-26 | build cleanly with -Wall -Werror | Dale Rahn |
2006-06-19 | sort usage(); | Jason McIntyre |
2006-06-19 | tweak the -S stuff; | Jason McIntyre |
2006-06-15 | When writing a TXTBUSY file, make certain to preserve all file metadata, | Dale Rahn |
2006-05-18 | spacing | Theo de Raadt |