aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/unistd
AgeCommit message (Expand)AuthorFilesLines
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones2-0/+41
2024-04-02[libc][posix] implement _exit (#87185)aniplcc2-0/+29
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google16-25/+25
2024-02-01[libc] add bazel support for most of unistd (#80078)michaelrj-google22-51/+94
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet21-72/+72
2023-12-13[libc] fix unit tests (#75361)Nick Desaulniers16-0/+30
2023-11-03[libc] Cleanup ErrnoSetterMatcher target (#71240)michaelrj-google1-9/+9
2023-10-19[libc] Fix accidental LIBC_NAMESPACE_syscall definition (#69548)alfredfo2-2/+2
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet30-320/+342
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy2-18/+17
2023-07-20[libc] Remove global constructor in `getopt` implementationJoseph Huber1-1/+1
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy22-22/+22
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy1-1/+1
2023-04-17[libc][NFC] Remove the unused FDReader testutil.Siva Chandra Reddy12-12/+0
2023-04-17[libc][NFC] Standardize missing syscalls error messages.Mikhail R. Gadelha1-8/+8
2023-04-10[libc] Add swab implementationCaslyn Tonelli2-0/+93
2023-03-16[libc] Enable __llvm_libc_syscall and forkMikhail R. Gadelha1-1/+60
2023-03-14[libc][NFC] Switch unistd.h tests to libc_errno.Siva Chandra Reddy23-137/+139
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy28-28/+28
2022-10-31[libc] Implement getoptAlex Brachet2-0/+182
2022-10-27Revert "[libc] Implement getopt"Alex Brachet2-182/+0
2022-10-27[libc] Implement getoptAlex Brachet2-0/+182
2022-10-25[libc] Enable a few entrypoints on aarch64 already available on x86_64.Siva Chandra1-1/+1
2022-10-10[libc] reset errno in isatty testsMichael Jones1-0/+4
2022-10-10[libc] handle case where /dev/tty doesn't existMichael Jones1-4/+5
2022-10-10[libc] add isattyMichael Jones2-0/+68
2022-10-10[libc] add sysconf with pagesizeMichael Jones2-0/+29
2022-10-04[libc] fix fullbuild handling for macro functionsMichael Jones1-16/+14
2022-09-30[libc] disable syscall test without fullbuildMichael Jones1-14/+16
2022-09-30[libc] add syscall functionMichael Jones2-0/+130
2022-09-21[libc] Add implementations of POSIX getpid, getppid, getuid, geteuid functions.Siva Chandra Reddy5-0/+100
2022-09-14[libc] Add POSIX functions pread and pwrite.Siva Chandra Reddy2-0/+93
2022-09-14[libc] Add implementation of POSIX function "access".Siva Chandra Reddy2-0/+73
2022-09-13[libc][Obvious] Use unique test file names in dup, dup2 and dup3 tests.Siva Chandra Reddy2-2/+2
2022-09-13[libc] Add POSIX functions dup, dup2, and GNU extension function dup3.Siva Chandra Reddy4-0/+245
2022-08-26[libc] Implement POSIX truncate and ftruncate functions for Linux.Siva Chandra Reddy3-0/+174
2022-08-25[libc] Implement linux link, linkat, symlink, symlinkat, readlink, readlinkat.Siva Chandra Reddy7-0/+396
2022-08-23[libc] Add Linux implementations of POSIX chdir, fchdir, chmod and fchmod.Siva Chandra Reddy4-2/+132
2022-03-15[libc] Add implementation of POSIX lseek function.Siva Chandra Reddy3-0/+79
2022-02-01[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.Siva Chandra Reddy5-0/+150
2022-01-28[libc][NFC] Create file with all permissions for the user in read_write_test.Siva Chandra Reddy1-1/+1
2022-01-27[libc] Add POSIX close, fsync, open, read and write functions.Siva Chandra Reddy3-32/+65
2022-01-11[libc][NFC] Move sys/mman entrypoints to the default build configs.Siva Chandra Reddy1-1/+2
2021-12-22[libc] apply formatting to testsMichael Jones1-3/+3
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones1-2/+2
2020-07-28[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.Siva Chandra Reddy2-2/+3
2020-04-21[libc][Take 2] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy1-2/+0
2020-04-21[libc] Revert "Propagate entrypoint deps to downstream targets."Siva Chandra Reddy1-0/+2
2020-04-21[libc] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy1-2/+0
2020-04-17[libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2-0/+44