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/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
...
*
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
*
|
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
*
|
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
38
-51
/
+51
|
\
\
|
|
/
|
/
|
|
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
38
-51
/
+51
*
|
Fix #4265
Laytan Laats
2024-09-18
1
-1
/
+6
|
/
*
Remove unused base:runtime from os2/heap_linux.odin
pkova
2024-09-08
1
-2
/
+0
*
Fix os2/heap_linux.odin deadlock
pkova
2024-09-08
1
-36
/
+35
*
fix(os2): mkdir_all on path_posix
Dan Castrillo
2024-09-02
1
-5
/
+5
*
Fix possible leaks in `os2.user_*` calls
gingerBill
2024-08-31
1
-6
/
+10
*
Fix EOF detection is os2 window read
Laytan Laats
2024-08-28
1
-0
/
+4
*
Return `0, nil` in all `io` cases where an empty slice is provided
Feoramund
2024-08-28
2
-1
/
+11
*
Fix `pread` and `pwrite` on `os2` Windows
Feoramund
2024-08-28
1
-2
/
+2
*
Report invalid whence & offset on `os2` Windows
Feoramund
2024-08-28
2
-0
/
+5
*
Fix Windows infinite recursion with `os2._flush`
Feoramund
2024-08-28
1
-2
/
+2
*
Add documentation to `os2.close`
Feoramund
2024-08-28
1
-0
/
+6
*
Report `Invalid_Whence` in `os2` Linux seek
Feoramund
2024-08-28
1
-2
/
+14
*
Report `Invalid_Whence` in `os2` POSIX seek
Feoramund
2024-08-28
1
-1
/
+14
*
Copy missing errors in `os2._get_platform_error` from `posix` to `linux`
Feoramund
2024-08-28
1
-0
/
+8
*
Add missing `io.Stream_Mode` responses
Feoramund
2024-08-28
2
-2
/
+2
*
os2: disable custom heap allocator
Laytan
2024-08-28
1
-0
/
+13
*
Merge pull request #4148 from Feoramund/tls-cleaner
gingerBill
2024-08-26
1
-0
/
+5
|
\
|
*
Use `thread_local_cleaner` API in `os2`
Feoramund
2024-08-26
1
-0
/
+5
*
|
Merge pull request #4136 from flysand7/process-info-fix
Laytan
2024-08-26
2
-102
/
+146
|
\
\
|
|
/
|
/
|
|
*
[os2/process]: Fix typo on doc comments
flysand7
2024-08-27
1
-3
/
+3
|
*
[os2/process]: Fix vet errors
flysand7
2024-08-26
1
-1
/
+1
[prev]
[next]