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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
|
|
/
|
*
pass flags down from `os.send` in darwin and linux
Samuel Elgozi
2025-01-26
2
-2
/
+2
|
*
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
*
|
Make sure we don't leak os.args. Fixes #1633.
Christiano Haesbaert
2025-01-11
8
-8
/
+51
|
/
*
Merge pull request #4672 from shizeeg/master
Laytan
2025-01-11
1
-0
/
+8
|
\
|
*
add os.exists() to FreeBSD
sh!zeeg
2025-01-10
1
-0
/
+8
*
|
Update dir_unix.odin
avanspector
2025-01-10
1
-1
/
+1
*
|
Haiku: small fixes across core
avanspector
2025-01-10
1
-2
/
+17
*
|
Merge branch 'odin-lang:master' into master
avanspector
2025-01-06
10
-135
/
+120
|
\
|
|
*
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 os_haiku.odin (again)
avanspector
2024-12-21
1
-1
/
+1
*
|
fix haiku
avanspector
2024-12-20
2
-7
/
+8
|
/
*
fix #4389 - retrieve file type by opening if other methods failed
Laytan Laats
2024-12-06
1
-3
/
+20
*
Make `O_RDONLY` default for `os.open` on all platforms.
Jeroen van Rijn
2024-11-28
3
-588
/
+579
*
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
*
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
1
-1
/
+1
|
\
|
*
sys/posix: impl rest of linux, impl some of Windows
Laytan Laats
2024-10-28
1
-1
/
+1
*
|
Update process_windows.odin
Patric Dexheimer
2024-10-27
1
-1
/
+1
*
|
Merge pull request #4335 from colrdavidson/datetime_tz
Jeroen van Rijn
2024-10-22
6
-25
/
+12
|
\
\
|
|
/
|
/
|
|
*
tweaks per laytan suggestions
Colin Davidson
2024-10-10
6
-25
/
+12
*
|
Merge pull request #4118 from andradei/posix-linux
Laytan
2024-10-13
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add contants RTLD contants on os_linux and posix (dlfcn).
Isaac Andrade
2024-08-28
1
-4
/
+7
|
*
Use native types on linux POSIX structs.
Isaac Andrade
2024-08-28
1
-3
/
+0
|
*
Merge branch 'master' of github.com:odin-lang/Odin into posix-linux
Isaac Andrade
2024-08-27
7
-130
/
+168
|
|
\
|
*
|
Add POSIX dirent struct for Linux.
Isaac Andrade
2024-08-23
1
-0
/
+3
*
|
|
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
*
|
|
Don't append to buffer if nothing was read
flysand7
2024-10-05
1
-2
/
+2
[prev]
[next]