summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-04-24Fix indentation of comment in AVR32 memmove assembler optimization file.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 libc sysdeps sys header files.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt
2008-04-23Cleanup INTERNAL_SYSCALL macros for ARM.Khem Raj
2008-04-22Added support for error_print_progname as proposedCarmelo Amoroso
2008-04-20Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Pos...Khem Raj
2008-04-16Fix whitespace damage in AVR32 string assembler optimized functions.Hans-Christian Egtvedt
2008-04-15amd64 string ops: use alignment more carefully, and comment it.Denis Vlasenko
2008-04-15amd64 string ops: replace some instructions by smaller ones,Denis Vlasenko
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2008-04-10remove "register" from _vf[w]printf_internal declarations tooDenis Vlasenko
2008-04-10even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko
2008-04-09fix breakage in old_vfprintf caseDenis Vlasenko
2008-04-09restore erroneously removed hidden_def for vdprintfDenis Vlasenko
2008-04-09Remove vestigial locking init from sprintf routines.Denis Vlasenko
2008-04-09Factor out the core of vprintf() into separate functionDenis Vlasenko
2008-04-01Fix remap_file_pages prototype and use mman.h headerCarmelo Amoroso
2008-03-26Paul Brook writes:Bernhard Reutner-Fischer
2008-03-21Add rempa_file_pages function by Will Newton <will.newton@imgtec.com>Carmelo Amoroso
2008-03-21michael_d writes in [#2064]: fix building on linux-2.0 systemsMike Frysinger
2008-03-13avr32: Use HIDDEN_JUMPTARGET() macro in bzero.SHaavard Skinnemoen
2008-03-13From: Geoffrey Wossum <geoffrey@pager.net>Haavard Skinnemoen
2008-02-28Fix file permissionsCarmelo Amoroso
2008-02-28Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso
2008-02-23Ricard Wanderlof writes:Mike Frysinger
2008-02-20xtensa: the size of the elf_gregset_t array is actually 128.Chris Zankel
2008-02-20Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 filesHans-Christian Egtvedt
2008-02-20Xtensa: Provide an architecture specific sigaction and sa_restorer function i...Chris Zankel
2008-02-16posix_fadvise64 on 64bit systems take 5 arguments, not 6, as pointed out by s...Mike Frysinger
2008-02-16fix typo pointed out by skinkie in #2194Mike Frysinger
2008-02-12add hidden_proto's for __uc_mallocDenis Vlasenko
2008-02-11Omit adding 'OUTPUT_FORMAT' to the libc.so linker script if the architectureChris Zankel
2008-02-07Added AI_NUMERICSERV flag and check if the string is not just a numberCarmelo Amoroso
2008-02-07Fix stack overflow in _ppfs_parsespecCarmelo Amoroso
2008-01-23give execlp() its own cache on no-mmu to avoid recursive cache fightingMike Frysinger
2008-01-18L1 memory support for the Blackfin. A couple new syscalls to manage L1Bernd Schmidt
2008-01-17- fix compilation:Bernhard Reutner-Fischer
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