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 |
Laytan Laats
|
ca6300c860
spall instrumentation
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
flysand7
|
34791707fd
[sys/linux]: Remove +build comments in files with documentation
|
1 year ago |
flysand7
|
5665ae02bc
type error
|
1 year ago |
flysand7
|
92d3a681cd
Merge branch 'master' into sys-linux-additions
|
1 year ago |
flysand7
|
cb66ed52ce
[sys/linux]: Fix epoll_wait on arm64
|
1 year ago |
flysand7
|
03282c1234
[sys/linux]: Add epoll syscalls
|
1 year ago |
flysand7
|
4e145cf69c
[sys/linux]: Fix time(2) syscall not taking a pointer on ARM64
|
1 year ago |
flysand7
|
341087a82b
[sys/linux]: Fix creat(2) syscall not returning file descriptor
|
1 year ago |
flysand7
|
851fd1f8d1
Fix missing return statement
|
1 year ago |
flysand7
|
ce43b04688
time on arm64
|
1 year ago |
flysand7
|
ff1ab74b3c
[sys/linux]: Fix missing return; Remove TODO for select()
|
1 year ago |
flysand7
|
aed67ba665
[sys/linux]: Fix arch-specific issues
|
1 year ago |