Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.
Details
Details
- Reviewers
markj - Group Reviewers
Klara - Commits
- rG57ee56578cc5: libc: Test time zone change detection.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 65481 Build 62364: arc lint + arc unit
Event Timeline
contrib/tzcode/localtime.c | ||
---|---|---|
414 | Is this bringing us closer to upstream's code? | |
lib/libc/tests/stdtime/detect_tz_changes_test.c | ||
56 | Probably not much of an issue in practice, but I believe copy_file_range() must be called in a loop to handle short I/O. | |
153 | I believe ATF_* can't be used in a child process. |
contrib/tzcode/localtime.c | ||
---|---|---|
519 | This actually fixes a regression in bc42155199b5. I'll split it out into a separate commit. |