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
/
os.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace core:posix usage in core:os/os2
Jeroen van Rijn
2025-06-13
1
-0
/
+53
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
1
-1
/
+1
*
loop write_entire_file to write more than MAX_RW
Laytan Laats
2024-08-11
1
-1
/
+3
*
Add `read_entire_file_or_err` and `write_entire_file_or_err`
gingerBill
2024-08-04
1
-31
/
+51
*
Move error stuff to `errors.odin`
gingerBill
2024-08-04
1
-49
/
+0
*
`Errno` -> `Error`
gingerBill
2024-08-04
1
-8
/
+8
*
Try to map to `General_Error` where possible
gingerBill
2024-08-04
1
-1
/
+35
*
More clean ups of ERROR_NONE and `!= nil` usage
gingerBill
2024-08-04
1
-3
/
+3
*
Clean up error handling
gingerBill
2024-08-04
1
-7
/
+7
*
Begin mocking out for other errors
gingerBill
2024-08-04
1
-19
/
+31
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-4
/
+13
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
1
-0
/
+6
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-2
/
+2
*
Keep -vet happy
gingerBill
2024-02-28
1
-1
/
+0
*
Remove unnecessary use of `transmute`
gingerBill
2024-02-28
1
-4
/
+2
*
Alias heap calls from `base:runtime` is `core:os`
gingerBill
2024-01-28
1
-92
/
+6
*
add non-zeroing append and resize
Colin Davidson
2023-12-04
1
-7
/
+7
*
Fix reading from `/sys/` pseudo fx
Jeroen van Rijn
2023-10-26
1
-2
/
+2
*
add nil check to heap_alloc calls (issue 2530)
jason
2023-05-11
1
-1
/
+1
*
Add caller location info to `os.read_entire_file()`
Daniel
2023-01-27
1
-5
/
+5
*
shuffle to private/public wrapper
Colin Davidson
2023-01-06
1
-0
/
+4
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-5
/
+5
*
Fix indent
Vitaly Kravchenko
2022-09-21
1
-1
/
+1
*
Minor improvements to io and os
gingerBill
2022-05-05
1
-0
/
+4
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
1
-2
/
+10
|
\
|
*
add zeroing regardless of ODIN_OS
CiD-
2022-01-20
1
-6
/
+5
|
*
add zeroing to new region from realloc
CiD-
2021-12-17
1
-2
/
+11
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-1
/
+1
|
/
*
Add `os.read_at_least` and `os_read_full` utility procedures.
gingerBill
2021-11-27
1
-21
/
+40
*
Added a read_entire_file proc that only takes a handle and turned it into a p...
zhibog
2021-10-16
1
-18
/
+30
*
Make sure to `delete` on the right allocator.
Jeroen van Rijn
2021-09-19
1
-1
/
+3
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-84
/
+84
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
1
-2
/
+2
*
Fix #906
gingerBill
2021-04-20
1
-8
/
+2
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-9
/
+14
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-1
/
+3
*
Merge pull request #727 from JoshuaManton/master-fork
gingerBill
2020-09-03
1
-2
/
+2
|
\
|
*
Add allocator parameter to os.read_entire_file()
Joshua Mark Manton
2020-09-02
1
-2
/
+2
*
|
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
1
-0
/
+3
*
|
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
1
-0
/
+7
*
|
Clean-up OS constants; Clean-up procs_wasm32.odin
gingerBill
2020-07-09
1
-0
/
+5
*
|
Fix darwin open flags and mode
Hasen Judy
2020-04-19
1
-1
/
+1
*
|
Fix os.read_entire_file
gingerBill
2020-03-12
1
-1
/
+1
*
|
Fix os.read / os.read_entire_file
Tetralux
2020-03-12
1
-8
/
+8
*
|
Fix heap allocator alignment on all platforms
Tetralux
2020-01-22
1
-60
/
+41
*
|
Linux: write_entire_file sets 644 permissions on open.
Justas Dabrila
2019-12-23
1
-1
/
+8
*
|
Fix typo
gingerBill
2019-12-01
1
-1
/
+1
*
|
Disable aligned heap allocations hack in os.heap_allocator_proc
gingerBill
2019-12-01
1
-0
/
+20
*
|
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-1
/
+1
*
|
Fix nil comparisons for soa slices and dynamic arrays
gingerBill
2019-12-01
1
-3
/
+4
[next]