Mike Frysinger
|
65d74dd0d4
grab syscall() from glibc
|
před 19 roky |
Mike Frysinger
|
c0b6c3ba7b
thanks to Thomas, nios should be happy again!
|
před 19 roky |
Mike Frysinger
|
b13b8b4533
kill _dummy symbol
|
před 19 roky |
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.
|
před 19 roky |
Mike Frysinger
|
e1982ac32a
fix building
|
před 19 roky |
Mike Frysinger
|
cb1941ccfc
fix segfault do to sizeof(NULL) usage
|
před 19 roky |
Mike Frysinger
|
71b20283a6
add note about racecondition
|
před 19 roky |
Mike Frysinger
|
f4bfb87ce5
use O_DIRECTORY when possible, saves us from having to use stat() thus cutting codesize/race condition
|
před 19 roky |
Mike Frysinger
|
772b1913c7
add some copyright/license info
|
před 19 roky |
Mike Frysinger
|
bd5827f470
use just __getdents64 rather than either __getdents and __getdents64 when possible (saves space and gives us access to d_type most of the time)
|
před 19 roky |
Mike Frysinger
|
cfdee7ee02
we get d_type from the kernel so use it
|
před 19 roky |
Mike Frysinger
|
02ae0a4e9d
make build output a little less noisy
|
před 19 roky |
Mike Frysinger
|
9bf5af92ea
make build output a little less noisy
|
před 19 roky |
Mike Frysinger
|
15b87e6a3f
fix warning when building on non-mmu hosts
|
před 19 roky |
Mike Frysinger
|
a7240d19c0
glibc sync
|
před 19 roky |
Mike Frysinger
|
0f8c0e81b6
touchup test to have some more helpful output
|
před 19 roky |
Mike Frysinger
|
c429bf3057
import files from glibc for an ia64/static port
|
před 19 roky |
Peter S. Mazinger
|
798669dc65
Dont link and remove link.h
|
před 19 roky |
Mike Frysinger
|
b445ebef4e
integrate frv link.h
|
před 19 roky |
Mike Frysinger
|
7285da14ed
unify duplicated code cause i get tired of updating this stuff
|
před 19 roky |
Peter S. Mazinger
|
786126e2b1
Weaken libc's hidden fork versions, ltp test failed
|
před 19 roky |
Peter S. Mazinger
|
0140324c10
attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu
|
před 19 roky |
Peter S. Mazinger
|
6b295db049
disable hidden_proto/def for __BCC__ generally
|
před 19 roky |
Peter S. Mazinger
|
08d5fc12a5
add -DNOT_IN_libc
|
před 19 roky |
Peter S. Mazinger
|
635beebf1e
hide __td_agent_list
|
před 19 roky |
Peter S. Mazinger
|
4594edc979
Use write instead of __libc_write for debug, hide __td_debug
|
před 19 roky |
Peter S. Mazinger
|
8bdad7ecff
Hide internal wrapper
|
před 19 roky |
Peter S. Mazinger
|
b9a5236299
err() is not used internally
|
před 19 roky |
Peter S. Mazinger
|
62e24ca477
getopt_long[_only] visible only if GNU getopt used
|
před 19 roky |
Peter S. Mazinger
|
1d05822f29
Use internal versions of strchr and stderr for non-BCC
|
před 19 roky |