aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Laytan2024-05-091-15/+15
| | | | f54977336b27c32eab52b77d94e7b1610f4350cf
* sys/linux: Pass size to epoll_createHiroaki Nakamura2024-05-061-1/+1
| | | | | Without this fix, you can see a random size value is passed to epoll_create by using strace.
* 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 fstat
| * [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 ↵Laytan2023-11-091-1/+2
| | | | | | | | length itself
| * 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
| |
* | [sys/linux]: Fix arch-specific issuesflysand72023-11-102-7/+28
| |
* | [sys/linux]: utimensat takes array of twoflysand72023-11-081-3/+5
| |
* | [sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* ↵flysand72023-11-081-12/+13
| | | | | | | | syscalls take byte slice instead of generic slice
* | [sys/linux]: Fix compilation errors and -strict-style errorsflysand72023-11-043-56/+66
| |
* | [sys/linux]: Documentation improvementsflysand72023-11-044-523/+1064
| |
* | [sys/linux]: Add more syscallsflysand72023-11-043-56/+356
| |
* | WIPflysand72023-11-034-61/+1149
|/
* sys/linux: Fix EFAULT on recvfromflysand72023-11-011-1/+2
|
* convert spaces to tabsflysand72023-10-276-2168/+2168
|
* Implement new sys/unix packageflysand72023-10-2710-0/+6096