summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15getopt.c, getopt.h: avoid the need for __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-06-15do not include xlocale.h, it is included by locale.h when neededPeter S. Mazinger
2012-06-15inet_addr.c, inet_makeaddr.c: used the correct section from addr.cPeter S. Mazinger
2012-06-15no need for hidden inet_ntoa_rPeter S. Mazinger
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger
2012-06-15wordexp.c, sysconf.c: include ctype.h for isspacePeter S. Mazinger
2012-06-14libc: sh: fixed typo in ucontext headerFilippo Arcidiacono
2012-06-13buildsys: clean up libubacktrace linker script handlingKevin Cernekee
2012-06-13Update C6X supportMark Salter
2012-06-10eventfd: Implement eventfd2 and fix eventfdKhem Raj
2012-06-06MIPS: Use $a0 instead of $v0 for __syscall_error() argumentKevin Cernekee
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
2012-05-30pread/pwrite: drop fallback funcsMike Frysinger
2012-05-30pread/pwrite: handle renamed syscalls in common/ppc/xtensa codeMike Frysinger
2012-05-21mmap()->sys_mmap2: do unsigned shift of offsetJames Hogan
2012-05-21stdio: implement assignment-allocation "m" characterMike Frysinger
2012-05-18ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_mainFilippo Arcidiacono
2012-05-05drop support for old systems lacking vforkMark Salter
2012-05-03rpmatch: provide out-of-line implementationBernhard Reutner-Fischer
2012-04-28epoll.h: sync with glibcMike Frysinger
2012-04-26llseek: support __NR_llseek syscallMark Salter
2012-04-26getpgrp: fix fallback handlingMark Salter
2012-04-26arm: use PATH_MEM in ioperm()Bernhard Reutner-Fischer
2012-04-26mmap64: Use correct type for offset parameterMike Frysinger
2012-04-25atomic.h: handle new mips R10K errataBernhard Reutner-Fischer
2012-04-18sysconf: use getrlimit to determine ARG_MAXBernhard Reutner-Fischer
2012-04-17locale: avoid segfault freelocale()Bernhard Reutner-Fischer
2012-04-17wchar: Fix BOM emitting in iconv_open()Ed W
2012-04-17ipc: eventually use stat64 in ftok()Bernhard Reutner-Fischer
2012-04-17resolv: tiny shrinkage in /etc/hosts handlingBernhard Reutner-Fischer
2012-04-17resolv: remove unused variablesBernhard Reutner-Fischer
2012-04-17resolv: Fix /etc/hosts for more than MAXALIASES aliasesBernhard Reutner-Fischer
2012-04-17parse_config: tweak indentationBernhard Reutner-Fischer
2012-04-17getaddrinfo(): avoid call to __check_pf() when not neededAlexander Komyagin
2012-04-17inet: adjust handling of cacnonname in getaddrinfoEd W
2012-04-11mmap64: use INLINE_SYSCALL() helperMike Frysinger
2012-04-11mmap64: include stdint.h for uint64_tMike Frysinger
2012-04-10mmap64: always use unsigned 64bit offsetsMike Frysinger
2012-04-08alpha: trim crt code to fix build errorsMike Frysinger
2012-04-08signalfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08timerfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08inotify.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08inotify_rm_watch: Change second argument to intKevin Cernekee
2012-04-08regex: silence set-but-unused warningsMike Frysinger
2012-04-08bfin: set an invalid insn for abortMike Frysinger
2012-04-04stubs: Disregard LFSBernhard Reutner-Fischer
2012-04-02fchmodat: fix handling of flagsMike Frysinger
2012-03-28stdio: Fix char signedness in _load_inttype()Bernhard Reutner-Fischer