Age | Commit message (Expand) | Author |
2004-03-31 | byteswap strtab length on writing w/o affecting variable's | Michael Shalayeff |
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt |
2003-06-03 | 2 terms | Marc Espie |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-08 | Previously, ld.so would use a single page for mapping the hints file | Todd C. Miller |
2003-05-07 | fix a memleak | Vincent Labrecque |
2003-04-22 | sync up ELF and a.out versions of ldconfig(8) | David Krause |
2003-04-16 | string cleanup; ok millert | Theo de Raadt |
2003-04-16 | string cleaning | Theo de Raadt |
2003-01-19 | give a second chance for loading dependent modules: | Marc Espie |
2003-01-19 | revamp .init call code to be saner: | Marc Espie |
2003-01-19 | In error message from dependent libraries, mention which dependent library | Marc Espie |
2003-01-05 | fix for PR3053 - NULL deref when fd == NULL in first dlsym() arg | Peter Valchev |
2002-12-31 | Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT pl | Todd C. Miller |
2002-12-12 | don't link LIBCRT0 into ld.so (for DESTDIR builds); PR2928; ok fgsch@, millert@ | Markus Friedl |
2002-12-11 | o Check mmap() return value against MAP_FAILED, not -1. | Todd C. Miller |
2002-12-08 | getopt returns -1, not EOF | Todd C. Miller |
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-29 | do not redefine NULL | Theo de Raadt |
2002-11-27 | Kill some alloca. Reduces temp allocation for big static libraries drastically, | Marc Espie |
2002-09-20 | UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOING | Theo de Raadt |
2002-09-17 | Repair m68k cross-ld - the cross building environment makes some magic | Miod Vallat |
2002-09-07 | ansification of ld | Marco S Hyman |
2002-07-27 | ask uvm to map the bss of each .so module non-executable. again, we | Theo de Raadt |
2002-07-26 | comma splice | Paul Janzen |
2002-07-19 | convert functions from K&R style to prototype style. | Marco S Hyman |
2002-07-17 | un-__P the code. fgs says "looks ok." | Marco S Hyman |
2002-07-15 | space to tab cleanup. Nothing but whitespace changes in this commit. | Marco S Hyman |
2002-07-10 | First of some clean-up commits. This one only removes use of | Marco S Hyman |
2002-06-04 | spelling | Theo de Raadt |
2002-06-03 | use issetugid() instead of uid/gid comparisons; from drahn | Theo de Raadt |
2002-05-24 | replace code w/ no license w/ public domain code | Eric Jackson |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-04-17 | Ld speed-up patch. | Marc Espie |
2002-03-31 | workaround a problem in vax; some malloc() order is causing this if among | Federico G. Schwindt |
2002-03-07 | revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok. | Federico G. Schwindt |
2002-03-07 | workaround a gcc bug on vax; hugh@ ok | Federico G. Schwindt |
2002-02-26 | fix errx(3) arg. | Federico G. Schwindt |
2002-02-14 | From NetBSD: | Federico G. Schwindt |
2002-02-10 | spelling | Theo de Raadt |
2001-12-26 | When cross compiling, by all means prevent the native <machine/exec.h> to be | Miod Vallat |
2001-12-24 | Hooks to enable building a cross-ld for mvme88k. | Miod Vallat |
2001-11-25 | More MID for m88k updates, grr! | Miod Vallat |
2001-11-08 | fixes netbsd PR #10940 and also uses main program's library search | Federico G. Schwindt |
2001-10-30 | correct open() checks | Theo de Raadt |
2001-10-25 | Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and use | Marc Espie |
2001-09-06 | Use ${CC} to link ld.so, so that it will grok whatever you throw at | Marc Espie |
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie |
2001-08-30 | Detect broken libraries that reference themselves. | Marc Espie |