aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux/constants.odin
Commit message (Collapse)AuthorAgeFilesLines
* Implement more Linux syscalls. (#6083)Znarf2026-01-131-0/+14
|
* Implement more Linux syscalls (#5705)bc-universe2025-11-241-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 APILaytan2025-11-101-0/+10
|
* Merge branch 'master' into tiocgwinsz_timeRaph2025-06-201-0/+19
|\
| * Move things to constants.odinJeroen van Rijn2025-05-121-0/+19
| |
* | added TIOCGWINSZ to darwin, linux and freebsdRaphGL2025-06-201-0/+3
|/
* core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constantsA10293847562024-11-131-12/+22
|
* core:sys/linux - flags, spacing, inotify_initA10293847562024-11-131-7/+14
|
* core:sys/linux - implemented inotifyA10293847562024-11-131-0/+8
| | | | core:sys/linux - added constants and spacing
* Merge pull request #3125 from marcs-feh/masterLaytan2024-08-131-0/+15
|\ | | | | sys/linux: Add binding to ioctl syscall + standard fd constants.
| * sys/linux: Adjust ioctl signature to fit the actual Linux Kernel implementationmarcs-feh2024-01-241-1/+1
| |
| * sys/linux: Add binding to ioctl syscall + fd constsmarcs-feh2024-01-221-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 bitsflysand72024-07-181-3/+3
| |
* | Remove dead newlinegingerBill2024-04-041-1/+0
|/
* [sys/linux]: Documentation improvementsflysand72023-11-041-29/+83
|
* WIPflysand72023-11-031-0/+83
|
* convert spaces to tabsflysand72023-10-271-12/+12
|
* Implement new sys/unix packageflysand72023-10-271-0/+199