| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | We need these aliases to stay so that NPTL can override them. | "Steven J. Hill" | 2005-12-06 | 1 | -2/+4 |
* | Part deux. | "Steven J. Hill" | 2005-12-06 | 1 | -3/+3 |
* | Move 'librt' includes to be after pthreads since NPTL will be also be adding ... | "Steven J. Hill" | 2005-12-06 | 1 | -1/+1 |
* | Fix includes for NPTL thread model. | "Steven J. Hill" | 2005-12-06 | 1 | -2/+3 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 29 | -165/+73 |
* | include more paths in libpthreads | Mike Frysinger | 2005-12-06 | 1 | -1/+4 |
* | hide some internal pthread functions | Mike Frysinger | 2005-12-06 | 1 | -0/+6 |
* | first pass at hidden_def() macro based on the glibc one | Mike Frysinger | 2005-12-06 | 1 | -0/+1 |
* | touchup whitespace/comments | Mike Frysinger | 2005-12-06 | 1 | -14/+14 |
* | use the internal pthread_mutex_init() | Mike Frysinger | 2005-12-06 | 1 | -1/+1 |
* | only define offsetof macro if it isnt already defined | Mike Frysinger | 2005-12-06 | 2 | -2/+4 |
* | a small TODO | Mike Frysinger | 2005-12-06 | 1 | -0/+1 |
* | better help message for regex_old | Mike Frysinger | 2005-12-06 | 1 | -5/+10 |
* | Sync w/ glibc and disable everything uClibc does not provide | Peter S. Mazinger | 2005-12-05 | 2 | -29/+23 |
* | Remove hp-timing.h on clean | Peter S. Mazinger | 2005-12-05 | 1 | -1/+1 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 43 | -79/+140 |
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger | 2005-12-03 | 17 | -64/+59 |
* | _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma... | Peter S. Mazinger | 2005-12-03 | 9 | -11/+3 |
* | Remove unneeded weak | Peter S. Mazinger | 2005-12-03 | 1 | -1/+0 |
* | remove wrong assumptions about __libc_x | Peter S. Mazinger | 2005-12-03 | 1 | -8/+0 |
* | Hide setstate_r, test | Peter S. Mazinger | 2005-12-03 | 2 | -1/+3 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 119 | -301/+401 |
* | Remove incorrect display stripping crt1.S | Peter S. Mazinger | 2005-12-02 | 1 | -2/+0 |
* | Don't strip interp.c, thx blindvt | Peter S. Mazinger | 2005-12-02 | 1 | -1/+0 |
* | add some notes (thanks to mjn3) as to why we need these weaks, remove all the... | Mike Frysinger | 2005-12-02 | 1 | -43/+44 |
* | Remove prototypes that are in kernel_sigaction.h already | Peter S. Mazinger | 2005-12-02 | 1 | -5/+0 |
* | No, '__mempcpy' is used by user-space applications, like coreutils for exampl... | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
* | Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*. | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
* | Fix make macro. Did you even fricking test this? | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
* | Kill 2 redefine warnings w/ gcc-4.x | Peter S. Mazinger | 2005-12-01 | 2 | -2/+2 |
* | I must have been crazy ... | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
* | Forgotten that this file is special and does not accept hidden, __mempcpy is ... | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
* | Make __syscall_fadvise64_64 static inline | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
* | Use $@,$< | Peter S. Mazinger | 2005-12-01 | 1 | -3/+3 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 172 | -789/+882 |
* | Remove test file | Peter S. Mazinger | 2005-12-01 | 1 | -1454/+0 |
* | fix libc_hidden_builtin_def | Mike Frysinger | 2005-12-01 | 1 | -2/+2 |
* | link in new hp-timing.h file | Mike Frysinger | 2005-12-01 | 1 | -1/+3 |
* | add support for generating .s files for debug purposes | Mike Frysinger | 2005-12-01 | 1 | -0/+3 |
* | get rid of mips-specific types.h since common one contains more fixes | Mike Frysinger | 2005-12-01 | 2 | -148/+2 |
* | sync with glibc | Mike Frysinger | 2005-12-01 | 11 | -85/+295 |
* | grab header file from glibc | Mike Frysinger | 2005-12-01 | 1 | -0/+83 |
* | touchup how we declare the posix_fadvise functions and fix the case where pos... | Mike Frysinger | 2005-12-01 | 2 | -18/+13 |
* | sync with glibc (and shrinks the object code nicely by like half) | Mike Frysinger | 2005-12-01 | 4 | -73/+76 |
* | Sync w/ glibc | Peter S. Mazinger | 2005-11-30 | 1 | -4/+4 |
* | change __rt_sigprocmask to static inline | Peter S. Mazinger | 2005-11-30 | 1 | -0/+1 |
* | Sync w/ glibc | Peter S. Mazinger | 2005-11-30 | 1 | -6/+25 |
* | sync with glibc header | Mike Frysinger | 2005-11-30 | 1 | -3/+39 |
* | grab header from glibc | Mike Frysinger | 2005-11-30 | 1 | -0/+55 |
* | sync with linuxthreads.old_db/Makefile.in | Mike Frysinger | 2005-11-30 | 1 | -9/+11 |