summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
AgeCommit message (Expand)Author
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
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-04spellingTheo de Raadt
2002-06-03use issetugid() instead of uid/gid comparisons; from drahnTheo de Raadt
2002-05-24replace code w/ no license w/ public domain codeEric Jackson
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-04-17Ld speed-up patch.Marc Espie
2002-03-31workaround a problem in vax; some malloc() order is causing this if amongFederico G. Schwindt
2002-03-07revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok.Federico G. Schwindt
2002-03-07workaround a gcc bug on vax; hugh@ okFederico G. Schwindt
2002-02-26fix errx(3) arg.Federico G. Schwindt
2002-02-14From NetBSD:Federico G. Schwindt
2002-02-10spellingTheo de Raadt
2001-12-26When cross compiling, by all means prevent the native <machine/exec.h> to beMiod Vallat
2001-12-24Hooks to enable building a cross-ld for mvme88k.Miod Vallat
2001-11-25More MID for m88k updates, grr!Miod Vallat
2001-11-08fixes netbsd PR #10940 and also uses main program's library searchFederico G. Schwindt
2001-10-30correct open() checksTheo de Raadt
2001-10-25Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and useMarc Espie
2001-09-06Use ${CC} to link ld.so, so that it will grok whatever you throw atMarc Espie
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-08-30Detect broken libraries that reference themselves.Marc Espie