summaryrefslogtreecommitdiff
path: root/libc/test/src/unistd
AgeCommit message (Expand)Author
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan
2025-03-19[libc] Migrate unistd tests to use ErrnoCheckingTest. (#132067)Alexey Samsonov
2025-03-18[libc] Create ErrnoCheckingTest harness to simplify errno tests. (#131703)Alexey Samsonov
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-19[libc][POSIX][unistd] implement getsid (#127341)Zaky Hermawan
2025-02-05[libc][unistd] Implement setsid (#125704)Krishna Pandey
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-16[libc] Fix deprecated operator"" syntax (#123259)Roland McGrath
2025-01-15[libc] implement unistd/getentropy (#122692)Schrodinger ZHU Yifan
2025-01-14[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)Jay Foad
2024-11-06[libc] [unistd] implement pipe2 syscall wrapper (#114474)Duncan
2024-11-05[libc][NFC] Correct test header inclusion, license (#114604)Michael Jones
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan
2024-07-09[libc] Fix readlink tests on 32-bit systems (#98168)Mikhail R. Gadelha
2024-07-07[libc] implement pathconf/fpathconf (#87165)Nhat Nguyen
2024-07-05[libc] Change the test file names used in readlink_test and readlinkat_test. ...lntue
2024-07-05Revert "[libc] Fix readlink tests on 32-bit systems" (#97852)Mikhail R. Gadelha
2024-07-05[libc] Fix readlink tests on 32-bit systems (#97850)Mikhail R. Gadelha
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones
2024-04-02[libc][posix] implement _exit (#87185)aniplcc
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-02-01[libc] add bazel support for most of unistd (#80078)michaelrj-google
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2023-12-13[libc] fix unit tests (#75361)Nick Desaulniers
2023-11-03[libc] Cleanup ErrnoSetterMatcher target (#71240)michaelrj-google
2023-10-19[libc] Fix accidental LIBC_NAMESPACE_syscall definition (#69548)alfredfo
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy
2023-07-20[libc] Remove global constructor in `getopt` implementationJoseph Huber
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-04-17[libc][NFC] Remove the unused FDReader testutil.Siva Chandra Reddy
2023-04-17[libc][NFC] Standardize missing syscalls error messages.Mikhail R. Gadelha
2023-04-10[libc] Add swab implementationCaslyn Tonelli
2023-03-16[libc] Enable __llvm_libc_syscall and forkMikhail R. Gadelha
2023-03-14[libc][NFC] Switch unistd.h tests to libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-10-31[libc] Implement getoptAlex Brachet
2022-10-27Revert "[libc] Implement getopt"Alex Brachet
2022-10-27[libc] Implement getoptAlex Brachet
2022-10-25[libc] Enable a few entrypoints on aarch64 already available on x86_64.Siva Chandra