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
...
*
|
|
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` on some `os` platforms
Feoramund
2024-08-28
7
-14
/
+73
*
|
|
Add missing `flush` functionality to `os` platforms
Feoramund
2024-08-28
5
-7
/
+17
*
|
|
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
*
|
|
Zero `n` on error in `_file_stream_proc`
Feoramund
2024-08-28
1
-0
/
+3
*
|
|
Fix indentation
Feoramund
2024-08-28
1
-46
/
+46
*
|
|
Fix OpenBSD implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+22
*
|
|
Fix indentation
Feoramund
2024-08-28
1
-45
/
+45
*
|
|
Fix Haiku implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+22
*
|
|
Fix NetBSD implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+22
*
|
|
Make Windows `pread` and `pwrite` conform to POSIX
Feoramund
2024-08-28
1
-20
/
+8
*
|
|
Fix FreeBSD implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+17
*
|
|
Fix broken cases of `Seek` usage in `_file_stream_proc`
Feoramund
2024-08-28
3
-0
/
+14
*
|
|
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
|
*
|
[os2/process]: Adjust documentation for process info
flysand7
2024-08-26
1
-13
/
+13
|
*
|
[os2/process]: Force return on allocation errors and process not existing
flysand7
2024-08-26
1
-57
/
+139
|
*
|
[os2/process]: Allow for partial success scenarios
flysand7
2024-08-25
1
-51
/
+47
|
*
|
[os2/process]: Don't free process info fields in partial success scenarios
flysand7
2024-08-25
1
-36
/
+2
*
|
|
Merge pull request #4142 from laytan/os2-propogate-errors-from-execv
Laytan
2024-08-25
4
-25
/
+14
|
\
\
\
|
*
|
|
os2: remove return on file_size error from read_entire_file
Laytan
2024-08-25
1
-3
/
+0
|
*
|
|
os2: propogate errors from execv functions to parent
Laytan Laats
2024-08-25
3
-22
/
+14
|
|
|
/
|
|
/
|
*
/
|
Fix `-vet-tabs` issues
gingerBill
2024-08-24
1
-3
/
+3
|
/
/
*
|
os2: do read_entire_file in parts if the file size is 0
Laytan Laats
2024-08-23
1
-1
/
+1
*
|
os2: fix read_entire_file wrong slice end variable
Laytan Laats
2024-08-23
1
-1
/
+1
*
|
os2: CLOEXEC the fds from `pipe` for posix implementation
Laytan Laats
2024-08-23
1
-0
/
+9
*
|
os2: fix using uuid as process handle for darwin, once it goes zombie it changes
Laytan Laats
2024-08-23
1
-13
/
+5
|
/
*
Merge pull request #4120 from laytan/posix-process
gingerBill
2024-08-22
8
-18
/
+382
|
\
|
*
os2: process API for Darwin and most of it for BSDs
Laytan Laats
2024-08-22
4
-115
/
+301
|
*
os2: make platform error more ergonomic by making it an alias
Laytan Laats
2024-08-22
4
-2
/
+8
|
*
posix: start on process API
Laytan Laats
2024-08-17
2
-11
/
+183
*
|
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
|
/
*
fix `open` bindings
Laytan Laats
2024-08-16
5
-20
/
+8
*
Check if file open-mode is `O_CREATE` on Darwin before forcing chmod
Feoramund
2024-08-16
1
-1
/
+1
*
Minor clean ups
gingerBill
2024-08-16
2
-19
/
+21
*
Merge pull request #3971 from jasonKercher/os2-process-linux
gingerBill
2024-08-16
6
-79
/
+844
|
\
|
*
update core:filepath's clean, join and split_list to return optional Allocato...
jason
2024-08-16
1
-8
/
+8
|
*
os2/process_linux: improve error handling, use pidfd where possible, remove u...
jason
2024-08-14
2
-81
/
+204
|
*
stop trying to handle child pipe read errors in process_start
jason
2024-08-10
1
-15
/
+10
[prev]
[next]