summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2009-07-22add hidden aliases for openat funcsMike Frysinger
2009-07-22add hidden aliases for ntoh/hton functionsMike Frysinger
2009-07-21byteswap: unify common definitionsMike Frysinger
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko
2009-07-21libc/string/i386/string.h: fix -O0 build failureDenys Vlasenko
2009-07-20It fixes the following warnings seen on mips build.Khem Raj
2009-07-20avr32/microblaze/vax: punt local byteswap.hMike Frysinger
2009-07-20syscall: convert cris/hppa to common syscallsMike Frysinger
2009-07-20some ports define ENOTSUPMike Frysinger
2009-07-20INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger
2009-07-20fix building for systems w/out ldso supportMike Frysinger
2009-07-20alpha: fix building with no asm/elf.hMike Frysinger
2009-07-20fdatasync: handle latest alpha syscallsMike Frysinger
2009-07-20alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20dirent: push dirent type to prototypesMike Frysinger
2009-07-20regex: convert #if to #ifdefMike Frysinger
2009-07-20mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger
2009-07-20fix typo in frv endian commentMike Frysinger
2009-07-20relocate i386 string.h to i386-specific dirMike Frysinger
2009-07-20ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger
2009-07-20add hidden aliases for older regex search functionsMike Frysinger
2009-07-14Fix ARM syscall argument loading.Joseph Myers
2009-07-14sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro
2009-07-09syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
2009-07-09sh: Change __HAVE_SHARED__ to __PIC__Peter Griffin
2009-07-08drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2009-07-06sparc: Update syscalls.h to define INTERNAL_SYSCALLAustin Foxley
2009-07-05Avoid type-punned pointers that break strict-aliasingRon
2009-07-05Avoid warnings about shifting more bits than we haveRon
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-07-03i386: store errno value before using __set_errno()Ingo van Lil
2009-07-03uClibc_arch_features: sync defines between portsMike Frysinger
2009-07-02sh: add cacheflush syscall wrapperCarmelo Amoroso
2009-07-01Correct ARM memcpy comments.Joseph Myers
2009-06-30Fix Thumb-2 setjmp.Joseph Myers
2009-06-30Fix Thumb-2 memcpy.Joseph Myers
2009-06-28Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.Joseph Myers
2009-06-28wchar: fix inverted parameters in error messageAndré Goddard Rosa
2009-06-28libc.so: include all output formats in linker scriptSteve Bennett
2009-05-27waitid: linux ABI takes 5 args, not 4Mike Frysinger
2009-05-26Add working pipe implementation for sparcAustin Foxley
2009-05-20Add a sigaction implementation for sparcAustin Foxley
2009-05-05Add position independent code for crt1.S.Carmelo Amoroso
2009-04-23libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko
2009-04-18libc/inet/resolv.c:Denis Vlasenko
2009-04-13make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger