Manuel Novoa III
|
0ba092c1c9
Add vdprintf function. Note: will be rewritten to check if file descriptor has an associated FILE to avoid bad interactions with buffered output, but needed for busybox right now and that implementation has the same bug.
|
25 лет назад |
Manuel Novoa III
|
55452223c9
Fix stdin/stdout/stderr for now.
|
25 лет назад |
Manuel Novoa III
|
dd3bc2a852
Add tsearch functions from libc-5.3.12.
|
25 лет назад |
Manuel Novoa III
|
01ca508960
Comment out for now. Not used and was causing an error.
|
25 лет назад |
Manuel Novoa III
|
d2db1cbbea
Add missing header file.
|
25 лет назад |
Manuel Novoa III
|
3e0fe4b1cc
Handle definition of struct timespec.
|
25 лет назад |
Manuel Novoa III
|
bd0ff62e4a
Fix stdin/stdout/stderr (that I broke) and add vdprintf prototype.
|
25 лет назад |
Manuel Novoa III
|
c886fc9109
Fix broken prototype.
|
25 лет назад |
Manuel Novoa III
|
0ae3814223
Define __USE_GNU as glibc does.
|
25 лет назад |
Manuel Novoa III
|
e128fa8ad5
Hack DYNAMIC_LINKER setting for now.
|
25 лет назад |
Eric Andersen
|
3f549ec279
Use MAP_FAILED.
|
25 лет назад |
Eric Andersen
|
314b6a528c
Add MAP_FAILED per spec -- patch from Michael Shmulevich <michaels@jungo.com>
|
25 лет назад |
Manuel Novoa III
|
356b686774
Clean up lots of warnings.
|
25 лет назад |
Eric Andersen
|
e57fc6bbb2
Use __environ instead of the GNU extension environ.
|
25 лет назад |
Eric Andersen
|
56139d5a71
Remove now irrelevant comment.
|
25 лет назад |
Manuel Novoa III
|
8a017d3b13
Add #define to handle new ptrace support.
|
25 лет назад |
Eric Andersen
|
823f4ba7b0
Add ffs func declaration
|
25 лет назад |
Eric Andersen
|
b540a2898e
Add missing ffs, used by rpc crap.
|
25 лет назад |
Eric Andersen
|
b2c3e3d72e
Silence warnings -- add func declaration.
|
25 лет назад |
Eric Andersen
|
6c7074c750
Try to automagically pick the correct dynamic linker.
|
25 лет назад |
Eric Andersen
|
d064d3e32b
Implement getdtablesize(), which is used by the rpc crap.
|
25 лет назад |
Eric Andersen
|
411597d4f4
Revert stdio to initializing itself. Not quite a pretty but that ensures that
|
25 лет назад |
Eric Andersen
|
69b2edf81e
Remove times and all the foolishness surrounding it. There is
|
25 лет назад |
Eric Andersen
|
d62d23b5e8
Doh! I forgot a #ifdef such that ptrace ended up in each and every
|
25 лет назад |
Eric Andersen
|
eb5667f0ce
It turns out that vfork was completely broken. That was why it
|
25 лет назад |
Eric Andersen
|
6340fb74f3
Add in a silly test to check that argc, argv, and environ are
|
25 лет назад |
Eric Andersen
|
8b20f6ceae
Include ptrace support so debugging will hopefully work.
|
25 лет назад |
Manuel Novoa III
|
7cbba5f8ce
Fix the ordering of the args to the compare function.
|
25 лет назад |
Eric Andersen
|
d63b6766db
_void_void_null_func never returned. I noticed this yesterday
|
25 лет назад |
Eric Andersen
|
332e87b2d9
Wierd. Whats _null_auth doing here?
|
25 лет назад |