summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Collapse)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
| | | | struct __sched_param.
* 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 ↵Peter S. Mazinger2006-02-161-0/+2
| | | | this header at all installed?
* Add back the 115200 limitPeter S. Mazinger2006-02-131-0/+4
|
* only check for rlimit stuff if the target doesnt support the newer function ↵Mike Frysinger2006-02-101-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 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
| | | | is a useless attempt
* 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 ↵Mike Frysinger2006-01-191-0/+36
| | | | specific header file to make porting/updates a lot easier
* 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 ↵Peter S. Mazinger2006-01-161-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 itPeter S. Mazinger2006-01-151-6/+0
|
* Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵Peter S. Mazinger2006-01-061-2/+3
| | | | though
* 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
| | | | it back
* 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 ↵Peter S. Mazinger2005-12-111-4/+4
| | | | visible header
* _uintmaxtostr is only internally used, we do not need a rename, ↵Peter S. Mazinger2005-12-031-1/+1
| | | | uClibc_uintmaxtostr.h is only internal header, remove from target
* 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 ↵Mike Frysinger2005-11-151-0/+2
| | | | wont exist if user disables the option
* 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 ↵"Steven J. Hill"2005-09-211-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 supportMike Frysinger2005-09-211-8/+25
|