Age | Commit message (Expand) | Author |
2010-11-11 | ntpl: fix static linking by not leaking SSP_ALL_CFLAGS | Natanael Copa |
2010-11-10 | nptl: use correct unwind header for unwind-forcedunwind | Bernhard Reutner-Fischer |
2010-11-10 | microblaze: build infrastructure | Steven J. Magnani |
2010-11-10 | microblaze: thread support | Steven J. Magnani |
2010-11-10 | microblaze: optimized memcpy/memmove | Steven J. Magnani |
2010-11-10 | microblaze: misc headers | Steven J. Magnani |
2010-11-10 | microblaze: kernel headers | Steven J. Magnani |
2010-11-10 | microblaze: Restore soft-float | Steven J. Magnani |
2010-11-10 | microblaze: vfork/clone interface | Steven J. Magnani |
2010-11-10 | microblaze: syscall interface | Steven J. Magnani |
2010-11-10 | microblaze: Fix crt bootstrap | Steven J. Magnani |
2010-11-10 | microblaze: Fix setjmp/longjmp | Steven J. Magnani |
2010-11-02 | ldso/include/dl-hash.h: suppress compiler warning. no code changes | Denys Vlasenko |
2010-11-02 | ldouble_wrappers: make code less verbose via WRAPPER2 macro | Denys Vlasenko |
2010-11-02 | ldouble_wrappers: remove i386-specific optimization | Denys Vlasenko |
2010-10-31 | libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional) | Denys Vlasenko |
2010-10-31 | libm: fix tgamma to actually do return true gamma function | Denys Vlasenko |
2010-10-31 | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko |
2010-10-31 | libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea... | Denys Vlasenko |
2010-10-31 | libm: revert wrong ldouble wrapper hack "fix" | Denys Vlasenko |
2010-10-31 | libm: fix false positives in double tests | Denys Vlasenko |
2010-10-31 | libm: fix remaining failures in test-float | Denys Vlasenko |
2010-10-30 | libm: fix rint/scalb testcase failures | Denys Vlasenko |
2010-10-30 | libm: fix powf testcase failures | Denys Vlasenko |
2010-10-30 | libm: fix scalb testsuite failures | Denys Vlasenko |
2010-10-30 | libm: fix testuite failure in modf | Denys Vlasenko |
2010-10-30 | test/math/*: unbreak | Denys Vlasenko |
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 |