aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux/sys.odin
Commit message (Expand)AuthorAgeFilesLines
* 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 EFAULT on recvfromflysand72023-11-011-1/+2
* convert spaces to tabsflysand72023-10-271-654/+654
* Implement new sys/unix packageflysand72023-10-271-0/+2038