aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/sys/time
AgeCommit message (Expand)AuthorFilesLines
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue1-1/+1
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov1-1/+0
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan3-0/+129
2025-04-04[libc] Fix suseconds_t definition and utimes_test (#134326)Michael Jones2-8/+16
2025-04-03[libc] Make utimes_test more stable (#134321)Michael Jones1-2/+2
2025-04-03[libc] Implemented utimes (Issue #133953) (#134167)Aditya Tejpaul2-0/+111