summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add workaround for gcc-3.4.6 with mipsMike Frysinger2008-01-091-1/+1
* Daniel Jacobowitz writes:Mike Frysinger2008-01-091-0/+26
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-0827-27/+27
* Switch sh64 to use __uClibc_main and the new register layout.Paul Mundt2008-01-081-28/+25
* Bring sh64 support back from the dead.Paul Mundt2008-01-086-63/+181
* fix memory corruption on no-mmu from doing multiple execls where earlier exec...Mike Frysinger2008-01-081-10/+3
* this code does not actually rely on INTERNAL_SYSCALLMike Frysinger2008-01-051-3/+1
* if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just gen...Mike Frysinger2008-01-053-25/+30
* Chris Zankel writes:Mike Frysinger2008-01-0549-0/+4274
* patch from Hans-Christian Egtvedt to silence some spurious signed warningsMike Frysinger2008-01-053-10/+10
* whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger2008-01-052-3/+3
* add BOTHER define from termios2Mike Frysinger2008-01-051-0/+1
* blah, enable the stupid hidden proto for fcntlMike Frysinger2008-01-051-1/+1
* krichy writes in 292:Mike Frysinger2008-01-051-1/+1
* implement semtimedop for #927Mike Frysinger2008-01-057-18/+42
* michael_d writes in 1879:Mike Frysinger2008-01-051-1/+1
* michael_d writes in #1869: make sure GNU error functions output 'program: ' a...Mike Frysinger2008-01-051-0/+4
* michael_d writes in #1874: Mike Frysinger2008-01-051-2/+2
* michael_d in #1849 writes: The getcwd() implementation in the absence of a ge...Mike Frysinger2008-01-051-1/+1
* plug a memory leak when using execl* functions on no-mmuMike Frysinger2007-12-221-9/+17
* mark a bunch of public mem/str functions as weak so that people who insist on...Mike Frysinger2007-12-2221-50/+36
* add hidden defs for execv/execlp for completenessMike Frysinger2007-12-221-0/+4
* Removed pointless initialization to 0 of DIR fieldsCarmelo Amoroso2007-12-071-1/+0
* I don't remember exactly why we decided to pick the caller's value ofCarmelo Amoroso2007-12-071-1/+1
* Fix opendir problem when statically linked due to a missingCarmelo Amoroso2007-12-051-0/+1
* realpath: reduce stack usage from 3*PATH_MAX (12k) to 1*PATH_MAX (4k).Denis Vlasenko2007-12-031-34/+36
* Blackfin crt1.S fixes for building with -msep-data.Bernd Schmidt2007-11-231-6/+11
* Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA.Bernd Schmidt2007-11-231-0/+3
* Some shared flat improvements.Bernd Schmidt2007-11-232-2/+12
* mcontext_t shouldn't have a version argument, and fix REG_B0 definition.Bernd Schmidt2007-11-231-2/+1
* From Jie Zhang:Bernd Schmidt2007-11-231-3/+4
* Ignore entries of "-1" in rofixup; the linker sometimes has no choice but toBernd Schmidt2007-11-221-23/+26
* Add Blackfin specific mmap implementation using sys_mmap2.Bernd Schmidt2007-11-222-1/+25
* sys/procfs.h defines a typedef for floating point registers that references anBernd Schmidt2007-11-221-2/+2
* Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32.Peter Kjellerstedt2007-11-212-0/+112
* ARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm used shm.h fromCarmelo Amoroso2007-11-201-0/+103
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-1641-0/+2269
* CRIS/CRISv32 architecture specific memcpy, memmove and memset.Ricard Wanderlof2007-11-124-0/+698
* Do not return error when fprintf returns 0 in addmntent().Khem Raj2007-11-101-5/+2
* Poll with zero timeoutJoakim Tjernlund2007-10-231-0/+4