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
*
Merge pull request #1557 from semarie/openbsd-support
gingerBill
2022-02-28
3
-1
/
+778
|
\
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
3
-1
/
+778
*
|
Keep `-vet` happy
gingerBill
2022-02-25
1
-1
/
+0
*
|
Correct `read_console` reading
gingerBill
2022-02-25
1
-2
/
+13
*
|
Revert change
gingerBill
2022-02-25
1
-1
/
+1
*
|
Change `<` to `<=`
gingerBill
2022-02-25
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-02-25
3
-307
/
+300
|
\
|
|
*
Merge pull request #1549 from semarie/clone_to_cstring-leak
Jeroen van Rijn
2022-02-24
3
-307
/
+290
|
|
\
|
|
*
remove the optional `;` in os_freebsd.odin
Sébastien Marie
2022-02-24
1
-280
/
+280
|
|
*
use `context.temp_allocator` instead of general allocation + delete()
Sébastien Marie
2022-02-24
3
-33
/
+16
|
*
|
Add make_directory so darwin can build html docs
Colin Davidson
2022-02-24
1
-0
/
+10
|
|
/
*
/
Correct `os.read` on windows for `os.stdin`
gingerBill
2022-02-25
1
-5
/
+6
|
/
*
Use the _unix_fstat pointer to avoid 144B copies on fileIO
Colin Davidson
2022-02-18
1
-5
/
+7
*
avoid memset on stats
Colin Davidson
2022-02-16
1
-3
/
+6
*
Merge pull request #1488 from colrdavidson/master
Jeroen van Rijn
2022-02-15
1
-0
/
+28
|
\
|
*
Add fork and personality
Colin Davidson
2022-02-11
1
-0
/
+28
*
|
Update os_darwin.odin
gingerBill
2022-02-15
1
-1
/
+1
*
|
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
4
-7
/
+96
|
\
|
|
*
Fixes fopendir and readdir_r for arm64 or seemingly doing so
Platin21
2022-02-05
1
-2
/
+15
|
*
Fixed Typo
Platin21
2022-02-05
1
-1
/
+1
|
*
Adds missing calls for os
Platin21
2022-02-05
1
-0
/
+62
|
*
Merge pull request #1376 from jasonKercher/master
gingerBill
2022-02-05
4
-2
/
+16
|
|
\
|
|
*
add zeroing regardless of ODIN_OS
CiD-
2022-01-20
1
-6
/
+5
|
|
*
added notes about _unix_alloc
CiD-
2021-12-17
3
-0
/
+6
|
|
*
add zeroing to new region from realloc
CiD-
2021-12-17
1
-2
/
+11
|
*
|
Enforce `-strict-style` in CI
gingerBill
2022-01-31
1
-3
/
+3
*
|
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
6
-27
/
+27
|
/
/
*
|
check correct errno in _readlink
CiD-
2022-01-12
1
-2
/
+2
*
|
os_linux additions + libc to syscalls
CiD-
2022-01-12
1
-46
/
+231
*
|
Removes the default create flag
Platin21
2022-01-03
1
-1
/
+1
*
|
Fixes open system call (Thanks TIM!)
Platin21
2022-01-03
1
-1
/
+24
|
/
*
Correct reading from a console on Windows
gingerBill
2021-11-27
1
-9
/
+64
*
Add `os.read_at_least` and `os_read_full` utility procedures.
gingerBill
2021-11-27
1
-21
/
+40
*
core/sys/unix: Add syscalls_linux.odin
Yawning Angel
2021-11-17
1
-3
/
+2
*
Fix os.walk for UNC paths.
Jeroen van Rijn
2021-11-10
1
-6
/
+10
*
Merge branch 'master' into target-js_wasm32
gingerBill
2021-11-09
2
-2
/
+0
|
\
|
*
[core:os/os2] Keep -vet happy.
Jeroen van Rijn
2021-11-09
2
-2
/
+0
*
|
Begin work in semi-standardized `js_wasm32` target
gingerBill
2021-11-07
2
-0
/
+8
|
/
*
Stub out os.open for wasi
gingerBill
2021-10-31
1
-47
/
+1
*
Update wasi to use `string` and slice types
gingerBill
2021-10-31
1
-6
/
+53
*
Add basic support for wasi in package os
gingerBill
2021-10-31
2
-10
/
+36
*
Add `wasi_wasm32`
gingerBill
2021-10-31
1
-31
/
+31
*
Added a read_entire_file proc that only takes a handle and turned it into a p...
zhibog
2021-10-16
1
-18
/
+30
*
Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `re...
gingerBill
2021-09-29
1
-2
/
+2
*
Strip semicolons
gingerBill
2021-09-19
20
-514
/
+517
*
Correct `context.allocator` usage
gingerBill
2021-09-19
1
-1
/
+3
*
Make sure to `delete` on the right allocator.
Jeroen van Rijn
2021-09-19
1
-1
/
+3
*
Fix read_dir on OSX
Ricardo Silva
2021-09-13
2
-7
/
+6
*
replace lstat/fstat with lstat64/fstat64 since they return the correct values
Ricardo Silva
2021-09-10
1
-3
/
+3
*
Fix absolute_path_from_handle on OSX
Ricardo Silva
2021-09-09
1
-6
/
+9
[next]