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
/
os_linux.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-1233
/
+0
*
core/os: fix lookup_env_buf only working with empty buffer
David Bader
2026-01-30
1
-0
/
+1
*
fix: cars i64 instead of int
samwega
2025-10-03
1
-1
/
+1
*
os_linux.odin was using itoa, changed to use write_int()
samwega
2025-10-03
1
-1
/
+1
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-2
/
+4
*
Fixed the build check: ('arg' declared but not used) against the '-default-to...
WisonYe
2025-07-19
1
-1
/
+1
*
Fixed Index 0 is out of range 0..<0' when using '-default-to-nil-allocator' f...
WisonYe
2025-07-19
1
-1
/
+1
*
Fixed 'Odin/core/os/os_linux.odin(1104:7) Index 0 is out of range 0..<0' when...
WisonYe
2025-07-19
1
-2
/
+2
*
Merge branch 'master' into args-leak
Jeroen van Rijn
2025-06-27
1
-7
/
+35
|
\
|
*
Add bring-your-own-buffer versions of `os.lookup_env` and `os.get_env`
Jeroen van Rijn
2025-06-16
1
-2
/
+30
|
*
Mark some uninitialized memory as safe
Feoramund
2025-06-05
1
-4
/
+4
|
*
pass flags down from `os.send` in darwin and linux
Samuel Elgozi
2025-01-26
1
-1
/
+1
*
|
Make sure we don't leak os.args. Fixes #1633.
Christiano Haesbaert
2025-01-11
1
-1
/
+6
|
/
*
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
*
|
Merge pull request #4335 from colrdavidson/datetime_tz
Jeroen van Rijn
2024-10-22
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
tweaks per laytan suggestions
Colin Davidson
2024-10-10
1
-4
/
+2
*
|
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
1
-3
/
+3
|
|
\
|
*
|
Add POSIX dirent struct for Linux.
Isaac Andrade
2024-08-23
1
-0
/
+3
*
|
|
Update core/os/os_linux.odin
Yuriy Grynevych
2024-09-19
1
-0
/
+1
*
|
|
[core/os] get_current_directory: Add allocator arg to targets where its missing
Yuriy Grynevych
2024-09-18
1
-1
/
+1
*
|
|
Report `Invalid_Whence` on some `os` platforms
Feoramund
2024-08-28
1
-1
/
+12
*
|
|
Add missing `flush` functionality to `os` platforms
Feoramund
2024-08-28
1
-2
/
+1
|
|
/
|
/
|
*
|
Fix `-vet-tabs` issues
gingerBill
2024-08-24
1
-3
/
+3
|
/
*
correct the riscv64 stat structs
Laytan
2024-08-21
1
-20
/
+1
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
1
-0
/
+19
*
posix: add package
Laytan Laats
2024-08-14
1
-3
/
+3
*
fix `os.read_dir` closing the given file descriptor
Laytan Laats
2024-08-12
1
-0
/
+6
*
Remove unused import.
Jeroen van Rijn
2024-08-09
1
-1
/
+0
*
Add `@(require_results)`
gingerBill
2024-08-04
1
-23
/
+47
*
Add stubs for `flush` on platforms that didn't have it
gingerBill
2024-08-04
1
-0
/
+5
*
Fix typo; remove unneeded casts
gingerBill
2024-08-04
1
-7
/
+7
*
Begin mapping `os.Error` in the rest of the codebase
gingerBill
2024-08-04
1
-0
/
+1
*
`Errno` -> `Error`
gingerBill
2024-08-04
1
-54
/
+54
*
Try to map to `General_Error` where possible
gingerBill
2024-08-04
1
-1
/
+12
*
More clean ups of ERROR_NONE and `!= nil` usage
gingerBill
2024-08-04
1
-45
/
+39
*
Clean up error handling
gingerBill
2024-08-04
1
-10
/
+10
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-3
/
+3
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
1
-132
/
+132
*
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
1
-2
/
+1
*
Merge pull request #2998 from laytan/os-improvements
gingerBill
2024-02-03
1
-4
/
+22
|
\
|
*
implement a max read/write at a time for non-windows (windows already has this)
Laytan Laats
2023-12-14
1
-4
/
+22
*
|
Alias heap calls from `base:runtime` is `core:os`
gingerBill
2024-01-28
1
-21
/
+0
*
|
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
|
clean up field names
Laytan Laats
2023-12-08
1
-8
/
+5
*
|
fix struct stat layout linux arm64
Laytan Laats
2023-12-06
1
-20
/
+45
|
/
*
Implement new sys/unix package
flysand7
2023-10-27
1
-1
/
+12
[next]