summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Only use fstat64 when LFS is enabledAustin Foxley2009-05-201-1/+9
* Add position independent code for crt1.S.Carmelo Amoroso2009-05-051-0/+45
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56
* Merged revisions 26046,26062,26066,26078 via svnmerge from Khem Raj2009-04-141-1/+13
* Merged revisions 25971,26002 via svnmerge from Khem Raj2009-04-072-10/+26
* Merged revisions 25821,25823-25824,25836 via svnmerge from Khem Raj2009-03-282-1/+5
* sparc atomic.h: resort to v7/v8 atomic operations in the static case, austinf2009-03-211-10/+12
* sparc32 nptl functionalaustinf2009-03-196-99/+523
* Merged revisions 25669-25670,25673-25674 via svnmerge from Khem Raj2009-03-162-1/+58
* Merged revisions 25638,25640,25642,25649-25650,25667-25668 via svnmerge from Khem Raj2009-03-162-9/+58
* resolver:Denis Vlasenko2009-03-101-63/+7
* Merged revisions 25556 via svnmerge from Khem Raj2009-03-052-5/+15
* mknod: widen the parameters to match kernelDenis Vlasenko2009-03-035-18/+21
* Add EPOLLRDHUP constantDenis Vlasenko2009-03-021-0/+2
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-277-57/+13
* reinstate __libc_foo for linuxthreads.oldDenis Vlasenko2009-02-257-0/+37
* Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso2009-02-235-6/+6
* Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso2009-02-201-1/+1
* Fix typo.Carmelo Amoroso2009-02-201-1/+1
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-202-3/+3
* sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architectureCarmelo Amoroso2009-02-201-1/+1
* Synch kernel_types.h (i386, x86_64) with trunkCarmelo Amoroso2009-02-192-2/+2
* Synch strverscmp.c with trunkCarmelo Amoroso2009-02-192-0/+117
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-186-142/+17
* mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko2009-02-181-85/+87
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-0/+7
* suppress bogus ioctl on fd==INT_MAX when vasprintf() is calledDenis Vlasenko2009-02-154-14/+23
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-3/+14
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-084-2/+151
* Minor changes to silent compiler warning due to sigdness.Carmelo Amoroso2009-01-291-1/+1
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-01-281-14/+17
* Fix res_init.c build when __UCLIBC_HAS_COMPAT_RES_STATE__Carmelo Amoroso2009-01-261-1/+3
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-2210-231/+276
* Signal handling rework: two missing filesCarmelo Amoroso2009-01-222-149/+93
* Synch whole signal handling rework with trunk. Tested on nptl-sh4.Carmelo Amoroso2009-01-2216-353/+187
* Fix build problem. Revert commit 24521. Please do not changeCarmelo Amoroso2009-01-221-1/+0
* res_state has _vcsock field only if __UCLIBC_HAS_EXTRA_COMPAT_RES_STATE__Carmelo Amoroso2009-01-221-0/+2
* - pull r24946 from trunk (remove unavailable functionality; psm)Bernhard Reutner-Fischer2009-01-211-0/+4
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-2111-129/+114
* Make __global_locale visible in headersDenis Vlasenko2009-01-181-1/+2
* - pull r24799 from trunkBernhard Reutner-Fischer2009-01-122-1/+11
* Get rid of the following annoying warnings on ppc:Denis Vlasenko2009-01-031-17/+18
* libc/stdlib/_strtod.c: add parens around a | bDenis Vlasenko2008-12-291-1/+1
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-297-62/+62
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-298-20/+29
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-272-5/+12
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-2710-137/+120
* convert yet another old-style function definitionDenis Vlasenko2008-12-261-5/+5
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-265-165/+88
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-264-92/+96