summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-12-06update from mjn3Eric Andersen
2006-12-06prepare to later remove bits/kernel_types.h from bits/types.hEric Andersen
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen
2006-12-06pulling in kernel config.h wont flyMike Frysinger
2006-12-02PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it...Mike Frysinger
2006-12-02(no commit message)"Steven J. Hill"
2006-12-02Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc co..."Steven J. Hill"
2006-11-29remove redundant headers local to libpthread, causing headerEric Andersen
2006-11-29- honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer
2006-11-29- Cleanout the only occurance of the SUSv3 LEGACY function getwd() that wasBernhard Reutner-Fischer
2006-11-29- gcvt() is marked LEGACY in XSI and mandatory in BSD.Bernhard Reutner-Fischer
2006-11-27fix from cmetcalf to make sure we clear the auxvt table before using itMike Frysinger
2006-11-17Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...Mike Frysinger
2006-11-17revert PTHREAD_THREADS_MAX back to former size since the large majority of pe...Mike Frysinger
2006-11-10arm thumb:Eric Andersen
2006-11-07I failed to check the patch adding support for the new (stupid) US 2007Eric Andersen
2006-11-06mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-06mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi NemotoEric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-04based on a patch from Atsushi Nemoto:Eric Andersen
2006-11-02In bug 622, JohnAta writes:Eric Andersen
2006-10-23Merge SH-2 trapa fixups from Mark.Paul Mundt
2006-10-19Make strdup() use memcpy() rather than strcpy() to duplicate the string. Peter Kjellerstedt
2006-10-07Add the mmap.c missed out in the last commit.Khem Raj
2006-10-07Add mmap function needed for ARM EABI and define thumb specific INTERNAL_SYSC...Khem Raj
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-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-19Allow the res argument to clock_getres() to be NULL.Peter Kjellerstedt
2006-09-11Atsushi Nemoto writes:Eric Andersen
2006-09-11The readahead syscall requires LFS/64 bit supportEric Andersen
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: 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-24fix from psm: enable readahead prototypeMike Frysinger