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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/windows: Make INVALID_FILE_ATTRIBUTES a u32 constant
flysand7
2024-01-25
1
-1
/
+1
*
Merge pull request #3109 from flysand7/sys-linux-tiny-fix
gingerBill
2024-01-18
2
-2
/
+0
|
\
|
*
[sys/linux]: Remove +build comments in files with documentation
flysand7
2024-01-18
2
-2
/
+0
*
|
stdcall -> system
gingerBill
2024-01-17
2
-2
/
+2
*
|
Change `stdcall` -> `system`
gingerBill
2024-01-17
23
-212
/
+212
*
|
Fix imports to be case sensitive correct
gingerBill
2024-01-17
2
-6
/
+6
*
|
Remove `//+build windows` tag
gingerBill
2024-01-17
1
-1
/
+0
|
/
*
fix shift direction
Jon Lipstate
2024-01-12
1
-4
/
+4
*
Reindent and align and f ix Ventura kernel+version swap.
Jeroen van Rijn
2024-01-10
1
-352
/
+352
*
Fixed indentation
Platin21
2024-01-10
1
-27
/
+27
*
Added macOS versions for a lot of revisions
Platin21
2024-01-10
1
-0
/
+50
*
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
gingerBill
2024-01-05
1
-0
/
+5
*
Merge pull request #2917 from flysand7/sys-linux-additions
gingerBill
2024-01-02
4
-618
/
+2688
|
\
|
*
type error
flysand7
2023-12-06
1
-1
/
+1
|
*
Merge branch 'master' into sys-linux-additions
flysand7
2023-12-06
11
-11
/
+483
|
|
\
|
*
|
[sys/linux]: Fix epoll_wait on arm64
flysand7
2023-12-06
1
-1
/
+5
|
*
|
[sys/linux]: Add epoll syscalls
flysand7
2023-11-24
3
-10
/
+109
|
*
|
[sys/linux]: Fix time(2) syscall not taking a pointer on ARM64
flysand7
2023-11-10
1
-1
/
+1
|
*
|
[sys/linux]: Fix creat(2) syscall not returning file descriptor
flysand7
2023-11-10
1
-2
/
+2
|
*
|
Fix missing return statement
flysand7
2023-11-10
1
-0
/
+1
|
*
|
time on arm64
flysand7
2023-11-10
1
-3
/
+9
|
*
|
[sys/linux]: Fix missing return; Remove TODO for select()
flysand7
2023-11-10
1
-2
/
+1
|
*
|
[sys/linux]: Fix arch-specific issues
flysand7
2023-11-10
2
-7
/
+28
|
*
|
[sys/linux]: utimensat takes array of two
flysand7
2023-11-08
1
-3
/
+5
|
*
|
[sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* syscalls...
flysand7
2023-11-08
1
-12
/
+13
|
*
|
[sys/linux]: Fix compilation errors and -strict-style errors
flysand7
2023-11-04
3
-56
/
+66
|
*
|
[sys/linux]: Documentation improvements
flysand7
2023-11-04
4
-523
/
+1064
|
*
|
[sys/linux]: Add more syscalls
flysand7
2023-11-04
3
-56
/
+356
|
*
|
WIP
flysand7
2023-11-03
4
-61
/
+1149
*
|
|
[core:sys/windows] add System Error Codes enum
Igor Dreher
2023-12-29
1
-0
/
+5482
*
|
|
Format hidpi.odin
Lucas Perlind
2023-12-14
1
-8
/
+8
*
|
|
Add Hidpi to Windows
Lucas Perlind
2023-12-12
2
-0
/
+136
|
|
/
|
/
|
*
|
Merge pull request #2942 from flga/master
Jeroen van Rijn
2023-11-24
2
-1
/
+3
|
\
\
|
*
|
core:sys/linux: rename Perf_Read_Format_Flags
flga
2023-11-10
1
-2
/
+3
|
*
|
core:sys/linux: make Perf_Read_Format a bitset
flga
2023-11-10
2
-2
/
+3
*
|
|
Merge pull request #2952 from Pingar5/master
Jeroen van Rijn
2023-11-24
4
-1
/
+32
|
\
\
\
|
*
|
|
Add various missing windows procedures
Brennen Shaughnessy
2023-11-22
4
-1
/
+32
|
|
/
/
*
|
|
Merge pull request #2899 from jakubtomsu/more-sys-windows
Jeroen van Rijn
2023-11-23
5
-4
/
+442
|
\
\
\
|
*
|
|
Fix tabs
jakubtomsu
2023-11-03
1
-2
/
+2
|
*
|
|
Fix indentation and style
jakubtomsu
2023-10-31
3
-308
/
+308
|
*
|
|
Add WaitFor* Ex variants
jakubtomsu
2023-10-28
1
-0
/
+8
|
*
|
|
SHGetKnownFolderPath etc.
jakubtomsu
2023-10-27
2
-4
/
+182
|
*
|
|
Dbghelp
jakubtomsu
2023-10-27
2
-0
/
+252
*
|
|
|
Add DwmGetWindowAttribute to core/sys/windows
reavencode
2023-11-21
1
-0
/
+1
*
|
|
|
added ToUnicode to win32
skytrias
2023-11-21
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
fix linux.accept, addrlen should be a pointer to the length instead of the le...
Laytan
2023-11-09
1
-1
/
+2
*
|
|
sys/linux: munmap was not using the correct syscall
flga
2023-11-07
1
-1
/
+1
|
|
/
|
/
|
*
|
sys/linux: Fix EFAULT on recvfrom
flysand7
2023-11-01
1
-1
/
+2
*
|
convert spaces to tabs
flysand7
2023-10-27
6
-2168
/
+2168
*
|
Implement new sys/unix package
flysand7
2023-10-27
11
-75
/
+6119
|
/
[next]