summaryrefslogtreecommitdiff
path: root/libexec/ld.so/ldconfig
AgeCommit message (Expand)Author
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2013-12-30When a function does not obviously terminate itself, it is good practiceTheo de Raadt
2013-12-03stop using sys/syslimits.h directly, and use limits.hTheo de Raadt
2013-11-13Reduce casts by careful use of char*Philip Guenther
2013-11-13prototype & void * math cleanupTheo de Raadt
2013-10-18does not need stab.hTheo de Raadt
2013-07-15Remove some unused variables, from David Hill dhill at mindcry.orgJeremie Courreges-Anglas
2013-07-10no more link(5). either remove references entirely, or point folksJason McIntyre
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
2013-05-04fix use after free in error pathsJonathan Gray
2013-03-20- Parse colon separated paths into NULL terminated arrays of stringKurt Miller
2013-02-17Always enter this ld.so and subdirectories to create obj (and then theTheo de Raadt
2013-01-23bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed fromMiod Vallat
2013-01-21Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparcMiod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
2012-09-11prevent detection of bogus librariesMarc Espie
2012-03-21Switch ld.so's _dl_opendir functions to use a locally definedMatthew Dempsky
2011-11-28Add support for getting some flags from DT_FLAGS_1: new flagsPhilip Guenthe
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-12-13rename() is the atomic operation, unlink() is just there to createMarc Espie
2010-03-30several missing closedir() callszinovik
2009-12-30Remove paths from the prebind code that shouldn't be present.Dale Rahn
2009-08-19In ldconfig the dewey field of shlib_list was only partially filledAlexander Bluhm
2009-05-30Airplane work, undefined weak variables not getting resolved is not an error.Dale Rahn
2008-06-08When prebind_newfile() is called the input file is replaced with the newDale Rahn
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-13Let this build on landisk.Dale Rahn
2006-08-12spelling: elminateKevin Steves
2006-07-28Only stop processing prebind deletion if an actual error occurs.Dale Rahn
2006-07-08jmc and I both pronounce ldconfig as ell-dee-config, so it should beMichael Knudsen
2006-06-26build cleanly with -Wall -WerrorDale Rahn
2006-06-19sort usage();Jason McIntyre
2006-06-19tweak the -S stuff;Jason McIntyre
2006-06-15When writing a TXTBUSY file, make certain to preserve all file metadata,Dale Rahn
2006-05-18spacingTheo de Raadt
2006-05-17prep prebind_newfile() for reuse by dale in prebind; ok drahnTheo de Raadt
2006-05-14use __mips64__Theo de Raadt
2006-05-13some knf and delinting; ok drahnTheo de Raadt
2006-05-13spacingTheo de Raadt
2006-05-12do not call abort()Theo de Raadt
2006-05-12document new -P optionTheo de Raadt
2006-05-12move the prebind code into ldconfig as the -P option.Theo de Raadt
2006-05-12one less Ar;Jason McIntyre
2006-05-11use CFLAGS with -I to reach for prebind.hTheo de Raadt
2006-05-11move prebind_strip(8) into ldconfig as the -D option; ok drahnTheo de Raadt
2006-04-11Plug memory leaks.Ray Lai
2005-12-31sort options and sync usage()Jason McIntyre