summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2009-09-05lckpwdf: remove a wrong comment and one write-only variableDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-09-05utent.c: fix a few bugs, and shrink a bitDenys Vlasenko
2009-09-05math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko
2009-08-31drop last _syscall6 checksMike Frysinger
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer
2009-08-30Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj
2009-08-30Add posix_fadvise{64}.c routines to Makefile.archKhem Raj
2009-08-30Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-08-17add hidden aliases for newer regex search functionsBernhard Reutner-Fischer
2009-08-13m68k syscall: switch to common codeMaxim Kuvyrkov
2009-08-05handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2009-08-04Fix daemon build for no-MMU no-threads.Joseph Myers
2009-08-01ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer
2009-08-01syscall.c: Use common syscall.c for ARMKhem Raj
2009-08-01fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj
2009-07-31fnmatch.c: Change scope of posixly_correct to be global.Khem Raj
2009-07-29build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso
2009-07-28remove erroneous ';'Bernhard Reutner-Fischer
2009-07-26force arches to provide sys/user.hMike Frysinger
2009-07-26add missing UTIME_* defines for *at funcsMike Frysinger
2009-07-26enable nanosecond stat support for everyoneMike Frysinger
2009-07-26enable sbrk() for everyoneMike Frysinger
2009-07-26add missing UTIME_* defines for *at funcsMike Frysinger
2009-07-23fix dl_iterate_phdr() for FDPIC systemsMike Frysinger
2009-07-23Blackfin: fix typo in byteswap.h commitMike Frysinger
2009-07-23Blackfin: fix incorrect attribute orderMike Frysinger
2009-07-23create real common vfork() functionMike Frysinger
2009-07-22Blackfin: no need to load P5 for shared FLATJie Zhang
2009-07-22Blackfin: fix generation of Scrt1.o for FDPICJie Zhang
2009-07-22Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger
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