summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-06Revert "syscall.c: Use common syscall.c for ARM"Khem Raj
2009-09-06md5 passwords: reduce static usageDenys Vlasenko
2009-09-06rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko
2009-09-06rexec.c: small code shrinkDenys Vlasenko
2009-09-06comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2009-09-05do not pass 3rd param to open() which do not create filesDenys Vlasenko
2009-09-05wtmp code: style fixes, no code changesDenys Vlasenko
2009-09-05remove(): slight readabability tweak, no code changesDenys Vlasenko
2009-09-05opensock: work correctly on IPv6-only configDenys Vlasenko
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-25default ?conf to native archBernhard Reutner-Fischer
2009-08-25use CURDIRBernhard Reutner-Fischer
2009-08-19use pwd, not PWDBernhard Reutner-Fischer
2009-08-17always define CONFIG_SHELLBernhard Reutner-Fischer
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-10define attribute_noreturnBernhard Reutner-Fischer
2009-08-05handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2009-08-05fix compilationBernhard 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-01Makefile.in: Let make release or make dist to use git.Khem Raj
2009-08-01Rules.mak: Fix references to svn.Khem Raj
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-30test_librt: Fix shmtest.c test caseCarmelo Amoroso
2009-07-30test_librt: Fix build system for shm_open/unlink testsCarmelo Amoroso
2009-07-29build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso
2009-07-28remove erroneous ';'Bernhard Reutner-Fischer
2009-07-26linuxthreads.old: define pthread_yield to sched_yieldMike Frysinger
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-26do not force LFS for Blackfin systemsMike Frysinger
2009-07-26enable sbrk() for everyoneMike Frysinger
2009-07-26add missing UTIME_* defines for *at funcsMike Frysinger
2009-07-23Blackfin: rename __dl_boot to __startMike Frysinger
2009-07-23test/librt: make it build againDenys Vlasenko
2009-07-23testsuite: fix one bug, one warning; extend README (one TODO added)Denys Vlasenko