summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* strsignal.c: whitespace fixes, no code changes (verified with objdump)Denys Vlasenko2009-09-181-21/+17
* time.c: style cleanup. no code changes (verified with objdump)Denys Vlasenko2009-09-181-89/+37
* simpler and shorter read_TZ_file() helperDenys Vlasenko2009-09-181-10/+23
* wordexp.c: cleanup - remove old hidden_proto's; remove unused parameterDenys Vlasenko2009-09-181-42/+3
* wordexp.c: fix a bug where we might close stdoutDenys Vlasenko2009-09-181-5/+8
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-184-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-181-4/+2
* Revert "syscall.c: Use common syscall.c for ARM"Khem Raj2009-09-183-0/+129
* rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko2009-09-181-44/+23
* rexec.c: small code shrinkDenys Vlasenko2009-09-181-2/+6
* comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko2009-09-181-2/+2
* do not save/restore errno around free() callsDenys Vlasenko2009-09-183-19/+10
* open_not_cancel macro requires all three argsAustin Foxley2009-09-181-1/+1
* do not pass 3rd param to open() which do not create filesDenys Vlasenko2009-09-181-12/+4
* wtmp code: style fixes, no code changesDenys Vlasenko2009-09-181-21/+10
* remove(): slight readabability tweak, no code changesDenys Vlasenko2009-09-181-5/+2
* opensock: work correctly on IPv6-only configDenys Vlasenko2009-09-181-9/+9
* lckpwdf: remove a wrong comment and one write-only variableDenys Vlasenko2009-09-181-5/+1
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-183-48/+50
* utent.c: fix a few bugs, and shrink a bitDenys Vlasenko2009-09-181-58/+40
* math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko2009-09-091-1/+1
* accidently let arm's sigaction.c sneak in when merging d990ec5891dfAustin Foxley2009-09-031-1/+1
* 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