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
/
linux
/
sys.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement more Linux syscalls (#5705)
bc-universe
2025-11-24
1
-31
/
+267
*
sys/linux: add io uring API
Laytan
2025-11-10
1
-5
/
+40
*
Use idiomatic `rawptr(nil)`
Feoramund
2025-06-08
1
-2
/
+1
*
Work around untyped nil
Jeroen van Rijn
2025-06-08
1
-1
/
+2
*
Removed obsolete `tz` param from `gettimeofday`
Tohei Ichikawa
2025-06-08
1
-2
/
+2
*
Added missing parameter to `gettimeofday`
Tohei Ichikawa
2025-06-08
1
-2
/
+2
*
Add linux build tag to core/sys/linux/sys.odin
Harold Brenes
2025-04-02
1
-0
/
+1
*
Fix linux.rt_sigaction
jason
2025-03-10
1
-1
/
+1
*
Fix bindings for sys/linux and posix/unistd.odin
gingerBill
2025-01-31
1
-2
/
+2
*
add 32 bit Sig_Info and remove ppoll_time64 call
jason
2025-01-03
1
-7
/
+2
*
Fix sys/linux 64 bit arguments on 32 bit systems
jason
2025-01-02
1
-5
/
+20
*
Minor fixes + cleanup in os2 and sys/linux
jason
2025-01-02
1
-3
/
+3
*
core:sys/linux - flags, spacing, inotify_init
A1029384756
2024-11-13
1
-8
/
+7
*
core:sys/linux - fixed vet errors
A1029384756
2024-11-13
1
-1
/
+1
*
core:sys/linux - implemented inotify
A1029384756
2024-11-13
1
-3
/
+23
*
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
1
-1
/
+1
|
\
|
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
*
|
[sys/linux]: Fix the order of arguments for ptrace cont, singlestep and syscall
flysand7
2024-09-18
1
-14
/
+15
|
/
*
sys/info: more CPU feature detection for RISC-V
laytan
2024-09-02
1
-0
/
+15
*
Merge pull request #4089 from laytan/riscv64
gingerBill
2024-08-22
1
-27
/
+27
|
\
|
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
1
-27
/
+27
*
|
changed signature of clock_getres
Yeongju Kang
2024-08-21
1
-3
/
+4
*
|
implement clock_settime, clock_getres and clock_nanosleep
Yeongju Kang
2024-08-19
1
-3
/
+29
|
/
*
Merge pull request #3971 from jasonKercher/os2-process-linux
gingerBill
2024-08-16
1
-7
/
+7
|
\
|
*
Remove returned bool from access and faccessat in sys/linux.
jason
2024-08-04
1
-7
/
+7
*
|
Merge pull request #3125 from marcs-feh/master
Laytan
2024-08-13
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
Update core/sys/linux/sys.odin
Laytan
2024-08-13
1
-1
/
+1
|
*
Merge branch 'odin-lang:master' into master
marcs feh
2024-02-11
1
-1
/
+6
|
|
\
|
*
\
Merge branch 'odin-lang:master' into master
marcs feh
2024-02-02
1
-1
/
+1
|
|
\
\
|
*
|
|
resolve conflict
marcs-feh
2024-01-26
1
-1
/
+1
|
*
|
|
Adjust signture + Fix rebase conflict
marcs-feh
2024-01-26
1
-3
/
+4
|
*
|
|
sys/linux: Adjust ioctl signature to fit the actual Linux Kernel implementation
marcs-feh
2024-01-24
1
-1
/
+1
|
*
|
|
sys/linux: Add binding to ioctl syscall + fd consts
marcs-feh
2024-01-22
1
-1
/
+11
*
|
|
|
Remove space in indentation
Damian Tarnawski
2024-07-23
1
-1
/
+1
*
|
|
|
[sys/linux]: Change execveat flags type to Execveat_Flags
PucklaJ
2024-07-22
1
-1
/
+1
*
|
|
|
Merge branch 'master' into syscall-fix
gingerBill
2024-07-19
1
-29
/
+44
|
\
\
\
\
|
*
|
|
|
updated return value of setsid to return Pid
poa
2024-07-05
1
-2
/
+2
|
*
|
|
|
Update `core` to `-strict-style`
gingerBill
2024-06-29
1
-11
/
+6
|
*
|
|
|
sys/linux: fix some syscalls and types; add more to Sig_Action and Sig_Info; ...
jason
2024-06-27
1
-16
/
+31
|
*
|
|
|
core:sys/linux - Add support for Unix Domain Socket addresses
Erik Isidore
2024-05-30
1
-0
/
+5
|
*
|
|
|
sys/linux: Pass size to epoll_create
Hiroaki Nakamura
2024-05-06
1
-1
/
+1
*
|
|
|
|
[sys/linux] Directly call syscall in execve on arm64
PucklaJ
2024-04-28
1
-1
/
+2
*
|
|
|
|
[sys/linux]: Remove clone syscall and call it directly in fork on arm64
PucklaJ
2024-04-28
1
-20
/
+2
*
|
|
|
|
[sys/linux] Change flags parameter of execveat to bit_set
PucklaJ
2024-04-28
1
-3
/
+3
*
|
|
|
|
[sys/linux]: Fix return statement
PucklaJ
2024-04-27
1
-1
/
+1
*
|
|
|
|
[sys/linux]: Add clone syscall and use it in fork for arm64
PucklaJ
2024-04-24
1
-5
/
+19
*
|
|
|
|
[sys/linux]: Add flags parameter to execveat and fix execve on arm64
PucklaJ
2024-04-24
1
-4
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #3434 from flysand7/sys-linux-fixes
gingerBill
2024-04-15
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
[sys/linux]: Fix syscall calls for open and fstat
flysand7
2024-04-15
1
-4
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
[sys/linux]: Fix signature on wait4 syscall
flysand7
2024-04-15
1
-2
/
+2
|
/
/
/
[next]