summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* use common sigthread.hPeter S. Mazinger2011-03-031-1/+7
* nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso2011-02-251-0/+5
* unify stub logicMike Frysinger2011-02-2430-266/+195
* bfin: fix fp reference in _JMPBUF_UNWINDSMike Frysinger2011-02-221-1/+1
* nptl: imit waitpid just for MIPS O32Bernhard Reutner-Fischer2011-02-221-1/+0
* bfin: add support for new cacheflush syscallSteve Kilbane2011-02-213-1/+40
* bfin: fix sram/dma syscall definitionsSteve Kilbane2011-02-213-5/+5
* bfin: add missing GNU-stack markings to __longjmpMike Frysinger2011-02-211-0/+2
* buildsys: fix inverted logic with thread implsBernhard Reutner-Fischer2011-02-161-3/+2
* buildsys: use kbuild styleBernhard Reutner-Fischer2011-02-141-96/+39
* buildsys: remove wrong fileBernhard Reutner-Fischer2011-02-141-1/+1
* nptl: fix typo in buildsysBernhard Reutner-Fischer2011-02-141-1/+1
* Fix GNU make v3.80 compatibilityKevin Cernekee2011-02-111-2/+6
* arm: use CAS gcc builtin if SI-mode pattern is availableBernhard Reutner-Fischer2011-02-111-8/+17
* i386: extend IMA guards to also cover LTOBernhard Reutner-Fischer2011-02-091-2/+5
* sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3Peter Korsgaard2011-02-093-3/+63
* arm: mv nptl specific atomic impl to common placeBernhard Reutner-Fischer2011-02-091-0/+122
* nios2: Name architecture correctly in endian.h headerTobias Klauser2011-02-011-1/+1
* nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj2011-01-291-0/+4
* 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