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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement more Linux syscalls (#5705)
bc-universe
2025-11-24
4
-31
/
+372
*
sys/linux: add io uring API
Laytan
2025-11-10
4
-6
/
+516
*
conditional packed for EPoll_Event to match kernel
Chris Hayen
2025-10-21
1
-3
/
+19
*
Fix ITimer_Flags_Bits enum value
diniamo
2025-08-14
1
-1
/
+1
*
sys/linux: Unify IPC_Flags and IPC_Mode bitsets
Sunagatov Denis
2025-06-24
2
-23
/
+21
*
Merge branch 'master' into tiocgwinsz_time
Raph
2025-06-20
5
-40
/
+102
|
\
|
*
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
2
-10
/
+2
|
*
Added missing parameter to `gettimeofday`
Tohei Ichikawa
2025-06-08
2
-2
/
+10
|
*
Formatting fixes
Krzesimir Nowak
2025-05-18
1
-10
/
+10
|
*
sys/linux: Improve documentation for Dirent and related procedures
Krzesimir Nowak
2025-05-17
2
-19
/
+51
|
*
Move things to constants.odin
Jeroen van Rijn
2025-05-12
3
-19
/
+23
|
*
Update `linux.Map_Flags_Bits`
Jeroen van Rijn
2025-05-12
2
-2
/
+21
|
*
Fix linux.dirent_name
jason
2025-04-13
1
-1
/
+1
|
*
Add linux build tag to core/sys/linux/sys.odin
Harold Brenes
2025-04-02
1
-0
/
+1
|
*
Fixed #4892: 'EPoll_Event.events' should be bit set.
Wison Ye
2025-03-22
2
-17
/
+23
*
|
added TIOCGWINSZ to darwin, linux and freebsd
RaphGL
2025-06-20
1
-0
/
+3
|
/
*
Fix linux.rt_sigaction
jason
2025-03-10
1
-1
/
+1
*
Add missing syscalls from map_shadow_stack to removexattrat
latedeployment
2025-03-07
1
-1
/
+14
*
Fix bindings for sys/linux and posix/unistd.odin
gingerBill
2025-01-31
1
-2
/
+2
*
Added IP_ADD_MEMBERSHIP Socket Option on Linux
candtechsoftware
2025-01-29
1
-0
/
+1
*
make -vet happy
jason
2025-01-10
1
-1
/
+1
*
Implement _read_directory_iterator in os2.
jason
2025-01-10
1
-16
/
+12
*
add 32 bit Sig_Info and remove ppoll_time64 call
jason
2025-01-03
2
-72
/
+156
*
Fix sys/linux 64 bit arguments on 32 bit systems
jason
2025-01-02
2
-6
/
+21
*
Minor fixes + cleanup in os2 and sys/linux
jason
2025-01-02
3
-5
/
+6
*
Merge pull request #4613 from fnknda/fix-linux-bind
gingerBill
2025-01-01
1
-0
/
+10
|
\
|
*
Remove extra white space
Joao Fukuda
2024-12-22
1
-1
/
+0
|
*
Fix issue #4612
Joao Fukuda
2024-12-22
1
-0
/
+11
*
|
Get arm64 up to speed in os2 linux
jason
2024-12-19
1
-37
/
+59
|
/
*
core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constants
A1029384756
2024-11-13
2
-38
/
+46
*
core:sys/linux - flags, spacing, inotify_init
A1029384756
2024-11-13
4
-23
/
+37
*
core:sys/linux - fixed vet errors
A1029384756
2024-11-13
2
-2
/
+2
*
core:sys/linux - implemented inotify
A1029384756
2024-11-13
4
-3
/
+72
*
Merge pull request #4118 from andradei/posix-linux
Laytan
2024-10-13
1
-60
/
+37
|
\
|
*
review/correct/cleanup posix linux PR
Laytan
2024-09-30
1
-60
/
+37
*
|
Add missing registers in User_Regs on AMD64
flysand7
2024-09-26
1
-0
/
+6
*
|
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
8
-9
/
+9
|
\
\
|
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
8
-9
/
+9
*
|
|
[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
4
-0
/
+117
|
/
*
Merge pull request #4089 from laytan/riscv64
gingerBill
2024-08-22
4
-36
/
+399
|
\
|
*
correct the riscv64 stat structs
Laytan
2024-08-21
1
-20
/
+1
|
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
4
-34
/
+416
*
|
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
2
-7
/
+21
|
\
|
*
os2 linux process_wait rework; add Sig_Child_Code to sys/linux bits
jason
2024-08-09
1
-0
/
+14
|
*
Remove returned bool from access and faccessat in sys/linux.
jason
2024-08-04
1
-7
/
+7
[next]