gingerBill
|
6bbeb0a243
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
|
11 months ago |
flysand7
|
833157ecc9
[sys/linux]: Fix the order of arguments for ptrace cont, singlestep and syscall
|
11 months ago |
Karl Zylinski
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
11 months ago |
laytan
|
35731e66cf
sys/info: more CPU feature detection for RISC-V
|
11 months ago |
gingerBill
|
70932dc478
Merge pull request #4089 from laytan/riscv64
|
1 year ago |
Yeongju Kang
|
bbe4c32e32
changed signature of clock_getres
|
1 year ago |
Laytan
|
ca6ef95b03
add support for linux_riscv64 and freestanding_riscv64
|
1 year ago |
Yeongju Kang
|
f96991364a
implement clock_settime, clock_getres and clock_nanosleep
|
1 year ago |
gingerBill
|
31bb3dc4f0
Merge pull request #3971 from jasonKercher/os2-process-linux
|
1 year ago |
Laytan
|
55be3e60a0
Merge pull request #3125 from marcs-feh/master
|
1 year ago |
Laytan
|
c7af8af76a
Update core/sys/linux/sys.odin
|
1 year ago |
jason
|
2a7db08c20
Remove returned bool from access and faccessat in sys/linux.
|
1 year ago |
Damian Tarnawski
|
eb4f850b7f
Remove space in indentation
|
1 year ago |
PucklaJ
|
1873f7215d
[sys/linux]: Change execveat flags type to Execveat_Flags
|
1 year ago |
gingerBill
|
62f455f47b
Merge branch 'master' into syscall-fix
|
1 year ago |
poa
|
8c98ca3a10
updated return value of setsid to return Pid
|
1 year ago |
gingerBill
|
663661db53
Update `core` to `-strict-style`
|
1 year ago |
jason
|
f22754fc90
sys/linux: fix some syscalls and types; add more to Sig_Action and Sig_Info; Pid int->i32
|
1 year ago |
Erik Isidore
|
f6e699cd22
core:sys/linux - Add support for Unix Domain Socket addresses
|
1 year ago |
Hiroaki Nakamura
|
df53fec828
sys/linux: Pass size to epoll_create
|
1 year ago |
PucklaJ
|
37b026cb9b
[sys/linux] Directly call syscall in execve on arm64
|
1 year ago |
PucklaJ
|
d1a205e2cf
[sys/linux]: Remove clone syscall and call it directly in fork on arm64
|
1 year ago |
PucklaJ
|
7f301790d0
[sys/linux] Change flags parameter of execveat to bit_set
|
1 year ago |
PucklaJ
|
b0fe6212bb
[sys/linux]: Fix return statement
|
1 year ago |
PucklaJ
|
a2ad66cd9d
[sys/linux]: Add clone syscall and use it in fork for arm64
|
1 year ago |
PucklaJ
|
2bf00d9b3f
[sys/linux]: Add flags parameter to execveat and fix execve on arm64
|
1 year ago |
gingerBill
|
c7ac28f6a1
Merge pull request #3434 from flysand7/sys-linux-fixes
|
1 year ago |
flysand7
|
4bfa1ea76c
[sys/linux]: Fix syscall calls for open and fstat
|
1 year ago |
flysand7
|
a0e25be196
[sys/linux]: Fix signature on wait4 syscall
|
1 year ago |
marcs feh
|
9c6574e053
Merge branch 'odin-lang:master' into master
|
1 year ago |