Age | Commit message (Expand) | Author |
2012-04-16 | Don't attempt to mmap 0-length bss. | Miod Vallat |
2010-12-13 | same bug, should have guessed this would come from gnu portability stupidity. | Marc Espie |
2008-09-03 | Provide our own calloc() since we provide our own malloc(), otherwise we won't | Miod Vallat |
2008-02-12 | Fix a few warnings, including an uninitialized variable in an error case. | Miod Vallat |
2007-11-28 | Fix md_swap{in,out}_reloc. | Miod Vallat |
2007-11-24 | Fix a.out header endianness swap. | Miod Vallat |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-09-30 | accept a -E argument like ELF ld does. fake it out. it does nothing here. | Theo de Raadt |
2005-09-30 | rather surprised to find a vsprintf still lying around here.. | Theo de Raadt |
2005-09-29 | bounded string handlings; ok otto | Theo de Raadt |
2005-09-28 | enter rtld, to install the man page at least | Theo de Raadt |
2005-09-28 | sync to ELF version of this man page | Theo de Raadt |
2005-09-12 | Simplify cross-compilation scenario; native builds unaffected. | Miod Vallat |
2005-08-23 | - fix spacing | Jason McIntyre |
2005-08-23 | - add missing .El | Jason McIntyre |
2005-08-23 | new sentence, new line; | Jason McIntyre |
2005-03-16 | fix a broken list; | Jason McIntyre |
2004-11-22 | .{N,O}x fixes; | Jason McIntyre |
2004-11-08 | Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead of | Miod Vallat |
2004-11-08 | Invoke _cachectl() with correct size parameters. | Miod Vallat |
2004-08-14 | When reading the ld.so hints file, map the entire file in a single mmap | Dale Rahn |
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 |