summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Do ppc specific __ioctl tooPeter S. Mazinger2005-12-081-1/+3
* Use __gettimeofdayPeter S. Mazinger2005-12-085-1/+7
* Implement __x versionsPeter S. Mazinger2005-12-084-6/+10
* Correct use of __*logPeter S. Mazinger2005-12-081-3/+3
* Implement __mknod and use itPeter S. Mazinger2005-12-082-1/+4
* Add hidden versionsPeter S. Mazinger2005-12-083-4/+7
* Hide __syscall_ipcPeter S. Mazinger2005-12-082-2/+2
* Missed alias to xdr_string, thanks sjhillPeter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-0766-149/+362
* No more *xdr* jump relocationsPeter S. Mazinger2005-12-0722-170/+231
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-0743-317/+380
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-061-2/+2
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-065-13/+9
* Get rid again of memset relocPeter S. Mazinger2005-12-061-1/+1
* Correct syntax now...Peter S. Mazinger2005-12-061-4/+1
* Use correct syntax, correct weak/strong for [__]strxfrmPeter S. Mazinger2005-12-061-1/+2
* Add prototype for __time, #define time __time is not usable herePeter S. Mazinger2005-12-061-2/+2
* Hide strftime/strptime/wcsftime and make use of internalsPeter S. Mazinger2005-12-061-10/+23
* Add needed prototypes removed from generic headerPeter S. Mazinger2005-12-061-0/+4
* Hide str*casecmp/*coll/*xfrm and make use of the internal versionsPeter S. Mazinger2005-12-061-23/+45
* Guard __strcoll/strcoll for C locales and use the same logic as elsewherePeter S. Mazinger2005-12-061-2/+6
* Yeah, suck it up. I'm tired of merging stuff."Steven J. Hill"2005-12-061-0/+5
* Get rid of compiler warning."Steven J. Hill"2005-12-061-1/+1
* We need these aliases to stay so that NPTL can override them."Steven J. Hill"2005-12-061-2/+4
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-0628-165/+65
* only define offsetof macro if it isnt already definedMike Frysinger2005-12-062-2/+4
* a small TODOMike Frysinger2005-12-061-0/+1
* Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger2005-12-051-0/+4
* More hiding, 300 leftPeter S. Mazinger2005-12-0443-79/+140
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-0317-64/+59
* _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger2005-12-038-11/+2
* Remove unneeded weakPeter S. Mazinger2005-12-031-1/+0
* Hide setstate_r, testPeter S. Mazinger2005-12-032-1/+3
* More hiding, including __mempcpyPeter S. Mazinger2005-12-03115-217/+393
* add some notes (thanks to mjn3) as to why we need these weaks, remove all the...Mike Frysinger2005-12-021-43/+44
* Remove prototypes that are in kernel_sigaction.h alreadyPeter S. Mazinger2005-12-021-5/+0
* No, '__mempcpy' is used by user-space applications, like coreutils for exampl..."Steven J. Hill"2005-12-021-1/+1
* Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*."Steven J. Hill"2005-12-021-1/+1
* Kill 2 redefine warnings w/ gcc-4.xPeter S. Mazinger2005-12-012-2/+2
* Forgotten that this file is special and does not accept hidden, __mempcpy is ...Peter S. Mazinger2005-12-011-1/+1
* Make __syscall_fadvise64_64 static inlinePeter S. Mazinger2005-12-011-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-01170-788/+817
* Remove test filePeter S. Mazinger2005-12-011-1454/+0
* fix libc_hidden_builtin_defMike Frysinger2005-12-011-2/+2
* get rid of mips-specific types.h since common one contains more fixesMike Frysinger2005-12-012-148/+2
* sync with glibcMike Frysinger2005-12-0111-85/+295
* grab header file from glibcMike Frysinger2005-12-011-0/+83
* touchup how we declare the posix_fadvise functions and fix the case where pos...Mike Frysinger2005-12-012-18/+13
* sync with glibc (and shrinks the object code nicely by like half)Mike Frysinger2005-12-014-73/+76
* change __rt_sigprocmask to static inlinePeter S. Mazinger2005-11-301-0/+1