summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
AgeCommit message (Expand)Author
2012-04-16Don't attempt to mmap 0-length bss.Miod Vallat
2010-12-13same bug, should have guessed this would come from gnu portability stupidity.Marc Espie
2008-09-03Provide our own calloc() since we provide our own malloc(), otherwise we won'tMiod Vallat
2008-02-12Fix a few warnings, including an uninitialized variable in an error case.Miod Vallat
2007-11-28Fix md_swap{in,out}_reloc.Miod Vallat
2007-11-24Fix a.out header endianness swap.Miod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-09-30accept a -E argument like ELF ld does. fake it out. it does nothing here.Theo de Raadt
2005-09-30rather surprised to find a vsprintf still lying around here..Theo de Raadt
2005-09-29bounded string handlings; ok ottoTheo de Raadt
2005-09-28enter rtld, to install the man page at leastTheo de Raadt
2005-09-28sync to ELF version of this man pageTheo de Raadt
2005-09-12Simplify cross-compilation scenario; native builds unaffected.Miod Vallat
2005-08-23- fix spacingJason McIntyre
2005-08-23- add missing .ElJason McIntyre
2005-08-23new sentence, new line;Jason McIntyre
2005-03-16fix a broken list;Jason McIntyre
2004-11-22.{N,O}x fixes;Jason McIntyre
2004-11-08Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead ofMiod Vallat
2004-11-08Invoke _cachectl() with correct size parameters.Miod Vallat
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapDale Rahn
2004-03-31byteswap strtab length on writing w/o affecting variable'sMichael Shalayeff
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-06-032 termsMarc Espie
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
2003-05-07fix a memleakVincent Labrecque
2003-04-22sync up ELF and a.out versions of ldconfig(8)David Krause
2003-04-16string cleanup; ok millertTheo de Raadt
2003-04-16string cleaningTheo de Raadt
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-31Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT plTodd C. Miller
2002-12-12don't link LIBCRT0 into ld.so (for DESTDIR builds); PR2928; ok fgsch@, millert@Markus Friedl
2002-12-11o Check mmap() return value against MAP_FAILED, not -1.Todd C. Miller
2002-12-08getopt returns -1, not EOFTodd 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-11-29do not redefine NULLTheo de Raadt
2002-11-27Kill some alloca. Reduces temp allocation for big static libraries drastically,Marc Espie
2002-09-20UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOINGTheo de Raadt
2002-09-17Repair m68k cross-ld - the cross building environment makes some magicMiod 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-26comma splicePaul Janzen
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