Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct ifndef __ASSEMBLER__ | Peter S. Mazinger | 2006-02-22 | 1 | -0/+4 | |
| | ||||||
* | guard parts w/ __ASSEMBLER__ to be usable in vfork.S | Peter S. Mazinger | 2006-02-22 | 1 | -0/+4 | |
| | ||||||
* | Made include/bits/pthreadtypes.h compile again as it uses | Peter Kjellerstedt | 2006-02-22 | 1 | -1/+1 | |
| | | | | struct __sched_param. | |||||
* | Sync w/ glibc, enabled only those defines, that are used in uClibc | Peter S. Mazinger | 2006-02-22 | 1 | -4/+67 | |
| | ||||||
* | Sync with glibc 2.3.6. | Peter Kjellerstedt | 2006-02-22 | 1 | -43/+53 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -3/+3 | |
| | ||||||
* | Undo earlier change and sync new linuxthreads' guard w/ old | Peter S. Mazinger | 2006-02-16 | 1 | -2/+0 | |
| | ||||||
* | Guard __pthread_mutex_* to be used exclusively within uClibc, do we need ↵ | Peter S. Mazinger | 2006-02-16 | 1 | -0/+2 | |
| | | | | this header at all installed? | |||||
* | Add back the 115200 limit | Peter S. Mazinger | 2006-02-13 | 1 | -0/+4 | |
| | ||||||
* | only check for rlimit stuff if the target doesnt support the newer function ↵ | Mike Frysinger | 2006-02-10 | 1 | -0/+3 | |
| | | | | call, and dont bother with 64bit versions on 64bit hosts as the regular one works fine (should fix the setrlimit ltp tests) | |||||
* | sync with glibc, should fix the swap* segfaults in ltp | Mike Frysinger | 2006-02-10 | 1 | -0/+3 | |
| | ||||||
* | getopt_long[_only] visible only if GNU getopt used | Peter S. Mazinger | 2006-02-03 | 1 | -0/+2 | |
| | ||||||
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 2 | -5/+3 | |
| | | | | is a useless attempt | |||||
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 1 | -5/+10 | |
| | ||||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 1 | -0/+36 | |
| | | | | specific header file to make porting/updates a lot easier | |||||
* | Correct unimportant typo | Peter S. Mazinger | 2006-01-19 | 1 | -1/+1 | |
| | ||||||
* | give a little info as to what the file should contain | Mike Frysinger | 2006-01-19 | 1 | -0/+5 | |
| | ||||||
* | give a little info as to what the file should contain | Mike Frysinger | 2006-01-19 | 1 | -0/+5 | |
| | ||||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+3 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it | Peter S. Mazinger | 2006-01-15 | 1 | -6/+0 | |
| | ||||||
* | Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵ | Peter S. Mazinger | 2006-01-06 | 1 | -2/+3 | |
| | | | | though | |||||
* | sync Joseph S. Myers fixes from glibc for a better NAN define | Mike Frysinger | 2006-01-05 | 1 | -5/+10 | |
| | ||||||
* | remove duplicate ; | Mike Frysinger | 2006-01-05 | 1 | -3/+3 | |
| | ||||||
* | now we can safely declare these hidden | Mike Frysinger | 2006-01-04 | 1 | -4/+4 | |
| | ||||||
* | Remove textrel | Peter S. Mazinger | 2006-01-03 | 1 | -4/+4 | |
| | ||||||
* | hide the internal libc pthread_mutex funcs | Mike Frysinger | 2005-12-29 | 1 | -9/+6 | |
| | ||||||
* | pointless whitespace touchups | Mike Frysinger | 2005-12-29 | 1 | -10/+10 | |
| | ||||||
* | Typo | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 | |
| | ||||||
* | Adapt some missed prototypes | Peter S. Mazinger | 2005-12-16 | 1 | -4/+6 | |
| | ||||||
* | Better guards within _LIBC, cleanup, typos | Peter S. Mazinger | 2005-12-16 | 3 | -19/+10 | |
| | ||||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -31/+1 | |
| | | | | it back | |||||
* | Disable some unused stuff, better guard for libc | Peter S. Mazinger | 2005-12-16 | 2 | -5/+5 | |
| | ||||||
* | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | 2005-12-14 | 1 | -2/+2 | |
| | ||||||
* | Sync w/ glibc | Peter S. Mazinger | 2005-12-13 | 1 | -11/+11 | |
| | ||||||
* | Make sure we are really within uClibc only, these bits should move from the ↵ | Peter S. Mazinger | 2005-12-11 | 1 | -4/+4 | |
| | | | | visible header | |||||
* | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 | |
| | | | | uClibc_uintmaxtostr.h is only internal header, remove from target | |||||
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 1 | -1/+11 | |
| | ||||||
* | sync with glibc to get 64bit fixes | Mike Frysinger | 2005-11-23 | 2 | -2/+35 | |
| | ||||||
* | move alpha/hppa into their own arch subdir where they should be | Mike Frysinger | 2005-11-18 | 1 | -30/+1 | |
| | ||||||
* | add support for ia64 | Mike Frysinger | 2005-11-18 | 1 | -0/+12 | |
| | ||||||
* | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 1 | -1/+3 | |
| | ||||||
* | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵ | Mike Frysinger | 2005-11-15 | 1 | -0/+2 | |
| | | | | wont exist if user disables the option | |||||
* | sync getopt headers with glibc | Mike Frysinger | 2005-11-15 | 1 | -11/+26 | |
| | ||||||
* | make people provide these headers when porting | Mike Frysinger | 2005-11-12 | 2 | -64/+4 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-11-09 | 15 | -168/+241 | |
| | ||||||
* | fix __intptr_t for 64bit arches | Mike Frysinger | 2005-11-09 | 1 | -1/+1 | |
| | ||||||
* | booooring license updates | Mike Frysinger | 2005-11-09 | 10 | -60/+94 | |
| | ||||||
* | 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets ↵ | "Steven J. Hill" | 2005-09-21 | 1 | -142/+0 | |
| | | | | merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in. | |||||
* | merge some updates from glibc to fix 32/64 bit support | Mike Frysinger | 2005-09-21 | 1 | -8/+25 | |
| |