summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-08Added Hans-Christian Egtvedt as maintainer for the AVR32 architectureHans-Christian Egtvedt
2008-01-08Update the TODO reflecting the sh64 changes.Paul Mundt
2008-01-08Switch sh64 to use __uClibc_main and the new register layout.Paul Mundt
2008-01-08sh64 uses a 32-bit ABI, don't bother with lib64 silliness.Paul Mundt
2008-01-08Bring sh64 support back from the dead.Paul Mundt
2008-01-08test to make sure the buffers used by the gethost*_r functions handle misalig...Mike Frysinger
2008-01-08fix memory corruption on no-mmu from doing multiple execls where earlier exec...Mike Frysinger
2008-01-06use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger
2008-01-05this code does not actually rely on INTERNAL_SYSCALLMike Frysinger
2008-01-05add info for elf.h, ldd.c, readelf.c, and MAINTAINERSMike Frysinger
2008-01-05sync with glibc to get the extern inline directiveMike Frysinger
2008-01-05- fixup gnu_inline vs. C99 inlineBernhard Reutner-Fischer
2008-01-05update my e-mail addressMike 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-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