Commit History

Author SHA1 Message Date
  Peter S. Mazinger 46d61b5de9 Sync w/ glibc, should be equiv. to the earlier 18 years ago
  Peter S. Mazinger 8c50dcd282 Guard wchar dependent stuff properly, thx vapier 18 years ago
  Peter S. Mazinger 4f16d2e03a Implement hidden poll, switch user to hidden *printf/*scanf/poll 18 years ago
  Peter S. Mazinger 06f8a796e2 Implement hidden *scanf 18 years ago
  Peter S. Mazinger 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt 18 years ago
  Mike Frysinger 1b3c855bc3 touchup style 18 years ago
  Mike Frysinger ea0e3fa5e9 add an abort for arm 18 years ago
  Peter S. Mazinger 6a2a30ccc6 internal sigpause, do we really default to BSD signals? 18 years ago
  Peter S. Mazinger afa6ffdbf8 sig* hidden versions, make __rt_sig* static inline 18 years ago
  Peter S. Mazinger 5c22f74b31 __ptr_t = void *, move hidden first 18 years ago
  Peter S. Mazinger 9e4ca377ae locale.h can't be included 18 years ago
  Peter S. Mazinger dfa63a7f9b typo, thx vapier 18 years ago
  Peter S. Mazinger 77ccb5b1dc mmap/mremap/socket/rewind gone 18 years ago
  Peter S. Mazinger 7a3dea048d Use __sendto in __libc_send, small correction 18 years ago
  Peter S. Mazinger 31aa06ef80 Change the needed prototypes 18 years ago
  Peter S. Mazinger b7ca7d087d Convert the rest of users to hidden 18 years ago
  Peter S. Mazinger 121d3f0fa2 Try to mimic glibc sigaction, sjhill, could you please test w/ this version? 18 years ago
  Peter S. Mazinger 2449b84347 Use hidden_weak_alias 18 years ago
  Peter S. Mazinger f4256c0836 Implement more hidden 18 years ago
  Peter S. Mazinger e1caf0011e Use internal \*_strerror_r 18 years ago
  Peter S. Mazinger 24d3cb8e5e Hidden __xpg|glibc_strerror_r 18 years ago
  Peter S. Mazinger faa7c8dc97 Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ it 18 years ago
  Peter S. Mazinger c1f6afc1dd Hide mallinfo 18 years ago
  Peter S. Mazinger 9fda32a9dd Use __strtod 18 years ago
  Peter S. Mazinger fb60c3098a Hide __strtofpmax, implement some hiddens 18 years ago
  Peter S. Mazinger 08f0e84f6c Sync w/ glibc 18 years ago
  Peter S. Mazinger dba2aab073 Add -DNOT_IN_libc to disable the libc-internal.h stuff 18 years ago
  Peter S. Mazinger afdecae49f Use internal versions 18 years ago
  Peter S. Mazinger ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 18 years ago
  Peter S. Mazinger dcfc19695c Do __sleep, should we make it weak, so that libpthread can overwrite it? 18 years ago