Age | Commit message (Expand) | Author |
2002-06-07 | move load_offs out of the link_map area. | Artur Grabowski |
2002-06-05 | Cleanup/remove duplicate code that checks STAT_RELOC_DONE. | Artur Grabowski |
2002-06-05 | Get rid of an unnecessary typedef (for future cleanup). | Artur Grabowski |
2002-06-03 | Proper masks for 64 bit relocation types. ok art@ | Dale Rahn |
2002-05-28 | libdl is not used anymore. Remove these as the support is now in libc. | Dale Rahn |
2002-05-28 | KNF | Theo de Raadt |
2002-05-28 | issetugid() test earlier | Theo de Raadt |
2002-05-28 | unused variable in latest commit | Theo de Raadt |
2002-05-28 | Remove LD_LIBRARY_PATH completely from environment, as per ldconfig manpage. | Dale Rahn |
2002-05-28 | proto _dl_show_objects() in one place | Theo de Raadt |
2002-05-28 | more KNF | Theo de Raadt |
2002-05-27 | KNF | Theo de Raadt |
2002-05-27 | left over __P removals | Theo de Raadt |
2002-05-25 | use _dl_strncmp() not strncmp(), _dl version is already present and used. | Dale Rahn |
2002-05-25 | _dl_strcmp() and _dl_strchr() exist, do not pull these routines | Dale Rahn |
2002-05-24 | Replace strcpy() with strlcpy(). | Dale Rahn |
2002-05-24 | Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc. | Dale Rahn |
2002-05-24 | not needed; deraadt@ ok | Federico G. Schwindt |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-05-24 | remove another unneeded function | Theo de Raadt |
2002-05-24 | replace some wrapper functions w/ no license w/ some public domain ones. | Eric Jackson |
2002-05-23 | This stuff has no license. Delete it. If someone wants it back, get the lic... | Theo de Raadt |
2002-05-23 | remove _dl_sprintf(). nothing uses it. and if it is gone, nothing can | Theo de Raadt |
2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf | Theo de Raadt |
2002-04-29 | Clean up RELOC_RELATIVE reloction type, do correct relocation instead | Dale Rahn |
2002-04-24 | Perform full relocation for Rela bootstrap relocations, compatible | Dale Rahn |
2002-04-09 | Add the Copyrights from the respective files the code came from. ok deraadt@ | Dale Rahn |
2002-03-31 | Do not run static constructors when run from ldd. ok theo, art, espie, pefo | Dale Rahn |
2002-03-17 | Clean up building of debug_map. mips and non-mips can more | Artur Grabowski |
2002-03-17 | Remove hackery I added to deal with dlopen(NULL), handle it in a reasonably | Dale Rahn |
2002-03-17 | Keep _dl_last_object in sync with reality if last element in list is deleted. | Dale Rahn |
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski |
2002-03-15 | Add support for binutils 2.11. Work around change in PLT generation new ld | Dale Rahn |
2002-03-07 | call the r_brk function in dlopen/dloclose on all archs, | Artur Grabowski |
2002-03-07 | Add a debug printf for the entry point just before returning to MD code. | Artur Grabowski |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2002-02-20 | Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,... | Jason Wright |
2002-02-20 | err/warn strings don't need \n's | Jason Wright |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | libdl is no more | Artur Grabowski |
2001-12-07 | kill more registers; | Mike Pechkin |
2001-11-20 | bye bye, libdl | Peter Valchev |
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin |
2001-11-06 | Since the header of the file map is Start End, | Dale Rahn |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-09-29 | Change method of determining object type, does better bounds checking, | Dale Rahn |