summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* buildsys: use kbuild styleBernhard Reutner-Fischer2011-02-141-96/+39
* buildsys: remove wrong fileBernhard Reutner-Fischer2011-02-141-1/+1
* regex: remove set but not used variableBernhard Reutner-Fischer2011-02-141-3/+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
* *printf: Violation of precision with null stringJones Desougi2011-02-091-0/+6
* 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
* fix a problem with hidden getutent in non-threaded buildsDenys Vlasenko2011-02-061-1/+1
* 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
* stdio: fix diagnostic messageBernhard Reutner-Fischer2011-01-211-1/+1
* cris: Fix build issuesKhem Raj2011-01-152-0/+83
* syslog: fix 'everyone logs with user facility'Roman I Khimov2011-01-111-1/+1
* __psfs_parse_spec: always use long int for %pBernhard Reutner-Fischer2011-01-111-1/+4
* libc/inet/netlinkaccess.h: Use the types from kernelKhem Raj2011-01-011-8/+1
* 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
* sh: fix memcpy saving/restoring FR12-FR15 registersGiuseppe Cavallaro2010-12-141-3/+15
* libc: fix strtoqNatanael Copa2010-12-011-0/+3
* libc_utmp: Fix getutmp and getutmpx for x86_64Carmelo Amoroso2010-11-281-2/+4
* libc: silence warningBernhard Reutner-Fischer2010-11-241-0/+1
* wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer2010-11-241-0/+2
* resolv.c fails for /etc/hosts lookupsPhilip Nye2010-11-231-8/+12
* 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: optimized memcpy/memmoveSteven J. Magnani2010-11-103-0/+687
* 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
* sleep: include Linus' email in the commentDenys Vlasenko2010-10-301-5/+21
* sleep: document testing result on 2.4.x kernelsDenys Vlasenko2010-10-291-1/+1
* sleep: add comment with test program for SIG_IGNed SIGCHLDDenys Vlasenko2010-10-291-5/+38
* 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-225-11/+42
* remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko2010-10-222-8/+0
* sleep: tiny code shrinkDenys Vlasenko2010-10-221-4/+4
* sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-223-6/+17
* sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common caseDenys Vlasenko2010-10-221-22/+18
* sleep: remove commented-out code. no code changesDenys Vlasenko2010-10-221-4/+0