Bernhard Reutner-Fischer
|
920db6d393
libc: Avoid redundant setting of ENOMEM
|
hace 9 años |
Timo Teras
|
0eadd98d30
libc: remove libc weak __pthreads_* wrappers
|
hace 14 años |
Austin Foxley
|
9a737ab7a4
use *_not_cancel variants to avoid accidental cancellations with nptl
|
hace 15 años |
Mike Frysinger
|
b8f1f91cc6
clean up O_CLOEXEC handling
|
hace 15 años |
Denys Vlasenko
|
93f8a2e834
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
|
hace 15 años |
Denys Vlasenko
|
fdf14ae2e6
do not save/restore errno around free() calls
|
hace 15 años |
Denys Vlasenko
|
abb3587fe9
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
|
hace 15 años |
Mike Frysinger
|
fd72e30425
first pass at implementing *at funcs
|
hace 15 años |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
hace 16 años |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
hace 16 años |
Denis Vlasenko
|
e8c6de1939
libc_hidden_proto removal, just a few functions
|
hace 16 años |
Carmelo Amoroso
|
96c028b213
Revert latest changes. Instead of applying this work-around
|
hace 16 años |
Carmelo Amoroso
|
06f8c11fef
Removed pointless initialization to 0 of DIR fields
|
hace 17 años |
Carmelo Amoroso
|
d53b49e5f5
Fix opendir problem when statically linked due to a missing
|
hace 17 años |
Peter S. Mazinger
|
7f7444e68d
remove fstat jump reloc
|
hace 19 años |
Mike Frysinger
|
ad6612eb8e
rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails ... so fix that. add back in fstat() ofter we open() the directory as we need the blocksize further down in the code. unify the memory error handling to shrink the code there a little.
|
hace 19 años |
Mike Frysinger
|
71b20283a6
add note about racecondition
|
hace 19 años |
Mike Frysinger
|
f4bfb87ce5
use O_DIRECTORY when possible, saves us from having to use stat() thus cutting codesize/race condition
|
hace 19 años |
Mike Frysinger
|
772b1913c7
add some copyright/license info
|
hace 19 años |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
Peter S. Mazinger
|
f32600208f
Convert all users of earlier hiddens
|
hace 19 años |
Peter S. Mazinger
|
3c84ded68a
Convert internal users of chmod/*stat*, minimize change for __strsep
|
hace 19 años |
Peter S. Mazinger
|
942357a798
Implement __x versions
|
hace 19 años |
Mike Frysinger
|
aab07d0500
macro out the thread funcs in libc if threading is disabled
|
hace 19 años |
Peter S. Mazinger
|
8a0b43005a
Hide mostly used functions
|
hace 19 años |
Manuel Novoa III
|
d05dafe2fc
Fix a long-standing bug with pthreads. A couple of linuxthreads files
|
hace 21 años |
Eric Andersen
|
cd4a333977
Fixup totally broken locking code... No storage for the mutex,
|
hace 22 años |
Eric Andersen
|
a4f0758150
Implement readdir_r. Audit for proper thread safety and locking.
|
hace 22 años |
Eric Andersen
|
62653059d6
Scrub up some lingering problems preventing readdir64 from working
|
hace 23 años |
Eric Andersen
|
f6fabdfcc7
In theory, this adds readdir64 and friends. Dunno if they
|
hace 23 años |