summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* cris: Fix build issuesKhem Raj2011-01-152-0/+83
* sparc: check for log double support in gccKonrad Eisele2010-12-271-0/+6
* libm_sh: add optimised assembly implementation of lroundf and lrintfChristian Bruel2010-12-171-0/+1
* sh_fpu: Do not allow inclusion of fpu_control on not SH4 coreCarmelo Amoroso2010-12-151-1/+3
* Adding quad float gcc intrinsic implementation for SPARCAustin Foxley2010-11-1841-2/+7220
* microblaze: build infrastructureSteven J. Magnani2010-11-102-62/+34
* microblaze: thread supportSteven J. Magnani2010-11-101-0/+145
* microblaze: misc headersSteven J. Magnani2010-11-104-17/+71
* microblaze: kernel headersSteven J. Magnani2010-11-105-64/+72
* microblaze: Restore soft-floatSteven J. Magnani2010-11-102-0/+225
* microblaze: vfork/clone interfaceSteven J. Magnani2010-11-102-52/+49
* microblaze: syscall interfaceSteven J. Magnani2010-11-102-57/+48
* microblaze: Fix crt bootstrapSteven J. Magnani2010-11-103-0/+147
* microblaze: Fix setjmp/longjmpSteven J. Magnani2010-11-103-39/+50
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-313-9/+14
* Fix msync() redefinition for noMMU buildBernhard Reutner-Fischer2010-10-271-0/+5
* mips: fix errno setting after syscallAlexander Gordeev2010-10-271-2/+4
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-222-2/+35
* remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko2010-10-222-8/+0
* sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-221-4/+10
* sparc: pipe.SAustin Foxley2010-10-011-1/+1
* nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-202-2/+7
* nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso2010-09-161-3/+3
* libc: Fix cancellation handling in some C functionsSalvatore Cro2010-09-154-7/+72
* libc: Provide both getpgid and __getpgid symbolsCarmelo Amoroso2010-08-311-1/+4
* nptl i686: avoid cpp problems with thunk sectionBernhard Reutner-Fischer2010-08-061-0/+2
* math: isnan is a C99 featureHenning Heinold2010-08-051-6/+5
* nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer2010-08-021-0/+8
* new helper funcs for alloca/malloc with mmu/nommuMike Frysinger2010-07-273-6/+40
* remove trailing comma in enumBernhard Reutner-Fischer2010-07-271-1/+1
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-271-0/+38
* bfin: pull in common/sysdep.hMike Frysinger2010-07-261-1/+1
* msync: skip if syscall is missingMike Frysinger2010-07-261-0/+4
* nommu: fix building of fork.c when stubs are disabledMike Frysinger2010-07-261-1/+2
* bfin: add exec stack markings to assembly filesMike Frysinger2010-07-265-0/+10
* arm/crt1.S: Avoid dependency on PC+4 or PC+8Khem Raj2010-07-211-8/+3
* arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _...Khem Raj2010-07-151-9/+9
* silence shadow warningsBernhard Reutner-Fischer2010-07-143-48/+48
* include/param.h: Dont use ARG_MAX from kernel headersKhem Raj2010-07-091-1/+9
* arm: Silence warning about shadow declarationsKhem Raj2010-07-072-26/+26
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-063-7/+7
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-062-0/+4
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-052-4/+0
* remove extra comma in lock macroAustin Foxley2010-07-031-1/+1
* mips/syscall-error: Choose the correct version for setting up errno.Khem Raj2010-06-302-5/+8
* remove redundant args to do_lnBernhard Reutner-Fischer2010-06-291-1/+1
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-248-29/+29
* libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer2010-06-244-5/+5
* MIPS: Fix build error with linuxthreads.oldAbdoulaye Walsimou Gaye2010-06-221-1/+1
* libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer2010-06-171-0/+11