summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* remove erroneous ';'Bernhard Reutner-Fischer2009-07-282-4/+4
* force arches to provide sys/user.hMike Frysinger2009-07-261-1/+1
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-2611-10/+64
* enable nanosecond stat support for everyoneMike Frysinger2009-07-2635-409/+292
* enable sbrk() for everyoneMike Frysinger2009-07-261-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-07-231-0/+5
* Blackfin: fix typo in byteswap.h commitMike Frysinger2009-07-231-1/+1
* Blackfin: fix incorrect attribute orderMike Frysinger2009-07-231-1/+1
* create real common vfork() functionMike Frysinger2009-07-233-28/+14
* Blackfin: no need to load P5 for shared FLATJie Zhang2009-07-221-1/+0
* Blackfin: fix generation of Scrt1.o for FDPICJie Zhang2009-07-221-1/+1
* Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger2009-07-221-22/+8
* add hidden aliases for openat funcsMike Frysinger2009-07-222-0/+14
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-07-221-4/+10
* byteswap: unify common definitionsMike Frysinger2009-07-2110-632/+242
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-212-3/+3
* libc/string/i386/string.h: fix -O0 build failureDenys Vlasenko2009-07-211-0/+22
* It fixes the following warnings seen on mips build.Khem Raj2009-07-203-8/+20
* avr32/microblaze/vax: punt local byteswap.hMike Frysinger2009-07-203-175/+0
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-07-203-140/+19
* some ports define ENOTSUPMike Frysinger2009-07-201-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-07-201-6/+6
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-1/+3
* alpha: fix building with no asm/elf.hMike Frysinger2009-07-201-1/+14
* fdatasync: handle latest alpha syscallsMike Frysinger2009-07-201-1/+1
* alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger2009-07-201-0/+1
* first pass at implementing *at funcsMike Frysinger2009-07-2018-19/+370
* dirent: push dirent type to prototypesMike Frysinger2009-07-206-32/+12
* regex: convert #if to #ifdefMike Frysinger2009-07-202-2/+2
* mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger2009-07-201-12/+6
* fix typo in frv endian commentMike Frysinger2009-07-201-1/+1
* relocate i386 string.h to i386-specific dirMike Frysinger2009-07-201-0/+316
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-07-201-11/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-07-201-0/+2
* Fix ARM syscall argument loading.Joseph Myers2009-07-141-14/+21
* sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro2009-07-141-12/+12
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-095-78/+14
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-0914-78/+40
* sh: Change __HAVE_SHARED__ to __PIC__Peter Griffin2009-07-093-5/+5
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-088-102/+0
* syscall: unify common syscall definesMike Frysinger2009-07-0814-1061/+316
* sparc: Update syscalls.h to define INTERNAL_SYSCALLAustin Foxley2009-07-061-70/+119
* Avoid type-punned pointers that break strict-aliasingRon2009-07-051-3/+6
* Avoid warnings about shifting more bits than we haveRon2009-07-051-2/+4
* Check #if feature test macros are defined where they may not beRon2009-07-051-1/+1
* Provide token prototypes for functions that are external but have no headerRon2009-07-0511-31/+26
* i386: store errno value before using __set_errno()Ingo van Lil2009-07-031-4/+3
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-0326-3/+206
* sh: add cacheflush syscall wrapperCarmelo Amoroso2009-07-022-1/+16