summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2008-01-17- fix linking.Bernhard Reutner-Fischer
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
2008-01-11Use poll() rather than select() if the former is available to wait inPeter Kjellerstedt
2008-01-09- Fix compilation: semtimedop has 4 args (and not 6)Bernhard Reutner-Fischer
2008-01-09add workaround for gcc-3.4.6 with mipsMike Frysinger
2008-01-09Daniel Jacobowitz writes:Mike Frysinger
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-08Switch sh64 to use __uClibc_main and the new register layout.Paul Mundt
2008-01-08Bring sh64 support back from the dead.Paul Mundt
2008-01-08fix memory corruption on no-mmu from doing multiple execls where earlier exec...Mike Frysinger
2008-01-05this code does not actually rely on INTERNAL_SYSCALLMike Frysinger
2008-01-05if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just gen...Mike Frysinger
2008-01-05Chris Zankel writes:Mike Frysinger
2008-01-05patch from Hans-Christian Egtvedt to silence some spurious signed warningsMike Frysinger
2008-01-05whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger
2008-01-05add BOTHER define from termios2Mike Frysinger
2008-01-05blah, enable the stupid hidden proto for fcntlMike Frysinger
2008-01-05krichy writes in 292:Mike Frysinger
2008-01-05implement semtimedop for #927Mike 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-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-03realpath: reduce stack usage from 3*PATH_MAX (12k) to 1*PATH_MAX (4k).Denis Vlasenko
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-23mcontext_t shouldn't have a version argument, and fix REG_B0 definition.Bernd Schmidt
2007-11-23From Jie Zhang:Bernd Schmidt
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-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-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2007-11-12CRIS/CRISv32 architecture specific memcpy, memmove and memset.Ricard Wanderlof
2007-11-10Do not return error when fprintf returns 0 in addmntent().Khem Raj
2007-10-23Poll with zero timeoutJoakim Tjernlund
2007-10-13- use the compiler-driver instead of the linkerBernhard Reutner-Fischer
2007-09-30- Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer
2007-09-30- Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer
2007-09-28This patch will fix a problem when the same host is defined with both IPv4 andMike Frysinger
2007-09-28do not check the pointer before freeing it since free(NULL) works just fineMike Frysinger
2007-09-28cleanup code styleMike Frysinger