Page MenuHomeFreeBSD

Update tzcode to 2023c.
ClosedPublic

Authored by des on Apr 20 2023, 9:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 12, 3:30 AM
Unknown Object (File)
Thu, Dec 11, 11:02 AM
Unknown Object (File)
Sat, Dec 6, 5:52 AM
Unknown Object (File)
Tue, Dec 2, 2:21 AM
Unknown Object (File)
Sat, Nov 29, 8:45 AM
Unknown Object (File)
Wed, Nov 26, 8:26 PM
Unknown Object (File)
Wed, Nov 26, 3:19 AM
Unknown Object (File)
Tue, Nov 18, 11:05 AM
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.