aboutsummaryrefslogtreecommitdiff
path: root/core/sys/posix/fcntl.odin
Commit message (Expand)AuthorAgeFilesLines
* posix: fix openat mode not being c_varargLaytan Laats2026-01-111-1/+1
* Replace system:System.framework imports with system:SystemHarold Brenes2025-07-131-1/+1
* fix haikuavanspector2024-12-201-1/+68
* sys/posix: impl rest of linux, impl some of WindowsLaytan Laats2024-10-281-4/+3
* review/correct/cleanup posix linux PRLaytan2024-09-301-142/+73
* Fix O_Flag_Bits.EXEC for non Linux platforms on posix/fcntl.Isaac Andrade2024-09-211-3/+1
* Move bit set creation to compiler guard. Fix indentation on posix/sys_sem.Isaac Andrade2024-09-211-1/+4
* Resolve bit set differences between linux and other platforms in posix/fcntlIsaac Andrade2024-09-211-46/+106
* Fix bit flags on fcntl linux POSIX implemention. Add sys/sem linux implementa...Isaac Andrade2024-09-151-2/+7
* Implement Linux POSIX compliance for poll, sched, sys/select. Fix enum in fcntl.Isaac Andrade2024-09-141-5/+5
* Fix O_NOFOLLOW typo. Add Linux support for POSIX fcntl.Isaac Andrade2024-09-141-43/+109
* Use native types on linux POSIX structs.Isaac Andrade2024-08-281-3/+0
* Add POSIX dirent struct for Linux.Isaac Andrade2024-08-231-0/+3
* fix `open` bindingsLaytan Laats2024-08-161-1/+1
* os2: improve absolute/full path handling for posixLaytan Laats2024-08-141-1/+1
* posix: address some freebsd feedbackLaytan Laats2024-08-141-3/+3
* posix: add packageLaytan Laats2024-08-141-0/+415