]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tzcode: Implement timezone change detection
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sun, 12 Sep 2021 03:07:26 +0000 (03:07 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sun, 12 Sep 2021 03:07:58 +0000 (03:07 +0000)
commitddedf2a11eb20af1ee52cb3da70a57c21904af8f
tree6bb44b9953c1626ac6a169b406b4081f19026fc2
parentb9df18d6e8917a9bfb62babb7cf9efeca23aa2fc
tzcode: Implement timezone change detection

Implement optional timezone change detection for local time libc
functions.  This is disabled by default; set WITH_DETECT_TZ_CHANGES
to build it.

Reviewed By: imp
Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
X-NetApp-PR: #47
Differential Revision: https://reviews.freebsd.org/D30183
contrib/tzcode/stdtime/localtime.c
lib/libc/stdtime/Makefile.inc
share/mk/src.opts.mk
tools/build/options/WITH_DETECT_TZ_CHANGES [new file with mode: 0644]