| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR#3655 - small linter issue correction | Erik Isidore | 2024-05-30 | 1 | -1/+1 |
| | | |||||
| * | core:sys/linux - Add support for Unix Domain Socket addresses | Erik Isidore | 2024-05-30 | 2 | -0/+14 |
| | | |||||
| * | fix a couple of -vet-style failures after ↵ | Laytan | 2024-05-09 | 1 | -15/+15 |
| | | | | | f54977336b27c32eab52b77d94e7b1610f4350cf | ||||
| * | sys/linux: Pass size to epoll_create | Hiroaki Nakamura | 2024-05-06 | 1 | -1/+1 |
| | | | | | | Without this fix, you can see a random size value is passed to epoll_create by using strace. | ||||
| * | sys/linux: fix open bits | Laytan Laats | 2024-05-05 | 1 | -16/+35 |
| | | |||||
| * | [sys/linux]: Fix bit numbers for open flags | flysand7 | 2024-05-01 | 1 | -18/+21 |
| | | |||||
| * | Merge pull request #3434 from flysand7/sys-linux-fixes | gingerBill | 2024-04-15 | 1 | -4/+4 |
| |\ | | | | | [sys/linux]: Fix syscall calls for open and fstat | ||||
| | * | [sys/linux]: Fix syscall calls for open and fstat | flysand7 | 2024-04-15 | 1 | -4/+4 |
| | | | |||||
| * | | [sys/linux]: Fix signature on wait4 syscall | flysand7 | 2024-04-15 | 1 | -2/+2 |
| |/ | |||||
| * | Remove dead newline | gingerBill | 2024-04-04 | 1 | -1/+0 |
| | | |||||
| * | [sys/linux]: Fix numeric values for socket fd flags | flysand7 | 2024-02-18 | 1 | -2/+2 |
| | | |||||
| * | spall instrumentation | Laytan Laats | 2024-02-05 | 2 | -1/+7 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 2 | -2/+2 |
| | | |||||
| * | [sys/linux]: Remove +build comments in files with documentation | flysand7 | 2024-01-18 | 2 | -2/+0 |
| | | |||||
| * | type error | flysand7 | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into sys-linux-additions | flysand7 | 2023-12-06 | 3 | -6/+7 |
| |\ | |||||
| | * | core:sys/linux: rename Perf_Read_Format_Flags | flga | 2023-11-10 | 1 | -2/+3 |
| | | | |||||
| | * | core:sys/linux: make Perf_Read_Format a bitset | flga | 2023-11-10 | 2 | -2/+3 |
| | | | |||||
| | * | fix linux.accept, addrlen should be a pointer to the length instead of the ↵ | Laytan | 2023-11-09 | 1 | -1/+2 |
| | | | | | | | | | length itself | ||||
| | * | sys/linux: munmap was not using the correct syscall | flga | 2023-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | [sys/linux]: Fix epoll_wait on arm64 | flysand7 | 2023-12-06 | 1 | -1/+5 |
| | | | |||||
| * | | [sys/linux]: Add epoll syscalls | flysand7 | 2023-11-24 | 3 | -10/+109 |
| | | | |||||
| * | | [sys/linux]: Fix time(2) syscall not taking a pointer on ARM64 | flysand7 | 2023-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | [sys/linux]: Fix creat(2) syscall not returning file descriptor | flysand7 | 2023-11-10 | 1 | -2/+2 |
| | | | |||||
| * | | Fix missing return statement | flysand7 | 2023-11-10 | 1 | -0/+1 |
| | | | |||||
| * | | time on arm64 | flysand7 | 2023-11-10 | 1 | -3/+9 |
| | | | |||||
| * | | [sys/linux]: Fix missing return; Remove TODO for select() | flysand7 | 2023-11-10 | 1 | -2/+1 |
| | | | |||||
| * | | [sys/linux]: Fix arch-specific issues | flysand7 | 2023-11-10 | 2 | -7/+28 |
| | | | |||||
| * | | [sys/linux]: utimensat takes array of two | flysand7 | 2023-11-08 | 1 | -3/+5 |
| | | | |||||
| * | | [sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* ↵ | flysand7 | 2023-11-08 | 1 | -12/+13 |
| | | | | | | | | | syscalls take byte slice instead of generic slice | ||||
| * | | [sys/linux]: Fix compilation errors and -strict-style errors | flysand7 | 2023-11-04 | 3 | -56/+66 |
| | | | |||||
| * | | [sys/linux]: Documentation improvements | flysand7 | 2023-11-04 | 4 | -523/+1064 |
| | | | |||||
| * | | [sys/linux]: Add more syscalls | flysand7 | 2023-11-04 | 3 | -56/+356 |
| | | | |||||
| * | | WIP | flysand7 | 2023-11-03 | 4 | -61/+1149 |
| |/ | |||||
| * | sys/linux: Fix EFAULT on recvfrom | flysand7 | 2023-11-01 | 1 | -1/+2 |
| | | |||||
| * | convert spaces to tabs | flysand7 | 2023-10-27 | 6 | -2168/+2168 |
| | | |||||
| * | Implement new sys/unix package | flysand7 | 2023-10-27 | 10 | -0/+6096 |