Page MenuHomeFreeBSD

Update tzcode to 2023c.
ClosedPublic

Authored by des on Apr 20 2023, 9:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 7:48 PM
Unknown Object (File)
Thu, May 7, 12:32 PM
Unknown Object (File)
Thu, May 7, 12:41 AM
Unknown Object (File)
Wed, May 6, 12:53 AM
Unknown Object (File)
Mon, May 4, 8:13 AM
Unknown Object (File)
Sun, May 3, 6:31 PM
Unknown Object (File)
Thu, Apr 30, 4:54 PM
Unknown Object (File)
Mon, Apr 27, 1:26 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.