Age | Commit message (Expand) | Author |
2012-05-30 | pread/pwrite: handle renamed syscalls in common/ppc/xtensa code | Mike Frysinger |
2012-05-21 | Makerules: Remove duplicated slashes in interp.c | Sedat Dilek |
2012-05-21 | Revert "Makerules: respect HARDWIRED_ABSPATH in interp.c" | Sedat Dilek |
2012-05-21 | mmap()->sys_mmap2: do unsigned shift of offset | James Hogan |
2012-05-21 | stdio: implement assignment-allocation "m" character | Mike Frysinger |
2012-05-18 | ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_main | Filippo Arcidiacono |
2012-05-15 | ldd: tweak whitespace | Bernhard Reutner-Fischer |
2012-05-09 | Revert "help: Document CROSS=" | Bernhard Reutner-Fischer |
2012-05-08 | ldd.host: Fix compilation for STANDALONE support | Bernhard Reutner-Fischer |
2012-05-08 | help: Document CROSS= | Bernhard Reutner-Fischer |
2012-05-08 | help: Document BUILD_CFLAGS and BUILD_LDFLAGS | Bernhard Reutner-Fischer |
2012-05-08 | utils: pass in config flags for ldd | Bernhard Reutner-Fischer |
2012-05-08 | ldd: silence warning if !LDSO_LDD_SUPPORT | Bernhard Reutner-Fischer |
2012-05-05 | linuxthreads.old: fix build warnings with epoll enabled | Mike Frysinger |
2012-05-05 | drop support for old systems lacking vfork | Mark Salter |
2012-05-05 | docs: restore crt from old svn tree | Mike Frysinger |
2012-05-03 | config: tweak STRICT_HEADERS description | Bernhard Reutner-Fischer |
2012-05-03 | rpmatch: provide out-of-line implementation | Bernhard Reutner-Fischer |
2012-05-03 | rpmatch: make decl parsable | Bernhard Reutner-Fischer |
2012-05-02 | rpmatch: fix previous commit w/C++ compilers | Mike Frysinger |
2012-04-30 | rpmatch: simple inline version | Mike Frysinger |
2012-04-28 | epoll.h: sync with glibc | Mike Frysinger |
2012-04-26 | llseek: support __NR_llseek syscall | Mark Salter |
2012-04-26 | getpgrp: fix fallback handling | Mark Salter |
2012-04-26 | arm: use PATH_MEM in ioperm() | Bernhard Reutner-Fischer |
2012-04-26 | mmap64: Use correct type for offset parameter | Mike Frysinger |
2012-04-25 | atomic.h: handle new mips R10K errata | Bernhard Reutner-Fischer |
2012-04-24 | linuxthreads.old: refactor nommu logic a little to avoid mmu warning | Mike Frysinger |
2012-04-24 | linuxthreads.old: pass back up saved_errno value in manager init | Mike Frysinger |
2012-04-24 | linuxthreads.old: fix set-but-unused warning | Mike Frysinger |
2012-04-24 | linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototype | Mike Frysinger |
2012-04-22 | getconf: include a newline in error messages | Mike Frysinger |
2012-04-22 | linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthread | Mike Frysinger |
2012-04-18 | sysconf: use getrlimit to determine ARG_MAX | Bernhard Reutner-Fischer |
2012-04-18 | config: Fix alphabetical sort order of targets | Bernhard Reutner-Fischer |
2012-04-18 | ldd: silence warnings | Bernhard Reutner-Fischer |
2012-04-17 | locale: avoid segfault freelocale() | Bernhard Reutner-Fischer |
2012-04-17 | test: Ignore various test objects in locale | Bernhard Reutner-Fischer |
2012-04-17 | wchar: Fix BOM emitting in iconv_open() | Ed W |
2012-04-17 | ipc: eventually use stat64 in ftok() | Bernhard Reutner-Fischer |
2012-04-17 | resolv: tiny shrinkage in /etc/hosts handling | Bernhard Reutner-Fischer |
2012-04-17 | resolv: remove unused variables | Bernhard Reutner-Fischer |
2012-04-17 | resolv: Fix /etc/hosts for more than MAXALIASES aliases | Bernhard Reutner-Fischer |
2012-04-17 | parse_config: tweak indentation | Bernhard Reutner-Fischer |
2012-04-17 | getaddrinfo(): avoid call to __check_pf() when not needed | Alexander Komyagin |
2012-04-17 | inet: adjust handling of cacnonname in getaddrinfo | Ed W |
2012-04-11 | mmap64: use INLINE_SYSCALL() helper | Mike Frysinger |
2012-04-11 | mmap64: include stdint.h for uint64_t | Mike Frysinger |
2012-04-10 | mmap64: always use unsigned 64bit offsets | Mike Frysinger |
2012-04-08 | test/misc: Add tst-inotify | Kevin Cernekee |