summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-03dont need to force optimization in CFLAGS anymore (if this fails your compile...Mike Frysinger
2006-11-02In bug 622, JohnAta writes:Eric Andersen
2006-10-26some updates noting things that should be doneEric Andersen
2006-10-23Merge SH-2 trapa fixups from Mark.Paul Mundt
2006-10-22dont require DOPIC with FORCE_SHAREABLE_TEXT_SEGMENTSMike Frysinger
2006-10-19Joseph S. Myers writes:Eric Andersen
2006-10-19Make strdup() use memcpy() rather than strcpy() to duplicate the string. Peter Kjellerstedt
2006-10-10Make _dl_linux_resolve interworking safe. Thanks Paul BrookKhem Raj
2006-10-07Add the mmap.c missed out in the last commit.Khem Raj
2006-10-07Add config options to select ARM ARMv5 and Intel iwmmxt variants.Khem Raj
2006-10-07Add mmap function needed for ARM EABI and define thumb specific INTERNAL_SYSC...Khem Raj
2006-10-07Sergey Lapin says the undefined syscall numbers from unistd.h do not get prop...Khem Raj
2006-10-07fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTRMike Frysinger
2006-10-07Bernd Schmidt writes:Mike Frysinger
2006-10-07Don't use r10 to find PIC base. In GCC 4.1.1 onwards ARM PIC handling uses ps...Khem Raj
2006-10-07the makefile will include elf.h for us #778Mike Frysinger
2006-09-28implement support for the rest of the 32bit uid syscallsMike Frysinger
2006-09-25Do not include tls.h unless __UCLIBC_HAS_THREADS__ is defined.Peter Kjellerstedt
2006-09-23fix return casts for a bunch of functionsMike Frysinger
2006-09-23grab s_lrint from glibc for C99Mike Frysinger
2006-09-23only include _lfs_64.h when __UCLIBC_HAS_LFS__ is defined as pointed out by M...Mike Frysinger
2006-09-22Added support for sysconf(_SC_MONOTONIC_CLOCK).Peter Kjellerstedt
2006-09-22Remove code to define errno in this file. It is definitly not neededPeter Kjellerstedt
2006-09-21use proper #APP lines so that the assembler knows when it needs to handle par...Mike Frysinger
2006-09-19Allow the res argument to clock_getres() to be NULL.Peter Kjellerstedt
2006-09-19merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger
2006-09-11Atsushi Nemoto writes:Eric Andersen
2006-09-11The readahead syscall requires LFS/64 bit supportEric Andersen
2006-09-10remove version checking code and add some more commentsMike Frysinger
2006-09-09make this stuff actually readableMike Frysinger
2006-09-08add some inline funcs for the mlock funcs on no-mmuMike Frysinger
2006-08-31Fix from Joseph Myers: Save and restore iWMMXt registers in ARM setjmp/longjmpKhem Raj
2006-08-31Made it compile again.Peter Kjellerstedt
2006-08-30fix bug 1012 as noted by moschnyEric Andersen
2006-08-30tweak a few syscalls using varargsEric Andersen
2006-08-25fix from psm to make sure host make is new enoughMike Frysinger
2006-08-25fix from psm: DODEBUG_PT is only meaningful for LINUXTHREADS_OLD, add: depend...Mike Frysinger
2006-08-25fix from psm: makes use of the malloc debug option in malloc-standard as wellMike Frysinger
2006-08-25Bump SHMLBA up to a sensible size for dcache alias avoidance to coincide withPaul Mundt
2006-08-25merge with psm: sync with common socket headersMike Frysinger
2006-08-24merge fixes from upstream (rev 1.10 -> 1.13)Mike Frysinger
2006-08-24- only link asm-generic if it exists.Bernhard Reutner-Fischer
2006-08-24fix from psm: enable readahead prototypeMike Frysinger
2006-08-24only pull in errno.h when not assemblerMike Frysinger
2006-08-24implement readahead()Mike Frysinger
2006-08-24fixups from psm for ASSEMBLER handlingMike Frysinger
2006-08-24use the common huge_val.h version nowMike Frysinger
2006-08-24update to new huge_val headersMike Frysinger
2006-08-24fix from psm: disable unsupported featuresMike Frysinger
2006-08-24fix from psm: just use common resource.hMike Frysinger