aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux/constants.odin
Commit message (Expand)AuthorAgeFilesLines
* Implement more Linux syscalls. (#6083)Znarf2026-01-131-0/+14
* Implement more Linux syscalls (#5705)bc-universe2025-11-241-0/+5
* 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
* Merge pull request #3125 from marcs-feh/masterLaytan2024-08-131-0/+15
|\
| * 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
* | [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