Commit History

Author SHA1 Message Date
  Joakim Tjernlund 9f47eaf322 Fix usage_count in ldso/libdl. 20 years ago
  Joakim Tjernlund 856860ed52 Revmoved _dl_brkp and _dl_envp. They are not needed anymore. 20 years ago
  Joakim Tjernlund 97688568de This should fix the dlsym problem Peter van Hoyweghen reported. 20 years ago
  Eric Andersen 9efd18d338 s/___brk_addr/__curbrk/g 20 years ago
  Eric Andersen a707192f6c Teach libdl to use normal libc symbols whenever possible, i.e. malloc 20 years ago
  Eric Andersen db5a9ef35b Sigh. I got things working this morning, then checked stuff in from the wrong 20 years ago
  Eric Andersen b998ae0611 Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicely 20 years ago
  Eric Andersen b8361e2e12 Add a local '_dl_errno' to be used by syscalls in ldso, allowing 20 years ago
  Eric Andersen 21da42ed94 As noticed by the sharp eyed Joakim Tjernlund, I stupidly 20 years ago
  Eric Andersen 68c4b497dd make certain that getpagesize() returns correct the value for mips 20 years ago
  Eric Andersen e14a2d5780 ___brk_addr and __environ are not functions. Finding the broken 20 years ago
  Eric Andersen 703efa108d When doing symbol lookups on functions 20 years ago
  Eric Andersen deec524084 Joakim Tjernlund writes: 20 years ago
  Eric Andersen 2fb0a71589 Eliminate the PIE support option, and simply support that all the time 20 years ago
  Eric Andersen 7070940833 Rework file naming, aiming for at least a vague level of consistancy 20 years ago
  Eric Andersen 499c27e1bd Fixup the definition of _dl_open, and move some bits back where they were, 20 years ago
  Eric Andersen 13311ad67c Move _dl_printf and _dl_malloc to ldso, which is a more sensible 20 years ago
  Eric Andersen d1c8a86221 Cleanup whitespace and formatting 20 years ago
  Eric Andersen ed1a862cdb Add some permissions when creating the logfile 20 years ago
  Eric Andersen ae0903f5df Remove unneeded forward declaration 20 years ago
  Eric Andersen 3e02283942 Split off the stuff that cannot use function into its own file, 20 years ago
  Eric Andersen 2e723e150a Step one, begin shuffling things around a bit 20 years ago
  Eric Andersen cdf8ceb36f Yet more consistancy fixups 20 years ago
  Eric Andersen 95f9ec1e34 Use unsigned char * pointers 20 years ago
  Eric Andersen 50abd26321 Jakub Bogusz writes: 20 years ago
  Eric Andersen 8391a52315 Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs 20 years ago
  Eric Andersen 3312c6ac98 Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and 20 years ago
  Eric Andersen fb84603f8c Peter S. Mazinger writes: 20 years ago
  Eric Andersen 789f5785a6 Use PAGE_SIZE rather than hard coding 4096 20 years ago
  Eric Andersen 0a0a648ed6 Patch from Paul Mundt <lethal@linux-sh.org>: 20 years ago