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
/
sys
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
initial OpenBSD support
Sébastien Marie
2022-02-25
2
-1
/
+66
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-4
/
+4
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
1
-1
/
+1
*
add more Linux syscalls
CiD-
2022-01-03
1
-11
/
+1476
*
core/sys/unix: Add syscalls_linux.odin
Yawning Angel
2021-11-17
1
-0
/
+60
*
Begin adding vendor:miniaudio
gingerBill
2021-09-17
4
-1
/
+5
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
3
-118
/
+118
*
Remove `#opaque` usage in core library
gingerBill
2021-02-23
3
-27
/
+27
*
Deprecate `opaque` in favour of `#opaque` in the core library
gingerBill
2020-12-04
3
-27
/
+27
*
Cleanup, check sched_param and SCHED_* constants in pthread_freebsd.odin
Christian Seibold
2020-09-15
1
-13
/
+3
*
Change sizes of pthread types for freebsd
Christian Seibold
2020-09-14
1
-14
/
+12
*
Get Odin compiling and produced exe's running on FreeBSD
Christian Seibold
2020-09-14
1
-0
/
+125
*
Fix pthread_t on Macos.
Clay Murray
2020-07-11
1
-5
/
+1
*
Update thread_unix logic
gingerBill
2020-06-27
1
-1
/
+1
*
Update `sys/unix`; Rename `thread.create_and_start`
gingerBill
2020-06-27
3
-1
/
+12
*
added note about pthread_yield
KTRosenberg
2020-01-02
1
-0
/
+2
*
replaced pthread_yield with ssched_yield, fixed semaphore post:q
KTRosenberg
2020-01-02
2
-1
/
+4
*
Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...
gingerBill
2020-01-02
1
-1
/
+3
*
Implement core:thread and core:sync on Unix using pthreads
Tetralux
2019-12-01
3
-0
/
+293