Denys Vlasenko
|
4bbf7dfe44
remove superfluous libc_hidden_proto(memcpy) and #include
|
14 years ago |
Denys Vlasenko
|
e9b9c97c33
sleep: tiny code shrink
|
14 years ago |
Denys Vlasenko
|
251a3c19cb
sleep: employ __USE_EXTERN_INLINES (with necessary fixes)
|
14 years ago |
Denys Vlasenko
|
62fb840ea0
sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common case
|
14 years ago |
Timo Teräs
|
f53db356f5
libm/x86: use call instead of jump for wrappers
|
14 years ago |
Denys Vlasenko
|
5e8d3975e2
sleep: remove commented-out code. no code changes
|
14 years ago |
Denys Vlasenko
|
c403e32526
sleep: code shrink
|
14 years ago |
Denys Vlasenko
|
71dcf8f440
vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside it
|
14 years ago |
Denys Vlasenko
|
984e74b6df
_vfprintf.c: de-obfuscate badly twisted fragment. no code changes.
|
14 years ago |
Denys Vlasenko
|
7da684a461
vfprintf.c: remove endif comments which clog up the source. no code changes
|
14 years ago |
Denys Vlasenko
|
7add20c820
vfprintf.c: de-obfuscate if(with nested assignments). no logic changes
|
14 years ago |
Natanael Copa
|
7b74c6bab0
getproto: increase line buffer size, simlify and fix alias handling
|
14 years ago |
Natanael Copa
|
3dc8360085
getnet: simplify alias handling and reduce MAXALIASES
|
14 years ago |
Natanael Copa
|
2631ae8aab
getservice: fix handling of long lines
|
14 years ago |
Natanael Copa
|
6e74339e7d
parse_config: discard rest of incomplete line
|
14 years ago |
Natanael Copa
|
c7c7ea92be
config parser: always initialize line pointer
|
14 years ago |
Natanael Copa
|
5cb23c3c73
getservice: getservent_r must return ERANGE when buffer is too small
|
14 years ago |
Natanael Copa
|
54187ed0f0
config parser: do not assume that realloc return same pointer
|
14 years ago |
Austin Foxley
|
c50d27fa8b
sparc: pipe.S
|
14 years ago |
Salvatore Cro
|
74407db52d
ldso_sh: add support for protected symbols to SH
|
14 years ago |
Carmelo Amoroso
|
78e6de06e7
libc: Sort HEADERS_RM alphabetically
|
14 years ago |
Carmelo Amoroso
|
0f85b228aa
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
|
14 years ago |
Carmelo Amoroso
|
ef65e97083
libc: Handle cancellation in non multiplexed socket calls
|
15 years ago |
Carmelo Amoroso
|
58b6084058
nptl: Remove nptl/sysdeps/generic directory from include list
|
14 years ago |
Carmelo Amoroso
|
f3149e5738
nptl_sh: Fix compiler warning due to shadowed variable
|
15 years ago |
Carmelo Amoroso
|
26606098c2
libc: Add canonicalize_file_name function
|
14 years ago |
Carmelo Amoroso
|
a9e2521be8
test: Update gitignore to take into account new tests added.
|
14 years ago |
Filippo Arcidiacono
|
33cb7f0b4a
ldso: Do not adjust dynamic section entries unnecessarily
|
14 years ago |
Salvatore Cro
|
447c70a5dc
tests: Added new nptl tests
|
14 years ago |
Salvatore Cro
|
a27dd6924e
sh: update the memcpy adding a new loop with aggressive prefetching
|
14 years ago |