summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* - add missing #endifBernhard Reutner-Fischer2008-05-0324-1/+23
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-0324-158/+806
* Wire up vmsplice, splice and tee for arm.Khem Raj2008-05-031-11/+14
* - add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer2008-05-024-10/+106
* __uc_malloc: remove stray semicolonsDenis Vlasenko2008-04-281-3/+3
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-283-3/+3
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-251-1/+3
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-2444-187/+187
* Fix indentation of comment in AVR32 memmove assembler optimization file.Hans-Christian Egtvedt2008-04-241-1/+1
* Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.Hans-Christian Egtvedt2008-04-2415-252/+252
* Fix whitespace damage in AVR32 libc sysdeps sys header files.Hans-Christian Egtvedt2008-04-244-77/+77
* Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt2008-04-2410-398/+398
* Cleanup INTERNAL_SYSCALL macros for ARM.Khem Raj2008-04-231-80/+35
* Added support for error_print_progname as proposedCarmelo Amoroso2008-04-221-3/+9
* Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Pos...Khem Raj2008-04-201-0/+1
* Fix whitespace damage in AVR32 string assembler optimized functions.Hans-Christian Egtvedt2008-04-169-363/+363
* amd64 string ops: use alignment more carefully, and comment it.Denis Vlasenko2008-04-158-30/+75
* amd64 string ops: replace some instructions by smaller ones,Denis Vlasenko2008-04-155-13/+12
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-125-12/+5
* remove "register" from _vf[w]printf_internal declarations tooDenis Vlasenko2008-04-101-2/+2
* even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko2008-04-103-15/+12
* fix breakage in old_vfprintf caseDenis Vlasenko2008-04-093-1/+26
* restore erroneously removed hidden_def for vdprintfDenis Vlasenko2008-04-091-0/+1
* Remove vestigial locking init from sprintf routines.Denis Vlasenko2008-04-093-12/+3
* Factor out the core of vprintf() into separate functionDenis Vlasenko2008-04-099-55/+124
* Fix remap_file_pages prototype and use mman.h headerCarmelo Amoroso2008-04-011-3/+3
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-2623-22/+757
* Add rempa_file_pages function by Will Newton <will.newton@imgtec.com>Carmelo Amoroso2008-03-211-0/+16
* michael_d writes in [#2064]: fix building on linux-2.0 systemsMike Frysinger2008-03-214-6/+21
* avr32: Use HIDDEN_JUMPTARGET() macro in bzero.SHaavard Skinnemoen2008-03-132-6/+1
* From: Geoffrey Wossum <geoffrey@pager.net>Haavard Skinnemoen2008-03-131-0/+2
* Fix file permissionsCarmelo Amoroso2008-02-281-0/+0
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-02-282-1/+123
* Ricard Wanderlof writes:Mike Frysinger2008-02-231-9/+0
* xtensa: the size of the elf_gregset_t array is actually 128.Chris Zankel2008-02-201-1/+1
* Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 filesHans-Christian Egtvedt2008-02-204-4/+4
* Xtensa: Provide an architecture specific sigaction and sa_restorer function i...Chris Zankel2008-02-203-3/+81
* posix_fadvise64 on 64bit systems take 5 arguments, not 6, as pointed out by s...Mike Frysinger2008-02-161-1/+1
* fix typo pointed out by skinkie in #2194Mike Frysinger2008-02-161-1/+1
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-1212-0/+13
* Omit adding 'OUTPUT_FORMAT' to the libc.so linker script if the architectureChris Zankel2008-02-111-2/+2
* Added AI_NUMERICSERV flag and check if the string is not just a numberCarmelo Amoroso2008-02-071-2/+6
* Fix stack overflow in _ppfs_parsespecCarmelo Amoroso2008-02-071-1/+1
* give execlp() its own cache on no-mmu to avoid recursive cache fightingMike Frysinger2008-01-231-37/+57
* L1 memory support for the Blackfin. A couple new syscalls to manage L1Bernd Schmidt2008-01-187-13/+69
* - fix compilation:Bernhard Reutner-Fischer2008-01-171-0/+3
* - fix linking.Bernhard Reutner-Fischer2008-01-171-1/+1
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-1728-81/+4
* Use poll() rather than select() if the former is available to wait inPeter Kjellerstedt2008-01-111-0/+26
* - Fix compilation: semtimedop has 4 args (and not 6)Bernhard Reutner-Fischer2008-01-091-1/+1