Jeremy Soller
|
60a4b59194
Fix push/pop of preserved registers on x86
|
2 years ago |
Jeremy Soller
|
32770ed976
Improvements to x86 assembly in redox-exec
|
2 years ago |
Jeremy Soller
|
ebb0507f59
Impelement relibc_internal_fork_wrapper for x86 32-bit
|
2 years ago |
Jeremy Soller
|
1315171a70
Merge branch 'relibc_cwd' into 'master'
|
2 years ago |
4lDO2
|
c26ce37620
Also fail if cwd could not be written to escalated.
|
2 years ago |
4lDO2
|
5e74d173ab
Fix ld.so access function on Redox.
|
2 years ago |
4lDO2
|
36775eeb1b
Implement EXDEV symlink resolution.
|
2 years ago |
4lDO2
|
54b3f873f8
Move cwd from kernel to relibc.
|
2 years ago |
Jeremy Soller
|
4b90afeb2a
Merge branch 'hstrerror' into 'master'
|
2 years ago |
Jeremy Soller
|
3eb52eabf5
Fix missing NUL for setenv
|
2 years ago |
Jeremy Soller
|
2f271268af
Add MSG_DONTWAIT
|
2 years ago |
Jeremy Soller
|
9e2cbcc407
redox-exec: Add aarch64 stubs
|
2 years ago |
Jeremy Soller
|
13e58007bc
Add stubs for new asm functions on x86
|
2 years ago |
Jeremy Soller
|
05e3a5ac8b
redox-exec: Move x86_64 specific things to arch module
|
2 years ago |
Jeremy Soller
|
1fe13b760e
Merge branch 'redox-exec' into 'master'
|
2 years ago |
4lDO2
|
16d0f96d64
Move fork implementation to redox-exec
|
2 years ago |
Jeremy Soller
|
fc258e8b4f
Merge branch 'fix-float-parser' into 'master'
|
2 years ago |
Nagy Tibor
|
5b2a12ca6d
strtof, strtod: Fix parsing floats with exponents
|
2 years ago |
Jeremy Soller
|
dc865148fc
Get Linux to compile again
|
2 years ago |
Jeremy Soller
|
aa2397ce29
Merge branch 'userspace_fexec' into 'master'
|
2 years ago |
4lDO2
|
f438a4259a
Use redox_syscall 0.3 from crates.io
|
2 years ago |
4lDO2
|
13cbac293b
Fix write to mmap-min-addr
|
2 years ago |
4lDO2
|
985b2a59a9
Use better interfaces in exec/clone
|
2 years ago |
4lDO2
|
d32dd52d3b
Use 2021 edition in redox-exec
|
2 years ago |
4lDO2
|
ed196516a2
Only inherit environ from ldso if previously NULL.
|
2 years ago |
4lDO2
|
b58ad5bf13
In clone, use better asm function names and align.
|
2 years ago |
4lDO2
|
4e5ccbffd1
Allow constructors to access env vars.
|
2 years ago |
4lDO2
|
049a5156d7
Implement PT_INTERP, and thus dynamic linking.
|
2 years ago |
4lDO2
|
db16393fd7
Manually init FPU context in pte_clone.
|
2 years ago |
4lDO2
|
24ecd6ee16
Fix waitpid deadlock.
|
2 years ago |