summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
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-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-05whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger
2008-01-05add BOTHER define from termios2Mike Frysinger
2008-01-05implement semtimedop for #927Mike 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-07I don't remember exactly why we decided to pick the caller's value ofCarmelo Amoroso
2007-11-23Blackfin crt1.S fixes for building with -msep-data.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-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-10-23Poll with zero timeoutJoakim Tjernlund
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-15from Blue Swirl: fixup sparc a bit moreMike Frysinger
2007-09-15pull from Blackfin repo: optimized byteswap funcs!Mike Frysinger
2007-09-15pull from Blackfin repo: cleanup string funcsMike Frysinger
2007-09-15forgot to add this with previous sparc commit ...Mike Frysinger
2007-09-15use gcc input constraints to avoid often duplicated reloads when making syscallsMike Frysinger
2007-09-15if __NR__newselect and __NR_select are unavailable, fall back to __NR_pselect6Mike Frysinger
2007-09-15Blue Swirl writes:Mike Frysinger
2007-09-15Atsushi Nemoto writes:Mike Frysinger
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
2007-07-18include/sys/mman.h says that msync exists only on MMU.Denis Vlasenko
2007-07-18Enable all of the remaining baud rates. All of the other architectures have t..."Steven J. Hill"
2007-07-12Fix broken syscall() function since the original patch did not work."Steven J. Hill"
2007-06-24- make sure to define _LIBC in libc-symbols.h before including anythingBernhard Reutner-Fischer
2007-06-13Carmelo AMOROSO <carmelo.amoroso@st.com> writes:Joakim Tjernlund
2007-05-31Atsushi Nemoto writes:Mike Frysinger
2007-05-31Atsushi Nemoto writes:Mike Frysinger
2007-05-25Jean-Christian de Rivaz writes:Mike Frysinger
2007-05-25Remove the arch specific mmap impl. for Powerpc. The common one will do.Joakim Tjernlund
2007-05-24Fix MIPS syscall() and pipe functions to set errno correctly as reported by D..."Steven J. Hill"
2007-05-24Fix ARM EABI signal unwinding to accomodate signal frame layout between Linux..."Steven J. Hill"
2007-05-15Restored indentation.Peter Kjellerstedt
2007-05-15Made it compile again.Peter Kjellerstedt
2007-05-15Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj
2007-04-30Carmelo AMOROSO writes:Mike Frysinger
2007-04-02fixes from Carmelo AMOROSO to depend less on kernel headersMike Frysinger
2007-03-31Update comment regarding passing dl_fini.Joakim Tjernlund