summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-05drop support for old systems lacking vforkMark Salter
2012-05-05docs: restore crt from old svn treeMike Frysinger
2012-05-03config: tweak STRICT_HEADERS descriptionBernhard Reutner-Fischer
2012-05-03rpmatch: provide out-of-line implementationBernhard Reutner-Fischer
2012-05-03rpmatch: make decl parsableBernhard Reutner-Fischer
2012-05-02rpmatch: fix previous commit w/C++ compilersMike Frysinger
2012-04-30rpmatch: simple inline versionMike Frysinger
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-24linuxthreads.old: refactor nommu logic a little to avoid mmu warningMike Frysinger
2012-04-24linuxthreads.old: pass back up saved_errno value in manager initMike Frysinger
2012-04-24linuxthreads.old: fix set-but-unused warningMike Frysinger
2012-04-24linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototypeMike Frysinger
2012-04-22getconf: include a newline in error messagesMike Frysinger
2012-04-22linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthreadMike Frysinger
2012-04-18sysconf: use getrlimit to determine ARG_MAXBernhard Reutner-Fischer
2012-04-18config: Fix alphabetical sort order of targetsBernhard Reutner-Fischer
2012-04-18ldd: silence warningsBernhard Reutner-Fischer
2012-04-17locale: avoid segfault freelocale()Bernhard Reutner-Fischer
2012-04-17test: Ignore various test objects in localeBernhard 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-08test/misc: Add tst-inotifyKevin Cernekee
2012-04-08test/inet: Add tst-sock-nonblockKevin Cernekee
2012-04-08test/time: Add tst-timerfdKevin Cernekee
2012-04-08test/signal: Add tst-signalfdKevin Cernekee
2012-04-08MAKEALL: add more arch aliasesMike Frysinger
2012-04-08MAKEALL: fix cross-compiler lookup breakage after CROSS cleanupMike Frysinger
2012-04-08MAKEALL: also check for gnu suffixed toolchains tooMike 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-08test: Ignore various test objectsKevin Cernekee
2012-04-08regex: silence set-but-unused warningsMike Frysinger
2012-04-08ldso: fix fdpic support broken from prelink patchFilippo Arcidiacono