Eric Andersen
|
f605da2fb6
Be more carefull about erroring out of shell fragments. Try to
|
24 years ago |
Eric Andersen
|
066a8e2f6f
Fix duplicate of timezone
|
24 years ago |
Eric Andersen
|
2d503e1611
Remove "-Wl,--no-undefined"
|
24 years ago |
Eric Andersen
|
351727917b
Scrub malloc handling
|
24 years ago |
Eric Andersen
|
b3f5e468f2
Mahe 'make clean' remove generated bits/syscall.h, as
|
24 years ago |
Eric Andersen
|
8a3b89cb24
Fix stpcpy function declaration
|
24 years ago |
Eric Andersen
|
1a420b1fcb
Use public interface, not a glibc style private one
|
24 years ago |
Eric Andersen
|
da0db0ab56
Support tmpfile64 (just a weak for tmpfile)
|
24 years ago |
Eric Andersen
|
b55793de83
Fix stupid typing problems
|
24 years ago |
Eric Andersen
|
799217d26e
Fix formatting. Stub out pthread_join and pthread_exit for now.
|
24 years ago |
Eric Andersen
|
e077f341ca
Support statvfs and statfs. Added getmntent_r (and made it use
|
24 years ago |
Eric Andersen
|
35a3f28ef4
Add missing inttypes.h
|
24 years ago |
Eric Andersen
|
24e8f0ec75
Make getopt act the same regardless whether the app was staticly linked
|
24 years ago |
Eric Andersen
|
b53580e461
Oops. I'd accidentally enabled a #define for __NR_get_kernel_syms
|
24 years ago |
Eric Andersen
|
827aa250db
Enable several more syscalls.
|
24 years ago |
Eric Andersen
|
fc90506367
Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some little
|
24 years ago |
Eric Andersen
|
5d575db6a1
Cope with all variants of 'gcc -dumpmachine' output
|
24 years ago |
Eric Andersen
|
b4bb6f662b
Patch to add rcmd support, from Stefan Soucek, which I'd long
|
24 years ago |
Eric Andersen
|
c1bb4ddffb
Fix a few things I'd missed when using old (2.0.x) kernels.
|
24 years ago |
Eric Andersen
|
86c2d86a80
Oops. Disable threading.
|
24 years ago |
Eric Andersen
|
085e9f5124
Sync SH header files with glibc 2.2.4, so it can actually have a chance
|
24 years ago |
Eric Andersen
|
b88ff80f70
Once again, rework the signal handling to be even more correct. We no
|
24 years ago |
Eric Andersen
|
cac4a2ef93
Take the shorcut version, which is good enough for
|
24 years ago |
Eric Andersen
|
5572db65ce
Fix usleep to work correctly. Fix sleep behavior in the
|
24 years ago |
Eric Andersen
|
822a5d2922
Turn off the useless personality crap
|
24 years ago |
Eric Andersen
|
18c06fe19e
Silly spelling error
|
24 years ago |
Eric Andersen
|
fad14d6b61
New and improved!
|
24 years ago |
Eric Andersen
|
53b4958525
Cleaned up test that doesn't need manual intervention.
|
24 years ago |
Eric Andersen
|
eae91bb3af
Add a test for a sigchld bug
|
24 years ago |
Eric Andersen
|
06d634eab6
Support arch specific optimizations (examples shown for x86 and ARM).
|
24 years ago |