summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* s/__kernel_time_t/__time_tJoakim Tjernlund2005-07-281-2/+2
|
* A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III2005-07-281-9/+10
| | | | | | Unfortunatly, the semid_ds structs were not changed as needed. So import the necessary (tweaked) files from glibc. Only tested on x86 today, but I'll be testing mips tomorrow.
* add support for nanosecondsMike Frysinger2005-07-171-7/+9
|
* sync whitespace with glibcMike Frysinger2005-06-171-8/+8
|
* Finish up reverting NPTLEric Andersen2005-05-203-6/+382
|
* Get rid of crud."Steven J. Hill"2005-05-151-234/+0
|
* There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"2005-05-141-142/+0
| | | | | | since we are going to support the two implementations of pthreads, we again need to instead create symbolic links to use the proper version of the file depending on the pthreads option chosen.
* Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"2005-05-141-6/+6
|
* Added new 'bits/atomic.h' for most of the architectures and the top-level ↵"Steven J. Hill"2005-05-121-0/+43
| | | | 'include/atomic.h' to add in new atomic operations for use by NPTL. There are multiple files for PowerPC and Sparc for 'atomic.h'. I will let those architecture maintainers choose the correct file. The files come from glibc in 'sysdeps/ARCH/bits'.
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-071-32/+41
| | | | | | | see http://uclibc.org/lists/uclibc/2005-May/011667.html for details. Not tested by me but I am sure Peter will :) The toolchain needs to be rebuilt.
* Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).Peter Kjellerstedt2005-04-281-4/+6
|