Page MenuHomeFreeBSD

Update tzcode to 2023c.
ClosedPublic

Authored by des on Apr 20 2023, 9:56 AM.
Tags
None
Referenced Files
F134434394: D39712.id120708.diff
Sun, Nov 2, 5:28 AM
Unknown Object (File)
Fri, Oct 31, 1:55 AM
Unknown Object (File)
Fri, Oct 31, 12:00 AM
Unknown Object (File)
Sun, Oct 26, 4:26 PM
Unknown Object (File)
Sun, Oct 26, 3:38 PM
Unknown Object (File)
Sat, Oct 25, 7:28 PM
Unknown Object (File)
Sat, Oct 25, 8:12 AM
Unknown Object (File)
Mon, Oct 13, 5:41 AM
Subscribers

Details

Summary

MFC after: 3 weeks
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51056
Build 47947: arc lint + arc unit

Event Timeline

des requested review of this revision.Apr 20 2023, 9:56 AM

Add offtime_r to symbol map.

Note that this update adds a non-standard offtime_r() which is to offtime() what gmtime_r() is to gmtime(). I have submitted a similar patch (minus the pthread stuff) upstream. We do not provide public prototypes or documentation for offtime() or offtime_r(), but that's easy to fix should we decide to do so.

Thanks for doing this! My builds are still running. I'll take a closer look at this patch my morning.

Adding offtime_r() is sensible. Thanks for submitting it upstream too. Fewer local patches is better.

This branch passes my build tests and my functional tests.
Please let it sit in main for a couple of days before merging to stable.

Thanks for doing this!

This revision is now accepted and ready to land.Apr 25 2023, 8:42 AM
This revision was automatically updated to reflect the committed changes.