| #
c6030b38
|
| 17-Jun-2024 |
Ed Maste <emaste@FreeBSD.org> |
Revert "tzsetup: ask local/UTC question only on x86"
I am unsure if AArch64 Windows systems keep UTC or local time in the RTC by default, so keep tzsetup consistent across architectures for now.
Th
Revert "tzsetup: ask local/UTC question only on x86"
I am unsure if AArch64 Windows systems keep UTC or local time in the RTC by default, so keep tzsetup consistent across architectures for now.
This reverts commit aa6fb1d277be47c51abc309ac9305def0fce7f9d.
Reported by: Mark Millard
show more ...
|
| #
aa6fb1d2
|
| 12-Jun-2024 |
Ed Maste <emaste@FreeBSD.org> |
tzsetup: ask local/UTC question only on x86
Storing local time in the RTC is a legacy of 1990s PCs; it's not relevant on other platforms of interest to FreeBSD.
While here switch to C99 bool.
Spon
tzsetup: ask local/UTC question only on x86
Storing local time in the RTC is a legacy of 1990s PCs; it's not relevant on other platforms of interest to FreeBSD.
While here switch to C99 bool.
Sponsored by: The FreeBSD Foundation Reviewed by: allanjude (earlier), imp (earlier) Differential Revision: https://reviews.freebsd.org/D45575
show more ...
|
| #
70e3e1bd
|
| 13-Jun-2024 |
Ed Maste <emaste@FreeBSD.org> |
tzsetup: add detail for -s option
Skipping the UTC question via -s will not create or delete /etc/wall_cmos_clock.
Reported by: Tomoaki AOKI Reviewed by: imp, allanjude, jrm Sponsored by: The FreeB
tzsetup: add detail for -s option
Skipping the UTC question via -s will not create or delete /etc/wall_cmos_clock.
Reported by: Tomoaki AOKI Reviewed by: imp, allanjude, jrm Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45576
show more ...
|
| #
5e16809c
|
| 14-Oct-2022 |
Ed Maste <emaste@FreeBSD.org> |
tzsetup: symlink /etc/localtime instead of copying
Using a symlink means that new timezone data (installed by an errata update, say) will be usable without having to be copied again.
Reviewed by: b
tzsetup: symlink /etc/localtime instead of copying
Using a symlink means that new timezone data (installed by an errata update, say) will be usable without having to be copied again.
Reviewed by: bapt, kevans, philip Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37005
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
4fee5114
|
| 19-Apr-2023 |
Yuri Pankov <yuripv@FreeBSD.org> |
tzsetup(8): update paths to zone tab and tzdata source
tzsetup now uses zone1970.tab and zoneinfo source is located in contrib/tzdata, update the man page accordingly.
While here, drop obsolete Tn
tzsetup(8): update paths to zone tab and tzdata source
tzsetup now uses zone1970.tab and zoneinfo source is located in contrib/tzdata, update the man page accordingly.
While here, drop obsolete Tn macros and insert vertical breaks (mostly before Dl in examples) to improve readability.
Reviewed by: pauamma_gundo.com (manpages) Differential Revision: https://reviews.freebsd.org/D39643
show more ...
|
| #
c6030b38
|
| 17-Jun-2024 |
Ed Maste <emaste@FreeBSD.org> |
Revert "tzsetup: ask local/UTC question only on x86"
I am unsure if AArch64 Windows systems keep UTC or local time in the RTC by default, so keep tzsetup consistent across architectures for now.
Th
Revert "tzsetup: ask local/UTC question only on x86"
I am unsure if AArch64 Windows systems keep UTC or local time in the RTC by default, so keep tzsetup consistent across architectures for now.
This reverts commit aa6fb1d277be47c51abc309ac9305def0fce7f9d.
Reported by: Mark Millard
show more ...
|
| #
aa6fb1d2
|
| 12-Jun-2024 |
Ed Maste <emaste@FreeBSD.org> |
tzsetup: ask local/UTC question only on x86
Storing local time in the RTC is a legacy of 1990s PCs; it's not relevant on other platforms of interest to FreeBSD.
While here switch to C99 bool.
Spon
tzsetup: ask local/UTC question only on x86
Storing local time in the RTC is a legacy of 1990s PCs; it's not relevant on other platforms of interest to FreeBSD.
While here switch to C99 bool.
Sponsored by: The FreeBSD Foundation Reviewed by: allanjude (earlier), imp (earlier) Differential Revision: https://reviews.freebsd.org/D45575
show more ...
|
| #
70e3e1bd
|
| 13-Jun-2024 |
Ed Maste <emaste@FreeBSD.org> |
tzsetup: add detail for -s option
Skipping the UTC question via -s will not create or delete /etc/wall_cmos_clock.
Reported by: Tomoaki AOKI Reviewed by: imp, allanjude, jrm Sponsored by: The FreeB
tzsetup: add detail for -s option
Skipping the UTC question via -s will not create or delete /etc/wall_cmos_clock.
Reported by: Tomoaki AOKI Reviewed by: imp, allanjude, jrm Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45576
show more ...
|
| #
5e16809c
|
| 14-Oct-2022 |
Ed Maste <emaste@FreeBSD.org> |
tzsetup: symlink /etc/localtime instead of copying
Using a symlink means that new timezone data (installed by an errata update, say) will be usable without having to be copied again.
Reviewed by: b
tzsetup: symlink /etc/localtime instead of copying
Using a symlink means that new timezone data (installed by an errata update, say) will be usable without having to be copied again.
Reviewed by: bapt, kevans, philip Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37005
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
4fee5114
|
| 19-Apr-2023 |
Yuri Pankov <yuripv@FreeBSD.org> |
tzsetup(8): update paths to zone tab and tzdata source
tzsetup now uses zone1970.tab and zoneinfo source is located in contrib/tzdata, update the man page accordingly.
While here, drop obsolete Tn
tzsetup(8): update paths to zone tab and tzdata source
tzsetup now uses zone1970.tab and zoneinfo source is located in contrib/tzdata, update the man page accordingly.
While here, drop obsolete Tn macros and insert vertical breaks (mostly before Dl in examples) to improve readability.
Reviewed by: pauamma_gundo.com (manpages) Differential Revision: https://reviews.freebsd.org/D39643
show more ...
|
| #
6a068746
|
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
| #
38f1b189
|
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
| #
867099fa
|
| 08-Mar-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head up to r232685 to projects/pf/head.
|
| #
87c3644c
|
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
| #
6a068746
|
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
| #
38f1b189
|
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
| #
867099fa
|
| 08-Mar-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head up to r232685 to projects/pf/head.
|
| #
87c3644c
|
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
| #
c8b4c0aa
|
| 29-Feb-2012 |
Ed Maste <emaste@FreeBSD.org> |
Grammar: tzsetup now has more than one option.
|
| #
76273fcb
|
| 21-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
| #
81046d3c
|
| 20-May-2011 |
Ruslan Ermilov <ru@FreeBSD.org> |
- add missing options and arguments to program's usage() and sync it with manpage's SYNOPSIS
- generally clean up a manpage's formatting
Reviewed by: edwin
|
| #
1a0fda2b
|
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
| #
874108ae
|
| 12-Nov-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
MFC @199204
|