Commit History

Author SHA1 Message Date
  Peter S. Mazinger 24d3cb8e5e Hidden __xpg|glibc_strerror_r 20 years ago
  Peter S. Mazinger faa7c8dc97 Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ it 20 years ago
  Peter S. Mazinger c1f6afc1dd Hide mallinfo 20 years ago
  Peter S. Mazinger 9fda32a9dd Use __strtod 20 years ago
  Peter S. Mazinger fb60c3098a Hide __strtofpmax, implement some hiddens 20 years ago
  Peter S. Mazinger 08f0e84f6c Sync w/ glibc 20 years ago
  Peter S. Mazinger dba2aab073 Add -DNOT_IN_libc to disable the libc-internal.h stuff 20 years ago
  Peter S. Mazinger afdecae49f Use internal versions 20 years ago
  Peter S. Mazinger ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 20 years ago
  Peter S. Mazinger dcfc19695c Do __sleep, should we make it weak, so that libpthread can overwrite it? 20 years ago
  Peter S. Mazinger 3bbbffe5cf Implement __strto* __wcsto* and hide _stdlib_wcsto* 20 years ago
  Peter S. Mazinger e385ba0d0d Hide some of the f* *printf, use them as well 20 years ago
  Peter S. Mazinger 960acb5e32 Implement __tfind/__lfind and use them 20 years ago
  Peter S. Mazinger c6023f4908 Reorder and remove prototypes 20 years ago
  Peter S. Mazinger 2dc51f82eb Reorder so that no prototype is needed. Is there a better way to get rid of gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-( 20 years ago
  Peter S. Mazinger b86c66e8f9 Enable __iswctype_l prototype 20 years ago
  Peter S. Mazinger 11b9aee8ff Again rpc ;-( , all *inet*, *addr* 20 years ago
  Peter S. Mazinger ab9d3f10ea Use __open|__closedir 20 years ago
  Peter S. Mazinger 1194c25c32 Do ppc specific __ioctl too 20 years ago
  Peter S. Mazinger 0a8a65e0a0 Use __gettimeofday 20 years ago
  Peter S. Mazinger 942357a798 Implement __x versions 20 years ago
  Peter S. Mazinger 55829cec8a Correct use of __*log 20 years ago
  Peter S. Mazinger fec4793c9a Implement __mknod and use it 20 years ago
  Peter S. Mazinger d1a6e735ac Add hidden versions 20 years ago
  Peter S. Mazinger a8224c8856 Hide __syscall_ipc 20 years ago
  Peter S. Mazinger 6ff79172d5 Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not provided 20 years ago
  Peter S. Mazinger a0a86e975a Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add comment about opendir/closedir undoable, it is too early in this file. i386/x86_64 could use optimized internal_function, but the commented part has to be done based on target, not host 20 years ago
  Peter S. Mazinger 0a962770bf Missed alias to xdr_string, thanks sjhill 20 years ago
  Peter S. Mazinger 53b5f21c9c Hide more 20 years ago
  Peter S. Mazinger 746d0019f2 No more *xdr* jump relocations 20 years ago