.. |
allocators.odin
|
4d63ee0794
Remove unused import
|
8 сар өмнө |
dir.odin
|
71932628cc
Add alias
|
1 жил өмнө |
dir_linux.odin
|
282d956aa7
os2: skip dir test when unsupported
|
9 сар өмнө |
dir_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
dir_windows.odin
|
de9d0134e4
os2: fix file type detection in dir_windows
|
9 сар өмнө |
doc.odin
|
ebbc33fdb5
Mockup of the new `package os` interface (incomplete and non-functioning)
|
4 жил өмнө |
env.odin
|
450b9ceaec
Add `@(require_results)` everywhere in os2
|
1 жил өмнө |
env_linux.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
env_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
env_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
errors.odin
|
b9043db434
os2: make platform error more ergonomic by making it an alias
|
1 жил өмнө |
errors_linux.odin
|
64508e477b
add unsupported check in process test
|
11 сар өмнө |
errors_posix.odin
|
59086a24a1
add .ENOSYS == .Unsupported for posix too
|
11 сар өмнө |
errors_windows.odin
|
dbad23385d
[os2]: Implement pipe_has_data procedure
|
11 сар өмнө |
file.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
8 сар өмнө |
file_linux.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
8 сар өмнө |
file_posix.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
8 сар өмнө |
file_posix_darwin.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_posix_freebsd.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_posix_netbsd.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_posix_other.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_stream.odin
|
271f84ab5b
Expect `stream` as a field directly on `os2.File`
|
1 жил өмнө |
file_util.odin
|
6bf70b60d6
os/os2: add default permissions to write_entire_file
|
11 сар өмнө |
file_windows.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
8 сар өмнө |
heap.odin
|
38e983cac6
Remove dead code
|
1 жил өмнө |
heap_linux.odin
|
b73275cf42
Get arm64 up to speed in os2 linux
|
8 сар өмнө |
heap_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
heap_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
internal_util.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
path.odin
|
9f80191f60
os2: add default make_directory permissions
|
1 жил өмнө |
path_linux.odin
|
ce1f3b34c0
Minor fixes + cleanup in os2 and sys/linux
|
8 сар өмнө |
path_posix.odin
|
4b8462aa70
os/os2: fix mkdir_all on posix with abs path
|
11 сар өмнө |
path_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
pipe.odin
|
dbad23385d
[os2]: Implement pipe_has_data procedure
|
11 сар өмнө |
pipe_linux.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
8 сар өмнө |
pipe_posix.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
8 сар өмнө |
pipe_windows.odin
|
842f1ae304
Fix indentation issues
|
11 сар өмнө |
process.odin
|
1cf7a56ba7
General clean up of code
|
8 сар өмнө |
process_linux.odin
|
b73275cf42
Get arm64 up to speed in os2 linux
|
8 сар өмнө |
process_posix.odin
|
424dc590a3
fix bsds process_open
|
11 сар өмнө |
process_posix_darwin.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
process_posix_other.odin
|
424dc590a3
fix bsds process_open
|
11 сар өмнө |
process_windows.odin
|
b6599a52b5
Update process_windows.odin
|
10 сар өмнө |
stat.odin
|
a4d459f651
os2: initial implementation for Darwin&BSDs, process API is only thing incomplete
|
1 жил өмнө |
stat_linux.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
stat_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
stat_windows.odin
|
6e1d028861
fix #4389 - retrieve file type by opening if other methods failed
|
9 сар өмнө |
temp_file.odin
|
e94c4e1e18
posix: remove the is_temp things that prevented use-after-frees
|
1 жил өмнө |
temp_file_linux.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
temp_file_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
temp_file_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
user.odin
|
6ba1506aa9
Fix possible leaks in `os2.user_*` calls
|
1 жил өмнө |