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
...
*
Correct syscalls for `linux_i386`
gingerBill
2022-08-24
1
-1
/
+1
*
Fix #1972
gingerBill
2022-08-24
1
-2
/
+2
*
merge from upstream and convert to ^File types
jason
2022-05-16
7
-7
/
+120
|
\
|
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-1
/
+1
|
*
Remove duplication
gingerBill
2022-05-12
1
-12
/
+4
|
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
2
-3
/
+85
|
*
Implement pthread_cancel.
Jeroen van Rijn
2022-05-11
4
-2
/
+41
|
*
Update arch enum
gingerBill
2022-05-01
1
-1
/
+1
*
|
add mremap + flags
CiD-
2022-04-26
1
-9
/
+21
*
|
whoops
CiD-
2022-04-08
1
-4
/
+4
*
|
commit before fetching upstream/master
CiD-
2022-04-08
1
-38
/
+87
*
|
add _chtimes
CiD-
2022-04-01
1
-0
/
+6
*
|
rewrite mkdir_all
CiD-
2022-03-14
1
-16
/
+32
*
|
merge upstream/master
CiD-
2022-03-14
2
-45
/
+47
|
\
|
|
*
Merge pull request #1613 from semarie/linux_arm64
gingerBill
2022-03-14
1
-0
/
+2
|
|
\
|
|
*
fix linux_arm64
Sébastien Marie
2022-03-12
1
-0
/
+2
|
*
|
freebsd_amd64 support
Sébastien Marie
2022-03-13
1
-45
/
+45
|
|
/
*
|
commit to merge upstream/master
CiD-
2022-03-14
1
-1
/
+9
*
|
Merge remote-tracking branch 'upstream/master' into os2_linux
Jason Kercher
2022-03-10
2
-1
/
+66
|
\
|
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
2
-1
/
+66
*
|
added _remove_all
jasonkercher
2022-03-07
1
-0
/
+8
*
|
compiles
jasonkercher
2022-03-04
1
-24
/
+122
*
|
os2 linux begin
CiD-
2022-03-03
1
-4
/
+134
|
/
*
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
[prev]