Page MenuHomeFreeBSD

Update tzcode to 2023c.
ClosedPublic

Authored by des on Apr 20 2023, 9:56 AM.
Tags
None
Referenced Files
F131789409: D39712.diff
Sat, Oct 11, 4:32 AM
Unknown Object (File)
Fri, Oct 10, 3:59 PM
Unknown Object (File)
Fri, Oct 10, 3:59 PM
Unknown Object (File)
Fri, Oct 10, 3:59 PM
Unknown Object (File)
Fri, Oct 10, 3:59 PM
Unknown Object (File)
Fri, Oct 10, 9:56 AM
Unknown Object (File)
Thu, Oct 9, 11:13 PM
Unknown Object (File)
Wed, Oct 8, 12:44 PM
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.