Age | Commit message (Collapse) | Author |
|
|
|
This patch adds limited multithreading support in syscall-emulation
mode, by using the clone system call. The clone system call works
for Alpha, SPARC and x86, and multithreaded applications run
correctly in Alpha and SPARC.
|
|
|
|
object.
|
|
been tested on Alpha, compiles for the rest but not tested. I don't see why it wouldn't work though.
|
|
Bogus calls to ChunkGenerator with negative size were triggering
a new assertion that was added there.
Also did a little renaming and cleanup in the process.
|
|
readlink, umask, truncate, ftruncate, mkdir, and getcwd.
|
|
--HG--
extra : convert_revision : 3ff55e35877c0fd74823ce5e52ed16c38da92068
|
|
--HG--
extra : convert_revision : 67e92b166599bd20b7ce90d073f2fd7502f810ec
|
|
bit syscall table into it's own file. Corrected problems with the stat structure. These should be tested on 64 bit x86 and SPARC machines.
--HG--
extra : convert_revision : 5d9fe19e031b92e111069c6b89c3dbeb29975b8a
|