summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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-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-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-06only define offsetof macro if it isnt already definedMike Frysinger
2005-12-06a small TODOMike Frysinger
2005-12-05Sync w/ glibc and disable everything uClibc does not providePeter 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-03Hide setstate_r, testPeter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter 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-01Kill 2 redefine warnings w/ gcc-4.xPeter 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-01Hide mostly used functionsPeter S. Mazinger
2005-12-01Remove test filePeter S. Mazinger
2005-12-01fix libc_hidden_builtin_defMike Frysinger
2005-12-01get rid of mips-specific types.h since common one contains more fixesMike Frysinger
2005-12-01sync with glibcMike Frysinger
2005-12-01grab header file from glibcMike Frysinger
2005-12-01touchup how we declare the posix_fadvise functions and fix the case where pos...Mike Frysinger
2005-12-01sync with glibc (and shrinks the object code nicely by like half)Mike Frysinger
2005-11-30change __rt_sigprocmask to static inlinePeter S. Mazinger
2005-11-30grab header from glibcMike Frysinger
2005-11-30fix warning about __random() not being a prototypeMike Frysinger
2005-11-30get rid of unused sysdep.h headerMike Frysinger
2005-11-30grab some headers/updates from glibcMike Frysinger
2005-11-30sync with glibc to parse error in C version of test_and_setMike Frysinger
2005-11-30fix warning using glibc methodMike Frysinger
2005-11-29Use __STDC__ syntax, no need for prototype if random_r is before srandom_rPeter S. Mazinger
2005-11-29Correct typoPeter S. Mazinger