index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
/
os2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix os2/process defer error.
Jeroen van Rijn
2025-04-07
1
-2
/
+3
*
Use `copy` over `intrinsics.mem_copy_non_overlapping`
gingerBill
2025-03-24
2
-12
/
+9
*
Add `require_results` to getters in `os2` path API
Feoramund
2025-03-21
1
-0
/
+2
*
Make `os2` Linux `_is_path_separator` compare against `_Path_Separator`
Feoramund
2025-03-21
1
-1
/
+1
*
Remove `if ODIN_OS == .Windows` in file that can only be built on Windows
Feoramund
2025-03-21
1
-26
/
+24
*
Decouple usage of `filepath` from `os2`
Feoramund
2025-03-21
9
-22
/
+13
*
Add new path API for `os2`
Feoramund
2025-03-21
4
-20
/
+541
*
Add missing documentation to `os2/path`
Feoramund
2025-03-20
1
-0
/
+39
*
Assert that `_Path_Separator` is 7-bit ASCII
Feoramund
2025-03-20
1
-0
/
+2
*
Fix data races in `os2/env_linux.odin`
Feoramund
2025-03-04
1
-28
/
+20
*
Fix typo
Feoramund
2025-03-04
1
-1
/
+1
*
Fix indentation
Feoramund
2025-03-04
1
-1
/
+1
*
Shorten buffers used for `os2.random_string` results
Feoramund
2025-03-03
1
-2
/
+2
*
Make `os2.random_string` use `context.random_generator`
Feoramund
2025-03-03
1
-38
/
+9
*
Add missing allocator in `os2.file_info_clone`
Feoramund
2025-03-02
1
-1
/
+1
*
Fix wrong path in `os2.user_config_dir`
Feoramund
2025-03-02
1
-1
/
+1
*
Merge pull request #4877 from laytan/os2-additions
gingerBill
2025-02-28
12
-88
/
+582
|
\
|
*
os/os2: recursive directory walker, expose errors in read_directory, file clone
Laytan Laats
2025-02-24
12
-88
/
+582
*
|
Merge pull request #4891 from Feoramund/fix-4890
gingerBill
2025-02-28
4
-15
/
+15
|
\
\
|
*
|
Fix #4890
Feoramund
2025-02-27
4
-15
/
+15
|
|
/
*
|
Add `Error` to `os2.set_env`
gingerBill
2025-02-28
5
-43
/
+32
*
|
Add `Error` as part of the return values of `os2.environ`
gingerBill
2025-02-28
6
-41
/
+46
|
/
*
Merge pull request #4733 from laytan/get-executable-path
gingerBill
2025-01-24
9
-5
/
+222
|
\
|
*
os/os2: use proc_pidpath for executable path on darwin
Laytan Laats
2025-01-22
1
-20
/
+6
|
*
os/os2: get_executable_path and working directory on wasi
Laytan Laats
2025-01-21
1
-2
/
+31
|
*
os/os2: add get_executable_path and get_executable_directory
Laytan Laats
2025-01-21
8
-3
/
+205
*
|
Merge pull request #4730 from laytan/os2-linux-loop-writes-and-cap-rw
gingerBill
2025-01-24
1
-20
/
+41
|
\
\
|
|
/
|
/
|
|
*
os/os2: bring Linux to other impls standards by looping writes and maxing one...
Laytan Laats
2025-01-20
1
-20
/
+41
*
|
Merge pull request #4716 from laytan/os2-wasi
gingerBill
2025-01-21
12
-4
/
+1186
|
\
\
|
*
|
os/os2: wasi target support
Laytan Laats
2025-01-18
12
-4
/
+1186
*
|
|
Merge pull request #4732 from zen3ger/os2-process-incorrect-working-dir
Laytan
2025-01-21
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
os/os2: Linux _process_start() write back error on fchdir failure
Roland Kovacs
2025-01-20
1
-2
/
+3
|
*
|
os/os2: Properly update CWD on Linux when using _process_start()
Roland Kovacs
2025-01-20
1
-0
/
+4
|
|
/
*
/
os2/heap_linux point to runtime._heap_allocator_proc
jason
2025-01-19
2
-727
/
+7
|
/
*
Implement _read_directory_iterator in os2.
jason
2025-01-10
1
-3
/
+84
*
Remove unused import
gingerBill
2025-01-05
1
-1
/
+0
*
Use static global memory for std handles instead of allocating.
gingerBill
2025-01-05
7
-76
/
+93
*
Fix sys/linux 64 bit arguments on 32 bit systems
jason
2025-01-02
1
-0
/
+3
*
Minor fixes + cleanup in os2 and sys/linux
jason
2025-01-02
2
-3
/
+1
*
General clean up of code
gingerBill
2025-01-01
1
-1
/
+10
*
Get arm64 up to speed in os2 linux
jason
2024-12-19
3
-56
/
+15
*
fix #4389 - retrieve file type by opening if other methods failed
Laytan Laats
2024-12-06
1
-3
/
+20
*
os2: skip dir test when unsupported
Laytan Laats
2024-11-15
1
-1
/
+1
*
os2: fix file type detection in dir_windows
Laytan Laats
2024-11-15
2
-14
/
+10
*
os2: fix leak in dir_windows
Laytan Laats
2024-11-15
1
-0
/
+1
*
Fix #4406 `os2` to not close the std file handles but rather just free the me...
gingerBill
2024-11-04
1
-3
/
+3
*
Update process_windows.odin
Patric Dexheimer
2024-10-27
1
-1
/
+1
*
os/os2: add default permissions to write_entire_file
Laytan Laats
2024-10-07
1
-1
/
+1
*
os/os2: fix mkdir_all on posix with abs path
Laytan Laats
2024-10-07
1
-1
/
+1
*
reset n before stderr path too
Laytan Laats
2024-10-05
1
-0
/
+1
[prev]
[next]