| Commit message (Expand) | Author | Age | Files | Lines |
| * | Guard wchar dependent stuff properly, thx vapier | Peter S. Mazinger | 2005-12-09 | 1 | -7/+7 |
| * | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 32 | -43/+67 |
| * | Implement hidden *scanf | Peter S. Mazinger | 2005-12-09 | 5 | -27/+53 |
| * | Implement all needed hidden *printf and correct vasprintf, thx blindvt | Peter S. Mazinger | 2005-12-09 | 15 | -26/+48 |
| * | add an abort for arm | Mike Frysinger | 2005-12-09 | 1 | -0/+2 |
| * | internal sigpause, do we really default to BSD signals? | Peter S. Mazinger | 2005-12-09 | 8 | -11/+15 |
| * | sig* hidden versions, make __rt_sig* static inline | Peter S. Mazinger | 2005-12-09 | 3 | -14/+12 |
| * | __ptr_t = void *, move hidden first | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
| * | locale.h can't be included | Peter S. Mazinger | 2005-12-08 | 1 | -2/+2 |
| * | typo, thx vapier | Peter S. Mazinger | 2005-12-08 | 1 | -1/+0 |
| * | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 40 | -38/+83 |
| * | Use __sendto in __libc_send, small correction | Peter S. Mazinger | 2005-12-08 | 1 | -2/+5 |
| * | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 7 | -6/+11 |
| * | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | 2005-12-08 | 11 | -31/+30 |
| * | Use hidden_weak_alias | Peter S. Mazinger | 2005-12-08 | 1 | -1/+2 |
| * | Implement more hidden | Peter S. Mazinger | 2005-12-08 | 3 | -16/+10 |
| * | Use internal \*_strerror_r | Peter S. Mazinger | 2005-12-08 | 4 | -4/+4 |
| * | Hidden __xpg|glibc_strerror_r | Peter S. Mazinger | 2005-12-08 | 1 | -6/+9 |
| * | Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ it | Peter S. Mazinger | 2005-12-08 | 1 | -26/+27 |
| * | Hide mallinfo | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 |
| * | Use __strtod | Peter S. Mazinger | 2005-12-08 | 3 | -1/+9 |
| * | Hide __strtofpmax, implement some hiddens | Peter S. Mazinger | 2005-12-08 | 1 | -8/+8 |
| * | Use internal versions | Peter S. Mazinger | 2005-12-08 | 26 | -32/+74 |
| * | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger | 2005-12-08 | 6 | -12/+12 |
| * | Do __sleep, should we make it weak, so that libpthread can overwrite it? | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 |
| * | Implement __strto* __wcsto* and hide _stdlib_wcsto* | Peter S. Mazinger | 2005-12-08 | 1 | -35/+46 |
| * | Hide some of the f* *printf, use them as well | Peter S. Mazinger | 2005-12-08 | 16 | -9/+37 |
| * | Implement __tfind/__lfind and use them | Peter S. Mazinger | 2005-12-08 | 2 | -3/+8 |
| * | Reorder and remove prototypes | Peter S. Mazinger | 2005-12-08 | 1 | -61/+55 |
| * | Reorder so that no prototype is needed. Is there a better way to get rid of g... | Peter S. Mazinger | 2005-12-08 | 1 | -22/+30 |
| * | Enable __iswctype_l prototype | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
| * | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 31 | -90/+156 |
| * | Use __open|__closedir | Peter S. Mazinger | 2005-12-08 | 1 | -0/+3 |
| * | Do ppc specific __ioctl too | Peter S. Mazinger | 2005-12-08 | 1 | -1/+3 |
| * | Use __gettimeofday | Peter S. Mazinger | 2005-12-08 | 5 | -1/+7 |
| * | Implement __x versions | Peter S. Mazinger | 2005-12-08 | 4 | -6/+10 |
| * | Correct use of __*log | Peter S. Mazinger | 2005-12-08 | 1 | -3/+3 |
| * | Implement __mknod and use it | Peter S. Mazinger | 2005-12-08 | 2 | -1/+4 |
| * | Add hidden versions | Peter S. Mazinger | 2005-12-08 | 3 | -4/+7 |
| * | Hide __syscall_ipc | Peter S. Mazinger | 2005-12-08 | 2 | -2/+2 |
| * | Missed alias to xdr_string, thanks sjhill | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
| * | Hide more | Peter S. Mazinger | 2005-12-07 | 66 | -149/+362 |
| * | No more *xdr* jump relocations | Peter S. Mazinger | 2005-12-07 | 22 | -170/+231 |
| * | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 43 | -317/+380 |
| * | Correct typo, iconv binary does not use the internal versions | Peter S. Mazinger | 2005-12-06 | 1 | -2/+2 |
| * | Make use internal str*casecmp/wcscoll | Peter S. Mazinger | 2005-12-06 | 5 | -13/+9 |
| * | Get rid again of memset reloc | Peter S. Mazinger | 2005-12-06 | 1 | -1/+1 |
| * | Correct syntax now... | Peter S. Mazinger | 2005-12-06 | 1 | -4/+1 |
| * | Use correct syntax, correct weak/strong for [__]strxfrm | Peter S. Mazinger | 2005-12-06 | 1 | -1/+2 |
| * | Add prototype for __time, #define time __time is not usable here | Peter S. Mazinger | 2005-12-06 | 1 | -2/+2 |