summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/rtld/rtld.c
AgeCommit message (Expand)Author
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-09-30rather surprised to find a vsprintf still lying around here..Theo de Raadt
2004-11-08Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead ofMiod Vallat
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
2003-01-19give a second chance for loading dependent modules:Marc Espie
2003-01-19revamp .init call code to be saner:Marc Espie
2003-01-19In error message from dependent libraries, mention which dependent libraryMarc Espie
2003-01-05fix for PR3053 - NULL deref when fd == NULL in first dlsym() argPeter Valchev
2002-12-11o Check mmap() return value against MAP_FAILED, not -1.Todd C. Miller
2002-12-02KNF; openbsd@davidkrause.comTheo de Raadt
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-09-07ansification of ldMarco S Hyman
2002-07-27ask uvm to map the bss of each .so module non-executable. again, weTheo de Raadt
2002-07-19convert functions from K&R style to prototype style.Marco S Hyman
2002-07-17un-__P the code. fgs says "looks ok."Marco S Hyman
2002-07-15space to tab cleanup. Nothing but whitespace changes in this commit.Marco S Hyman
2002-07-10First of some clean-up commits. This one only removes use ofMarco S Hyman
2002-06-03use issetugid() instead of uid/gid comparisons; from drahnTheo de Raadt
2002-03-07revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok.Federico G. Schwindt
2002-02-14From NetBSD:Federico G. Schwindt
2001-11-08fixes netbsd PR #10940 and also uses main program's library searchFederico G. Schwindt
2001-06-09Fill some field earlier, should allow better .init/dlopen interaction.Marc Espie
2000-04-27Call ctor/dtor lists generated by collect2 as well.Marc Espie
2000-04-24Make dlopened modules prefer symbols defined locallyNiklas Hallqvist
2000-02-03Deal with empty path element in LD_LIBRARY_PATH.Todd C. Miller
2000-01-11Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@Todd C. Miller
2000-01-11Fix the logic that determines whether or not a dlopen()'d name shouldTodd C. Miller
1999-12-10bad espie, commiting bad patches, with junk in them that should not be thereTheo de Raadt
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
1999-10-26indentTheo de Raadt
1998-08-28set RTLD_DL flag before refcount++ returns; michaels@inet.noTheo de Raadt
1998-03-26RCS id cleanupNiklas Hallqvist
1997-07-01memory leaks, object leaks. some from pk/cgd. rearrange *_DL checks forTheo de Raadt
1997-07-01have DL_GETERRNO clear error state after return; also make dlsym() set error ...Theo de Raadt
1997-01-28do not call err/errx with extra newlinesTheo de Raadt
1996-09-28mark dlopen() modules with RTLD_DLTheo de Raadt
1996-01-16from netbsd:Theo de Raadt
1996-01-12from netbsd:Theo de Raadt
1995-11-20make dlopen() use hints database, not just paths; from etheisen@TECLink.Net; ...Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt