summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* futimens: add functionBernhard Reutner-Fischer2009-11-222-0/+25
* ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-221-3/+2
* __assert: include unistd.h for smallintBernhard Reutner-Fischer2009-11-221-2/+1
* msgrcv is of type ssize_tAustin Foxley2009-11-221-2/+2
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-221-0/+1
* SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-221-0/+2
* assert: make linenumber unsignedPeter S. Mazinger2009-11-221-4/+3
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-221-0/+2
* _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-221-0/+1
* realpath: SUSv4 compliantBernhard Reutner-Fischer2009-11-221-14/+8
* include string.h for memset()Bernhard Reutner-Fischer2009-11-171-0/+2
* disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* regex: call memcpy() ourselvesMike Frysinger2009-11-091-1/+2
* sysctl: avoid inline initializationMike Frysinger2009-11-091-17/+9
* inet_ntop4: avoid inline initializationMike Frysinger2009-11-091-1/+3
* sparc: use fputs to write to stderrMike Frysinger2009-11-091-1/+1
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-11-093-3/+3
* make the sem_open changes actually compileAustin Foxley2009-11-092-2/+2
* Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-0911-17/+22
* whitespace fixesAustin Foxley2009-10-1716-60/+57
* mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz2009-10-171-2/+2
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+4
* sync a few trivial changes back to masterAustin Foxley2009-10-172-5/+5
* hostid: style fixes to match masterAustin Foxley2009-10-171-6/+8
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-161-3/+0
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-161-1/+2
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-161-1/+2
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-161-6/+9
* drop __BCC__ cruft from string codeMike Frysinger2009-10-1614-131/+11
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-163-1/+5
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-162-2/+5
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-161-0/+4
* clean up O_CLOEXEC handlingMike Frysinger2009-10-1622-47/+32
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-161-0/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-161-51/+40
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-1610-10/+0
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-161-0/+12
* descriptive error messageBernhard Reutner-Fischer2009-10-161-1/+1
* sh: Align sh clone implementation with glibcCarmelo Amoroso2009-10-101-8/+7
* sh4: Reorder code in memmove.cCarmelo Amoroso2009-10-101-32/+30
* Fix building arm EABIBernhard Reutner-Fischer2009-10-082-1/+2
* mips nptl: Cleanup up _ABI64 warningsAustin Foxley2009-09-271-0/+2
* sh: Add new optimisation to the SH4 memcpyGiuseppe Cavallaro2009-09-271-2/+107
* sh: add assembly strcpy and strncpyGiuseppe Cavallaro2009-09-272-0/+71
* sh: add assembly strlen from KernelGiuseppe Cavallaro2009-09-271-0/+75
* sh: add assembly memchr from KernelGiuseppe Cavallaro2009-09-271-0/+30
* sh: add a new memmove optimised for SH4Giuseppe Cavallaro2009-09-271-0/+119
* sh: add assembly memset from Kernel and optimise it for SH4Giuseppe Cavallaro2009-09-271-0/+146
* build C files within arch subfolders.Giuseppe Cavallaro2009-09-271-1/+4
* Revert part of ecd7069ac6Austin Foxley2009-09-251-0/+2