summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-12-06a small TODOMike Frysinger
2005-12-06better help message for regex_oldMike Frysinger
2005-12-05Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger
2005-12-05Remove hp-timing.h on cleanPeter S. Mazinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-03Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger
2005-12-03Remove unneeded weakPeter S. Mazinger
2005-12-03remove wrong assumptions about __libc_xPeter S. Mazinger
2005-12-03Hide setstate_r, testPeter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-02Remove incorrect display stripping crt1.SPeter S. Mazinger
2005-12-02Don't strip interp.c, thx blindvtPeter S. Mazinger
2005-12-02add some notes (thanks to mjn3) as to why we need these weaks, remove all the...Mike Frysinger
2005-12-02Remove prototypes that are in kernel_sigaction.h alreadyPeter S. Mazinger
2005-12-02No, '__mempcpy' is used by user-space applications, like coreutils for exampl..."Steven J. Hill"
2005-12-02Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*."Steven J. Hill"
2005-12-02Fix make macro. Did you even fricking test this?"Steven J. Hill"
2005-12-01Kill 2 redefine warnings w/ gcc-4.xPeter S. Mazinger
2005-12-01I must have been crazy ...Peter S. Mazinger
2005-12-01Forgotten that this file is special and does not accept hidden, __mempcpy is ...Peter S. Mazinger
2005-12-01Make __syscall_fadvise64_64 static inlinePeter S. Mazinger
2005-12-01Use $@,$<Peter S. Mazinger