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
*
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
*
|
|
Merge pull request #4272 from flysand7/os2-noquote
Laytan
2024-10-04
1
-17
/
+21
|
\
\
\
|
*
|
|
Remove unused things
flysand7
2024-10-05
1
-21
/
+3
|
*
|
|
[os2/process]: Don't quote arguments unless needed
flysand7
2024-09-19
1
-17
/
+39
*
|
|
|
better error handling
Laytan
2024-10-04
1
-12
/
+17
*
|
|
|
reset err
Laytan
2024-10-04
1
-0
/
+2
*
|
|
|
wait instead of kill
Laytan
2024-10-04
1
-2
/
+1
*
|
|
|
Revert "add some debug logs"
Laytan
2024-10-04
1
-10
/
+0
*
|
|
|
add .ENOSYS == .Unsupported for posix too
Laytan
2024-10-04
1
-0
/
+2
*
|
|
|
fix bsds process_open
Laytan
2024-10-04
2
-1
/
+1
*
|
|
|
add some debug logs
Laytan
2024-10-04
1
-0
/
+10
*
|
|
|
make sure stdout and stderr always point to allocation
Laytan
2024-10-04
1
-2
/
+2
*
|
|
|
add unsupported check in process test
Laytan
2024-10-04
1
-0
/
+2
*
|
|
|
fix deadlock when in write_errno_to_parent_and_abort state
Laytan
2024-10-04
2
-2
/
+2
*
|
|
|
satisfy -vet
Laytan Laats
2024-10-04
1
-1
/
+1
*
|
|
|
kill process if waiting didn't make it exit to avoid a zombie
Laytan Laats
2024-10-04
1
-0
/
+1
*
|
|
|
general cleanup
Laytan Laats
2024-10-04
1
-11
/
+11
*
|
|
|
use dynamic array instead of string builder
Laytan Laats
2024-10-04
1
-10
/
+9
*
|
|
|
kill process if there was an error during reading to not leave a zombie
Laytan Laats
2024-10-04
1
-40
/
+43
*
|
|
|
fix temp allocator guard bug
Laytan Laats
2024-10-03
1
-1
/
+1
*
|
|
|
fix use-after-free - closing wrong pipe
Laytan Laats
2024-10-03
1
-1
/
+1
*
|
|
|
fix os2.process_exec on non-windows and add a smoke test
Laytan Laats
2024-10-03
2
-35
/
+49
*
|
|
|
Merge pull request #4290 from flysand7/pipe-has-data
dev-2024-10
gingerBill
2024-10-01
6
-125
/
+313
|
\
\
\
\
|
*
|
|
|
adjust docs
flysand7
2024-09-29
1
-6
/
+3
|
*
|
|
|
[os2/process]: Implement process_exec
flysand7
2024-09-28
1
-0
/
+90
|
*
|
|
|
[os2/process]: Unindent doc comments
flysand7
2024-09-28
1
-124
/
+123
|
*
|
|
|
Fix indentation issues
flysand7
2024-09-26
1
-4
/
+4
|
*
|
|
|
[os2]: Implement pipe_has_data procedure
flysand7
2024-09-24
5
-1
/
+103
*
|
|
|
|
Remove unused imports
gingerBill
2024-09-22
1
-2
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #4261 from laytan/net-bound-endpoint
gingerBill
2024-09-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
net: add `bound_endpoint` procedure
Laytan Laats
2024-09-17
1
-1
/
+1
*
|
|
|
|
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
43
-56
/
+56
|
\
\
\
\
\
[next]