aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux/sys.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* [sys/linux]: Remove +build comments in files with documentationflysand72024-01-181-1/+0
* type errorflysand72023-12-061-1/+1
* Merge branch 'master' into sys-linux-additionsflysand72023-12-061-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-241-10/+61
* | [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-101-5/+26
* | [sys/linux]: utimensat takes array of twoflysand72023-11-081-3/+5
* | [sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* syscalls...flysand72023-11-081-12/+13
* | [sys/linux]: Fix compilation errors and -strict-style errorsflysand72023-11-041-30/+25
* | [sys/linux]: Documentation improvementsflysand72023-11-041-351/+613
* | [sys/linux]: Add more syscallsflysand72023-11-041-54/+231
* | WIPflysand72023-11-031-61/+444
|/
* sys/linux: Fix EFAULT on recvfromflysand72023-11-011-1/+2
* convert spaces to tabsflysand72023-10-271-654/+654
* Implement new sys/unix packageflysand72023-10-271-0/+2038