aboutsummaryrefslogtreecommitdiff
path: root/libc/src/fcntl
AgeCommit message (Expand)AuthorFilesLines
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang2-75/+4
2024-05-01[libc] Implement fcntl() function (#89507)Vinayak Dev4-0/+134
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet6-19/+19
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones3-8/+9
2023-03-06[libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno.Siva Chandra Reddy4-9/+6
2022-09-30[libc] add syscall functionMichael Jones3-7/+8
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy1-3/+3
2022-01-28[libc] Enable creat, fsync, open, openat, read and write for aarch64.Siva Chandra2-0/+10
2022-01-28[libc] Add implementations of the POSIX creat and openat functions.Siva Chandra Reddy6-0/+150
2022-01-27[libc] Add POSIX close, fsync, open, read and write functions.Siva Chandra Reddy4-0/+82