summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* drop last _syscall6 checksMike Frysinger2009-09-032-2/+2
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-09-0318-19/+81
* Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj2009-09-035-9/+22
* Add posix_fadvise{64}.c routines to Makefile.archKhem Raj2009-09-032-7/+7
* Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj2009-09-032-0/+106
* support building out-of-treeBernhard Reutner-Fischer2009-08-1939-2/+77
* add hidden aliases for newer regex search functionsBernhard Reutner-Fischer2009-08-191-0/+2
* m68k syscall: switch to common codeMaxim Kuvyrkov2009-08-193-204/+69
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-192-12/+17
* Fix daemon build for no-MMU no-threads.Joseph Myers2009-08-191-0/+1
* ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer2009-08-191-1/+3
* remove erroneous ';'Bernhard Reutner-Fischer2009-08-192-4/+4
* force arches to provide sys/user.hMike Frysinger2009-08-191-1/+1
* add missing UTIME_* defines for *at funcsMike Frysinger2009-08-1911-10/+64
* enable nanosecond stat support for everyoneMike Frysinger2009-08-1935-409/+292
* enable sbrk() for everyoneMike Frysinger2009-08-191-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-08-191-1/+6
* Blackfin: fix incorrect attribute orderMike Frysinger2009-08-191-1/+1
* create real common vfork() functionMike Frysinger2009-08-193-28/+14
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-08-191-0/+5
* Blackfin: fix typo in byteswap.h commitMike Frysinger2009-08-191-1/+1
* Blackfin: no need to load P5 for shared FLATJie Zhang2009-08-191-1/+0
* Blackfin: fix generation of Scrt1.o for FDPICJie Zhang2009-08-191-1/+1
* Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger2009-08-191-22/+8
* add hidden aliases for openat funcsMike Frysinger2009-08-192-0/+14
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-08-191-4/+10
* It fixes the following warnings seen on mips build.Khem Raj2009-08-193-8/+20
* byteswap: unify common definitionsMike Frysinger2009-08-1910-632/+242
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-192-3/+3
* libc/string/i386/string.h: fix -O0 build failureDenys Vlasenko2009-08-191-0/+22
* avr32/microblaze/vax: punt local byteswap.hMike Frysinger2009-08-193-175/+0
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-08-193-140/+19
* some ports define ENOTSUPMike Frysinger2009-08-191-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-08-191-6/+6
* fix building for systems w/out ldso supportMike Frysinger2009-08-191-1/+3
* alpha: fix building with no asm/elf.hMike Frysinger2009-08-191-1/+14
* alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger2009-08-191-0/+1
* first pass at implementing *at funcsMike Frysinger2009-08-1918-18/+370
* fdatasync: handle latest alpha syscallsMike Frysinger2009-08-191-1/+1
* dirent: push dirent type to prototypesMike Frysinger2009-08-196-32/+12
* regex: convert #if to #ifdefMike Frysinger2009-08-192-2/+2
* mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger2009-08-191-12/+6
* fix typo in frv endian commentMike Frysinger2009-08-191-1/+1
* relocate i386 string.h to i386-specific dirMike Frysinger2009-08-191-0/+316
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-08-191-11/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-08-191-0/+2
* Fix ARM syscall argument loading.Joseph Myers2009-08-191-14/+21
* syscall.c: Use common syscall.c for ARMKhem Raj2009-08-023-129/+0
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-08-021-2/+9
* fnmatch.c: Change scope of posixly_correct to be global.Khem Raj2009-08-021-1/+1