summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-131-2/+2
* - Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer2007-09-301-2/+6
* - Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer2007-09-301-4/+7
* This patch will fix a problem when the same host is defined with both IPv4 andMike Frysinger2007-09-281-2/+8
* do not check the pointer before freeing it since free(NULL) works just fineMike Frysinger2007-09-281-8/+4
* cleanup code styleMike Frysinger2007-09-281-323/+301
* drop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can be fixed in generalMike Frysinger2007-09-211-1/+1
* Fix author name and copyright notice in __uc_malloc.cDenis Vlasenko2007-09-191-6/+4
* fix assembler error. libc_hidden_data_def cannot work on COMMONs,Denis Vlasenko2007-09-191-3/+6
* add libc_hidden_xxxx for __uc_mallocDenis Vlasenko2007-09-151-0/+2
* from Blue Swirl: fixup sparc a bit moreMike Frysinger2007-09-151-4/+20
* pull from Blackfin repo: optimized byteswap funcs!Mike Frysinger2007-09-151-0/+93
* pull from Blackfin repo: cleanup string funcsMike Frysinger2007-09-157-194/+241