Page MenuHomeFreeBSD

Update tzcode to 2023c.
ClosedPublic

Authored by des on Apr 20 2023, 9:56 AM.
Tags
None
Referenced Files
F119622771: D39712.id120707.diff
Tue, Jun 10, 2:57 PM
Unknown Object (File)
Sat, Jun 7, 12:05 PM
Unknown Object (File)
Fri, Jun 6, 2:51 AM
Unknown Object (File)
Thu, May 29, 2:07 PM
Unknown Object (File)
Wed, May 28, 5:26 AM
Unknown Object (File)
Mon, May 26, 4:31 PM
Unknown Object (File)
May 7 2025, 9:29 AM
Unknown Object (File)
Apr 24 2025, 11:16 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.