aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | resolve conflictmarcs-feh2024-01-261-1/+1
| * | | Adjust signture + Fix rebase conflictmarcs-feh2024-01-261-3/+4
| * | | sys/linux: Adjust ioctl signature to fit the actual Linux Kernel implementationmarcs-feh2024-01-242-2/+2
| * | | sys/linux: Add binding to ioctl syscall + fd constsmarcs-feh2024-01-222-1/+26
* | | | Remove space in indentationDamian Tarnawski2024-07-231-1/+1
* | | | Merge pull request #3476 from PucklaJ/syscall-fixLaytan2024-07-223-8/+17
|\ \ \ \
| * | | | [sys/linux]: Change execveat flags type to Execveat_FlagsPucklaJ2024-07-221-1/+1
| * | | | Merge branch 'master' into syscall-fixgingerBill2024-07-196-105/+243
| |\ \ \ \
| * | | | | [sys/linux] Directly call syscall in execve on arm64PucklaJ2024-04-281-1/+2
| * | | | | [sys/linux]: Remove clone syscall and call it directly in fork on arm64PucklaJ2024-04-281-20/+2
| * | | | | [sys/linux] Change flags parameter of execveat to bit_setPucklaJ2024-04-284-5/+16
| * | | | | [sys/linux]: Fix return statementPucklaJ2024-04-271-1/+1
| * | | | | [sys/linux]: Add clone syscall and use it in fork for arm64PucklaJ2024-04-241-5/+19
| * | | | | [sys/linux]: Add flags parameter to execveat and fix execve on arm64PucklaJ2024-04-242-4/+5
* | | | | | Minor clean upsgingerBill2024-07-192-29/+32
| |/ / / / |/| | | |
* | | | | [os2]: Split file type from mode bitsflysand72024-07-182-4/+4
* | | | | updated return value of setsid to return Pidpoa2024-07-051-2/+2
* | | | | Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-1/+1
* | | | | Update `core` to `-strict-style`gingerBill2024-06-292-13/+7
* | | | | Even more style fixesgingerBill2024-06-291-10/+10
* | | | | Check for unneeded `transmute` with `-vet-cast`gingerBill2024-06-291-2/+2
* | | | | change error strings to an enumerated array in rodata; print_error takes a fi...jason2024-06-281-0/+2
* | | | | sys/linux: fix some syscalls and types; add more to Sig_Action and Sig_Info; ...jason2024-06-273-76/+182
* | | | | PR#3655 - small linter issue correctionErik Isidore2024-05-301-1/+1
* | | | | core:sys/linux - Add support for Unix Domain Socket addressesErik Isidore2024-05-302-0/+14
* | | | | fix a couple of -vet-style failures after f54977336b27c32eab52b77d94e7b1610f4...Laytan2024-05-091-15/+15
* | | | | sys/linux: Pass size to epoll_createHiroaki Nakamura2024-05-061-1/+1
* | | | | sys/linux: fix open bitsLaytan Laats2024-05-051-16/+35
* | | | | [sys/linux]: Fix bit numbers for open flagsflysand72024-05-011-18/+21
|/ / / /
* | | | Merge pull request #3434 from flysand7/sys-linux-fixesgingerBill2024-04-151-4/+4
|\ \ \ \
| * | | | [sys/linux]: Fix syscall calls for open and fstatflysand72024-04-151-4/+4
* | | | | [sys/linux]: Fix signature on wait4 syscallflysand72024-04-151-2/+2
|/ / / /
* | | | Remove dead newlinegingerBill2024-04-041-1/+0
* | | | [sys/linux]: Fix numeric values for socket fd flagsflysand72024-02-181-2/+2
| |_|/ |/| |
* | | spall instrumentationLaytan Laats2024-02-052-1/+7
| |/ |/|
* | Replace `core:*` to `base:*` where appropriategingerBill2024-01-282-2/+2
|/
* [sys/linux]: Remove +build comments in files with documentationflysand72024-01-182-2/+0
* type errorflysand72023-12-061-1/+1
* Merge branch 'master' into sys-linux-additionsflysand72023-12-063-6/+7
|\
| * core:sys/linux: rename Perf_Read_Format_Flagsflga2023-11-101-2/+3
| * core:sys/linux: make Perf_Read_Format a bitsetflga2023-11-102-2/+3
| * fix linux.accept, addrlen should be a pointer to the length instead of the le...Laytan2023-11-091-1/+2
| * sys/linux: munmap was not using the correct syscallflga2023-11-071-1/+1
* | [sys/linux]: Fix epoll_wait on arm64flysand72023-12-061-1/+5
* | [sys/linux]: Add epoll syscallsflysand72023-11-243-10/+109
* | [sys/linux]: Fix time(2) syscall not taking a pointer on ARM64flysand72023-11-101-1/+1
* | [sys/linux]: Fix creat(2) syscall not returning file descriptorflysand72023-11-101-2/+2
* | Fix missing return statementflysand72023-11-101-0/+1
* | time on arm64flysand72023-11-101-3/+9
* | [sys/linux]: Fix missing return; Remove TODO for select()flysand72023-11-101-2/+1