Laytan Laats 282d956aa7 os2: skip dir test when unsupported 9 months ago
..
allocators.odin 7676480526 fix temp allocator guard bug 10 months ago
dir.odin 71932628cc Add alias 1 year ago
dir_linux.odin 282d956aa7 os2: skip dir test when unsupported 9 months ago
dir_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
dir_windows.odin de9d0134e4 os2: fix file type detection in dir_windows 9 months ago
doc.odin ebbc33fdb5 Mockup of the new `package os` interface (incomplete and non-functioning) 4 years ago
env.odin 450b9ceaec Add `@(require_results)` everywhere in os2 1 year ago
env_linux.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
env_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
env_windows.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
errors.odin b9043db434 os2: make platform error more ergonomic by making it an alias 1 year ago
errors_linux.odin 64508e477b add unsupported check in process test 10 months ago
errors_posix.odin 59086a24a1 add .ENOSYS == .Unsupported for posix too 10 months ago
errors_windows.odin dbad23385d [os2]: Implement pipe_has_data procedure 10 months ago
file.odin e7d6e2d163 Add documentation to `os2.close` 11 months ago
file_linux.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
file_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
file_posix_darwin.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
file_posix_freebsd.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
file_posix_netbsd.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
file_posix_other.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
file_stream.odin 271f84ab5b Expect `stream` as a field directly on `os2.File` 1 year ago
file_util.odin 6bf70b60d6 os/os2: add default permissions to write_entire_file 10 months ago
file_windows.odin aa36ae01cf Fix #4406 `os2` to not close the std file handles but rather just free the memory for the `^File` data. 9 months ago
heap.odin 38e983cac6 Remove dead code 1 year ago
heap_linux.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
heap_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
heap_windows.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
internal_util.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
path.odin 9f80191f60 os2: add default make_directory permissions 1 year ago
path_linux.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
path_posix.odin 4b8462aa70 os/os2: fix mkdir_all on posix with abs path 10 months ago
path_windows.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
pipe.odin dbad23385d [os2]: Implement pipe_has_data procedure 10 months ago
pipe_linux.odin dbad23385d [os2]: Implement pipe_has_data procedure 10 months ago
pipe_posix.odin 76806080ef fix os2.process_exec on non-windows and add a smoke test 10 months ago
pipe_windows.odin 842f1ae304 Fix indentation issues 10 months ago
process.odin c21e62ddb4 reset n before stderr path too 10 months ago
process_linux.odin 563ed69c28 fix deadlock when in write_errno_to_parent_and_abort state 10 months ago
process_posix.odin 424dc590a3 fix bsds process_open 10 months ago
process_posix_darwin.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
process_posix_other.odin 424dc590a3 fix bsds process_open 10 months ago
process_windows.odin b6599a52b5 Update process_windows.odin 9 months ago
stat.odin a4d459f651 os2: initial implementation for Darwin&BSDs, process API is only thing incomplete 1 year ago
stat_linux.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
stat_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
stat_windows.odin de9d0134e4 os2: fix file type detection in dir_windows 9 months ago
temp_file.odin e94c4e1e18 posix: remove the is_temp things that prevented use-after-frees 1 year ago
temp_file_linux.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
temp_file_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
temp_file_windows.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 11 months ago
user.odin 6ba1506aa9 Fix possible leaks in `os2.user_*` calls 11 months ago