| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement more Linux syscalls. (#6083) | Znarf | 2026-01-13 | 1 | -0/+14 |
| | | |||||
| * | Implement more Linux syscalls (#5705) | bc-universe | 2025-11-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | * Implement some more Linux syscalls * Fixed typo and removed stray comments * Correct types for some syscalls * Fix types and add variadic argument for prctl * flag fixes * when x86/amd64 only * more fixes --------- Co-authored-by: Laytan Laats <laytanlaats@hotmail.com> | ||||
| * | sys/linux: add io uring API | Laytan | 2025-11-10 | 1 | -0/+10 |
| | | |||||
| * | Merge branch 'master' into tiocgwinsz_time | Raph | 2025-06-20 | 1 | -0/+19 |
| |\ | |||||
| | * | Move things to constants.odin | Jeroen van Rijn | 2025-05-12 | 1 | -0/+19 |
| | | | |||||
| * | | added TIOCGWINSZ to darwin, linux and freebsd | RaphGL | 2025-06-20 | 1 | -0/+3 |
| |/ | |||||
| * | core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constants | A1029384756 | 2024-11-13 | 1 | -12/+22 |
| | | |||||
| * | core:sys/linux - flags, spacing, inotify_init | A1029384756 | 2024-11-13 | 1 | -7/+14 |
| | | |||||
| * | core:sys/linux - implemented inotify | A1029384756 | 2024-11-13 | 1 | -0/+8 |
| | | | | | core:sys/linux - added constants and spacing | ||||
| * | Merge pull request #3125 from marcs-feh/master | Laytan | 2024-08-13 | 1 | -0/+15 |
| |\ | | | | | sys/linux: Add binding to ioctl syscall + standard fd constants. | ||||
| | * | sys/linux: Adjust ioctl signature to fit the actual Linux Kernel implementation | marcs-feh | 2024-01-24 | 1 | -1/+1 |
| | | | |||||
| | * | sys/linux: Add binding to ioctl syscall + fd consts | marcs-feh | 2024-01-22 | 1 | -0/+15 |
| | | | | | | | | | | | | | Add binding to ioctl syscall, due to the vast nature of this syscall adding more device specific request values is possible. Also added the stdin, stdout and stderr, to constants.odin | ||||
| * | | [os2]: Split file type from mode bits | flysand7 | 2024-07-18 | 1 | -3/+3 |
| | | | |||||
| * | | Remove dead newline | gingerBill | 2024-04-04 | 1 | -1/+0 |
| |/ | |||||
| * | [sys/linux]: Documentation improvements | flysand7 | 2023-11-04 | 1 | -29/+83 |
| | | |||||
| * | WIP | flysand7 | 2023-11-03 | 1 | -0/+83 |
| | | |||||
| * | convert spaces to tabs | flysand7 | 2023-10-27 | 1 | -12/+12 |
| | | |||||
| * | Implement new sys/unix package | flysand7 | 2023-10-27 | 1 | -0/+199 |