summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sleep: code shrinkDenys Vlasenko2010-10-212-33/+28
* vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside itDenys Vlasenko2010-10-191-21/+20
* _vfprintf.c: de-obfuscate badly twisted fragment. no code changes.Denys Vlasenko2010-10-191-5/+3
* vfprintf.c: remove endif comments which clog up the source. no code changesDenys Vlasenko2010-10-191-136/+135
* vfprintf.c: de-obfuscate if(with nested assignments). no logic changesDenys Vlasenko2010-10-191-25/+38
* getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa2010-10-141-17/+8
* getnet: simplify alias handling and reduce MAXALIASESNatanael Copa2010-10-141-17/+8
* getservice: fix handling of long linesNatanael Copa2010-10-141-22/+16
* parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
* config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
* getservice: getservent_r must return ERANGE when buffer is too smallNatanael Copa2010-10-141-3/+2
* config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
* sparc: pipe.SAustin Foxley2010-10-011-1/+1
* nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-202-2/+7
* libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso2010-09-171-17/+122