Age | Commit message (Expand) | Author |
2010-10-30 | sleep: include Linus' email in the comment | Denys Vlasenko |
2010-10-29 | sleep: document testing result on 2.4.x kernels | Denys Vlasenko |
2010-10-29 | sleep: add comment with test program for SIG_IGNed SIGCHLD | Denys Vlasenko |
2010-10-27 | Fix msync() redefinition for noMMU build | Bernhard Reutner-Fischer |
2010-10-27 | mips: fix errno setting after syscall | Alexander Gordeev |
2010-10-22 | *: inline constant __sig{add,del}set and __sigismember | Denys Vlasenko |
2010-10-22 | remove superfluous libc_hidden_proto(memcpy) and #include | Denys Vlasenko |
2010-10-22 | sleep: tiny code shrink | Denys Vlasenko |
2010-10-22 | sleep: employ __USE_EXTERN_INLINES (with necessary fixes) | Denys Vlasenko |
2010-10-22 | sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common case | Denys Vlasenko |
2010-10-22 | libm/x86: use call instead of jump for wrappers | Timo Teräs |
2010-10-22 | sleep: remove commented-out code. no code changes | Denys Vlasenko |
2010-10-21 | sleep: code shrink | Denys Vlasenko |
2010-10-19 | vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside it | Denys Vlasenko |
2010-10-19 | _vfprintf.c: de-obfuscate badly twisted fragment. no code changes. | Denys Vlasenko |
2010-10-19 | vfprintf.c: remove endif comments which clog up the source. no code changes | Denys Vlasenko |
2010-10-19 | vfprintf.c: de-obfuscate if(with nested assignments). no logic changes | Denys Vlasenko |
2010-10-14 | getproto: increase line buffer size, simlify and fix alias handling | Natanael Copa |
2010-10-14 | getnet: simplify alias handling and reduce MAXALIASES | Natanael Copa |
2010-10-14 | getservice: fix handling of long lines | Natanael Copa |
2010-10-14 | parse_config: discard rest of incomplete line | Natanael Copa |
2010-10-14 | config parser: always initialize line pointer | Natanael Copa |
2010-10-14 | getservice: getservent_r must return ERANGE when buffer is too small | Natanael Copa |
2010-10-14 | config parser: do not assume that realloc return same pointer | Natanael Copa |
2010-10-01 | sparc: pipe.S | Austin Foxley |
2010-09-24 | ldso_sh: add support for protected symbols to SH | Salvatore Cro |
2010-09-22 | libc: Sort HEADERS_RM alphabetically | Carmelo Amoroso |
2010-09-20 | nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled | Carmelo Amoroso |
2010-09-17 | libc: Handle cancellation in non multiplexed socket calls | Carmelo Amoroso |
2010-09-16 | nptl: Remove nptl/sysdeps/generic directory from include list | Carmelo Amoroso |
2010-09-16 | nptl_sh: Fix compiler warning due to shadowed variable | Carmelo Amoroso |
2010-09-16 | libc: Add canonicalize_file_name function | Carmelo Amoroso |
2010-09-16 | test: Update gitignore to take into account new tests added. | Carmelo Amoroso |
2010-09-15 | ldso: Do not adjust dynamic section entries unnecessarily | Filippo Arcidiacono |
2010-09-15 | tests: Added new nptl tests | Salvatore Cro |
2010-09-15 | sh: update the memcpy adding a new loop with aggressive prefetching | Salvatore Cro |
2010-09-15 | sh: move data without fetching cache block within the memset | Salvatore Cro |
2010-09-15 | libc: Fix cancellation handling in some C functions | Salvatore Cro |
2010-09-15 | libubacktrace: Provide uClibc with backtrace functions | Salvatore Cro |
2010-09-14 | misc: utmpx based logging support | Salvatore Cro |
2010-09-09 | nptl: fix static linking | Natanael Copa |
2010-09-09 | tests: nptl tests dependencies cleanup | Salvatore Cro |
2010-09-07 | ldso: Fix compilation for x86_64 without TLS support. | Will Newton |
2010-09-06 | misc: Fix build error about missing PAGE_SIZE | Abdoulaye Walsimou Gaye |
2010-08-31 | libc: Provide both getpgid and __getpgid symbols | Carmelo Amoroso |
2010-08-28 | Fix resolver broken in NPTL build | Timo Teräs |
2010-08-26 | _uintmaxtostr: fix indentation (spaces->tabs), no code changes | Denys Vlasenko |
2010-08-19 | resolv: simplify MAXALIAS handling | Bernhard Reutner-Fischer |
2010-08-19 | getserv: fix reading services lines w > 80 chars | Bernhard Reutner-Fischer |
2010-08-19 | add header guard | Bernhard Reutner-Fischer |