Lucas Perlind
|
f5b947ea73
Fix linux
|
4 月之前 |
Lucas Perlind
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
4 月之前 |
Lucas Perlind
|
b9db1dd3e0
os2: Resolve temp allocator collisions
|
4 月之前 |
Laytan
|
7c1a9f1e7a
Merge pull request #5127 from laytan/fix-process-windows-handles-handling
|
4 月之前 |
laytan
|
9b218a2922
don't need to hang on to the null handle
|
4 月之前 |
Laytan
|
bf5206968a
close null_handle
|
4 月之前 |
Jeroen van Rijn
|
0f2a4b80ef
Proper fix for executable name on Linux.
|
4 月之前 |
Jeroen van Rijn
|
deededfb0a
Fix `executable_path` info on Linux
|
4 月之前 |
Feoramund
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 月之前 |
Feoramund
|
b2e3b34ce0
Fix #4890
|
6 月之前 |
Roland Kovacs
|
f6ead2e777
os/os2: Linux _process_start() write back error on fchdir failure
|
7 月之前 |
Roland Kovacs
|
ac30d36206
os/os2: Properly update CWD on Linux when using _process_start()
|
7 月之前 |
jason
|
b73275cf42
Get arm64 up to speed in os2 linux
|
8 月之前 |
Laytan
|
563ed69c28
fix deadlock when in write_errno_to_parent_and_abort state
|
11 月之前 |
Karl Zylinski
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 年之前 |
Laytan Laats
|
a0fe6da10b
os2: propogate errors from execv functions to parent
|
1 年之前 |
Laytan Laats
|
a66520ba57
os2: process API for Darwin and most of it for BSDs
|
1 年之前 |
gingerBill
|
40b8150a23
Minor clean ups
|
1 年之前 |
jason
|
07a9c69714
update core:filepath's clean, join and split_list to return optional Allocator_Errors
|
1 年之前 |
jason
|
0f052dbde7
os2/process_linux: improve error handling, use pidfd where possible, remove usage of fmt
|
1 年之前 |
jason
|
a52f7c129f
stop trying to handle child pipe read errors in process_start
|
1 年之前 |
jason
|
e54d6e5a11
Ignore process_open errors in process_start. This enforces a contract
|
1 年之前 |
jason
|
f7a73b9555
fix error handling; close read end of the child pipe instead of the write end twice
|
1 年之前 |
jason
|
baacc512e3
fix child pipe in process_start
|
1 年之前 |
jason
|
c4d43bbab0
os2 linux process_wait rework; add Sig_Child_Code to sys/linux bits
|
1 年之前 |
jason
|
c3ba8fbd09
add child pipe for reporting post-fork errors
|
1 年之前 |
jason
|
c691c7dc68
point stdin, stdout, stderr to /dev/null if unused in os2.process_start
|
1 年之前 |
jason
|
2a7db08c20
Remove returned bool from access and faccessat in sys/linux.
|
1 年之前 |
jason
|
2b89829b52
minor edits in process_linux.odin
|
1 年之前 |
jason
|
38b96a7981
change child error behavior to trap instead of exit
|
1 年之前 |