summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* We need these aliases to stay so that NPTL can override them."Steven J. Hill"2005-12-061-2/+4
|
* Part deux."Steven J. Hill"2005-12-061-3/+3
|
* Move 'librt' includes to be after pthreads since NPTL will be also be adding ↵"Steven J. Hill"2005-12-061-1/+1
| | | | new code for this library. Be afraid, be very afraid.
* Fix includes for NPTL thread model."Steven J. Hill"2005-12-061-2/+3
|
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-0629-165/+73
|
* include more paths in libpthreadsMike Frysinger2005-12-061-1/+4
|
* hide some internal pthread functionsMike Frysinger2005-12-061-0/+6
|
* first pass at hidden_def() macro based on the glibc oneMike Frysinger2005-12-061-0/+1
|
* touchup whitespace/commentsMike Frysinger2005-12-061-14/+14
|
* use the internal pthread_mutex_init()Mike Frysinger2005-12-061-1/+1
|
* only define offsetof macro if it isnt already definedMike Frysinger2005-12-062-2/+4
|
* a small TODOMike Frysinger2005-12-061-0/+1
|
* better help message for regex_oldMike Frysinger2005-12-061-5/+10
|
* Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger2005-12-052-29/+23
|
* Remove hp-timing.h on cleanPeter S. Mazinger2005-12-051-1/+1
|
* More hiding, 300 leftPeter S. Mazinger2005-12-0443-79/+140
|
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵Peter S. Mazinger2005-12-0317-64/+59
| | | | x_internal, do not use cascading aliases
* _uintmaxtostr is only internally used, we do not need a rename, ↵Peter S. Mazinger2005-12-039-11/+3
| | | | uClibc_uintmaxtostr.h is only internal header, remove from target
* Remove unneeded weakPeter S. Mazinger2005-12-031-1/+0
|
* remove wrong assumptions about __libc_xPeter S. Mazinger2005-12-031-8/+0
|
* Hide setstate_r, testPeter S. Mazinger2005-12-032-1/+3
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-03119-301/+401
|
* Remove incorrect display stripping crt1.SPeter S. Mazinger2005-12-021-2/+0
|
* Don't strip interp.c, thx blindvtPeter S. Mazinger2005-12-021-1/+0
|
* add some notes (thanks to mjn3) as to why we need these weaks, remove all ↵Mike Frysinger2005-12-021-43/+44
| | | | the weaks that we arent actually using atm, and in general touchup the code
* 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 ↵"Steven J. Hill"2005-12-021-1/+1
| | | | example and glibc still has '__mempcpy' as a global symbol. How about this, do a complete buildroot file system after hacking uClibc to make sure things work? There's a novel idea.
* Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*."Steven J. Hill"2005-12-021-1/+1
|
* Fix make macro. Did you even fricking test this?"Steven J. Hill"2005-12-021-1/+1
|
* Kill 2 redefine warnings w/ gcc-4.xPeter S. Mazinger2005-12-012-2/+2
|
* I must have been crazy ...Peter S. Mazinger2005-12-011-1/+1
|
* Forgotten that this file is special and does not accept hidden, __mempcpy is ↵Peter S. Mazinger2005-12-011-1/+1
| | | | hidden again
* Make __syscall_fadvise64_64 static inlinePeter S. Mazinger2005-12-011-1/+1
|
* Use $@,$<Peter S. Mazinger2005-12-011-3/+3
|
* Hide mostly used functionsPeter S. Mazinger2005-12-01172-789/+882
|
* Remove test filePeter S. Mazinger2005-12-011-1454/+0
|
* fix libc_hidden_builtin_defMike Frysinger2005-12-011-2/+2
|
* link in new hp-timing.h fileMike Frysinger2005-12-011-1/+3
|
* add support for generating .s files for debug purposesMike Frysinger2005-12-011-0/+3
|
* 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 ↵Mike Frysinger2005-12-012-18/+13
| | | | posix_fadvise kernel call exists but not posix_fadvise64
* sync with glibc (and shrinks the object code nicely by like half)Mike Frysinger2005-12-014-73/+76
|
* Sync w/ glibcPeter S. Mazinger2005-11-301-4/+4
|
* change __rt_sigprocmask to static inlinePeter S. Mazinger2005-11-301-0/+1
|
* Sync w/ glibcPeter S. Mazinger2005-11-301-6/+25
|
* sync with glibc headerMike Frysinger2005-11-301-3/+39
|
* grab header from glibcMike Frysinger2005-11-301-0/+55
|
* sync with linuxthreads.old_db/Makefile.inMike Frysinger2005-11-301-9/+11
|