summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Expand)AuthorAgeFilesLines
...
* Correct ifndef __ASSEMBLER__Peter S. Mazinger2006-02-221-0/+4
* guard parts w/ __ASSEMBLER__ to be usable in vfork.SPeter S. Mazinger2006-02-221-0/+4
* Made include/bits/pthreadtypes.h compile again as it usesPeter Kjellerstedt2006-02-221-1/+1
* Sync w/ glibc, enabled only those defines, that are used in uClibcPeter S. Mazinger2006-02-221-4/+67
* Sync with glibc 2.3.6.Peter Kjellerstedt2006-02-221-43/+53
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-3/+3
* Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger2006-02-161-2/+0
* Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this...Peter S. Mazinger2006-02-161-0/+2
* Add back the 115200 limitPeter S. Mazinger2006-02-131-0/+4
* only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger2006-02-101-0/+3
* sync with glibc, should fix the swap* segfaults in ltpMike Frysinger2006-02-101-0/+3
* getopt_long[_only] visible only if GNU getopt usedPeter S. Mazinger2006-02-031-0/+2
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-5/+3
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-0/+36
* Correct unimportant typoPeter S. Mazinger2006-01-191-1/+1
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+3
* Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger2006-01-151-6/+0
* Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work t...Peter S. Mazinger2006-01-061-2/+3
* sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger2006-01-051-5/+10
* remove duplicate ;Mike Frysinger2006-01-051-3/+3
* now we can safely declare these hiddenMike Frysinger2006-01-041-4/+4
* Remove textrelPeter S. Mazinger2006-01-031-4/+4
* hide the internal libc pthread_mutex funcsMike Frysinger2005-12-291-9/+6
* pointless whitespace touchupsMike Frysinger2005-12-291-10/+10
* TypoPeter S. Mazinger2005-12-161-1/+1
* Adapt some missed prototypesPeter S. Mazinger2005-12-161-4/+6
* Better guards within _LIBC, cleanup, typosPeter S. Mazinger2005-12-163-19/+10
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-31/+1
* Disable some unused stuff, better guard for libcPeter S. Mazinger2005-12-162-5/+5
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-2/+2
* Sync w/ glibcPeter S. Mazinger2005-12-131-11/+11
* Make sure we are really within uClibc only, these bits should move from the v...Peter S. Mazinger2005-12-111-4/+4
* _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger2005-12-031-1/+1
* define MREMAP_FIXEDMike Frysinger2005-11-271-1/+11
* sync with glibc to get 64bit fixesMike Frysinger2005-11-232-2/+35
* move alpha/hppa into their own arch subdir where they should beMike Frysinger2005-11-181-30/+1
* add support for ia64Mike Frysinger2005-11-181-0/+12
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-1/+3
* as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger2005-11-151-0/+2
* sync getopt headers with glibcMike Frysinger2005-11-151-11/+26
* make people provide these headers when portingMike Frysinger2005-11-122-64/+4
* sync with glibcMike Frysinger2005-11-0915-168/+241
* fix __intptr_t for 64bit archesMike Frysinger2005-11-091-1/+1
* booooring license updatesMike Frysinger2005-11-0910-60/+94
* 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"2005-09-211-142/+0
* merge some updates from glibc to fix 32/64 bit supportMike Frysinger2005-09-211-8/+25