summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-08Use internal versionsPeter S. Mazinger
2005-12-08Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger
2005-12-08Do __sleep, should we make it weak, so that libpthread can overwrite it?Peter S. Mazinger
2005-12-08Implement __strto* __wcsto* and hide _stdlib_wcsto*Peter S. Mazinger
2005-12-08Hide some of the f* *printf, use them as wellPeter S. Mazinger
2005-12-08Implement __tfind/__lfind and use themPeter S. Mazinger
2005-12-08Reorder and remove prototypesPeter S. Mazinger
2005-12-08Reorder so that no prototype is needed. Is there a better way to get rid of g...Peter S. Mazinger
2005-12-08Enable __iswctype_l prototypePeter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-08Use __open|__closedirPeter S. Mazinger
2005-12-08Do ppc specific __ioctl tooPeter S. Mazinger
2005-12-08Use __gettimeofdayPeter S. Mazinger
2005-12-08Implement __x versionsPeter S. Mazinger
2005-12-08Correct use of __*logPeter S. Mazinger
2005-12-08Implement __mknod and use itPeter S. Mazinger
2005-12-08Add hidden versionsPeter S. Mazinger
2005-12-08Hide __syscall_ipcPeter S. Mazinger
2005-12-08Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ...Peter S. Mazinger
2005-12-08Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add c...Peter S. Mazinger
2005-12-08Missed alias to xdr_string, thanks sjhillPeter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-12-07No more *xdr* jump relocationsPeter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger
2005-12-06Make use internal str*casecmp/wcscollPeter S. Mazinger
2005-12-06Get rid again of memset relocPeter S. Mazinger
2005-12-06Correct syntax now...Peter S. Mazinger
2005-12-06Use correct syntax, correct weak/strong for [__]strxfrmPeter S. Mazinger
2005-12-06Add prototype for __time, #define time __time is not usable herePeter S. Mazinger
2005-12-06Hide strftime/strptime/wcsftime and make use of internalsPeter S. Mazinger
2005-12-06Add needed prototypes removed from generic headerPeter S. Mazinger
2005-12-06Hide str*casecmp/*coll/*xfrm and make use of the internal versionsPeter S. Mazinger
2005-12-06Guard __strcoll/strcoll for C locales and use the same logic as elsewherePeter S. Mazinger
2005-12-06Sync to glibc, remove __xPeter S. Mazinger
2005-12-06Add some needed prototypes and macros to allow transition of __XL and friends...Peter S. Mazinger
2005-12-06Remove a loop if locales are to be builtPeter S. Mazinger
2005-12-06Yeah, suck it up. I'm tired of merging stuff."Steven J. Hill"
2005-12-06Get rid of compiler warning."Steven J. Hill"
2005-12-06We need these aliases to stay so that NPTL can override them."Steven J. Hill"
2005-12-06Part deux."Steven J. Hill"
2005-12-06Move 'librt' includes to be after pthreads since NPTL will be also be adding ..."Steven J. Hill"
2005-12-06Fix includes for NPTL thread model."Steven J. Hill"
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-06include more paths in libpthreadsMike Frysinger
2005-12-06hide some internal pthread functionsMike Frysinger
2005-12-06first pass at hidden_def() macro based on the glibc oneMike Frysinger
2005-12-06touchup whitespace/commentsMike Frysinger
2005-12-06use the internal pthread_mutex_init()Mike Frysinger
2005-12-06only define offsetof macro if it isnt already definedMike Frysinger