summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-05whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger
2008-01-05patch from Mats Erik Andersson for better catching edge cases in optimized st...Mike Frysinger
2008-01-05add BOTHER define from termios2Mike Frysinger
2008-01-05give EM_AVR32 a little commentMike Frysinger
2008-01-05Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the Cirr...Mike Frysinger
2008-01-05not everyone is a ninja: explicitly state that people should convert from sys...Mike Frysinger
2008-01-05whitespace only: fix indentationMike Frysinger
2008-01-05blah, enable the stupid hidden proto for fcntlMike Frysinger
2008-01-05krichy writes in 292:Mike Frysinger
2008-01-05zen in #938 writes:Mike Frysinger
2008-01-05implement semtimedop for #927Mike Frysinger
2008-01-05pop -m32 onto LDFLAGS/CFLAGS to make building on x86_64 multilib systems tran...Mike Frysinger
2008-01-05michael_d writes in 1879:Mike Frysinger
2008-01-05michael_d writes in #1869: make sure GNU error functions output 'program: ' a...Mike Frysinger
2008-01-05michael_d writes in #1874: Mike Frysinger
2008-01-05michael_d in #1849 writes: The getcwd() implementation in the absence of a ge...Mike Frysinger
2007-12-22plug a memory leak when using execl* functions on no-mmuMike Frysinger
2007-12-22mark a bunch of public mem/str functions as weak so that people who insist on...Mike Frysinger
2007-12-22add hidden defs for execv/execlp for completenessMike Frysinger
2007-12-08import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf...Mike Frysinger
2007-12-07Removed pointless initialization to 0 of DIR fieldsCarmelo Amoroso
2007-12-07I don't remember exactly why we decided to pick the caller's value ofCarmelo Amoroso
2007-12-05Fix opendir problem when statically linked due to a missingCarmelo Amoroso
2007-12-04Blackfin FD-PIC patch 6/6.Bernd Schmidt
2007-12-03Fix a few warnings introduced by my previous commits.Bernd Schmidt
2007-12-03Blackfin FD-PIC patches 5/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 4/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 3/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 2/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 1/6.Bernd Schmidt
2007-12-03Some versions of gcc consider inline merely a hint. AVR32 depends on theCarmelo Amoroso
2007-12-03realpath: reduce stack usage from 3*PATH_MAX (12k) to 1*PATH_MAX (4k).Denis Vlasenko
2007-11-28Fix merging error: a macro was renamed.Bernd Schmidt
2007-11-23Blackfin crt1.S fixes for building with -msep-data.Bernd Schmidt
2007-11-23Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA.Bernd Schmidt
2007-11-23Some shared flat improvements.Bernd Schmidt
2007-11-23Add necessary Makefile rules for the Blackfin.Bernd Schmidt
2007-11-23A better atomic ops implementation for the Blackfin, relying on a featureBernd Schmidt
2007-11-23mcontext_t shouldn't have a version argument, and fix REG_B0 definition.Bernd Schmidt
2007-11-23From Jie Zhang:Bernd Schmidt
2007-11-23Change test for a define that got renamed a while ago.Bernd Schmidt
2007-11-23Disable tst-ftime_l test if Extended Locale SupportCarmelo Amoroso
2007-11-22Ignore entries of "-1" in rofixup; the linker sometimes has no choice but toBernd Schmidt
2007-11-22Add Blackfin specific mmap implementation using sys_mmap2.Bernd Schmidt
2007-11-22sys/procfs.h defines a typedef for floating point registers that references anBernd Schmidt
2007-11-22Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt
2007-11-22Add hidden symbols for a number of pthread functions, and use them to ensureBernd Schmidt
2007-11-21Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32.Peter Kjellerstedt
2007-11-20ARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm used shm.h fromCarmelo Amoroso
2007-11-16If uClibc's ld.so encounters text relocations in a shared library - one Carmelo Amoroso