| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=232297
|
| |
|
|
|
|
|
|
|
|
|
| |
and sync it with manpage's SYNOPSIS
- generally clean up a manpage's formatting
Reviewed by: edwin
Notes:
svn path=/head/; revision=222139
|
| |
|
|
|
|
|
|
|
| |
- Add examples to the man-page.
MFC after: 1 week
Notes:
svn path=/head/; revision=198350
|
| |
|
|
|
|
|
|
|
|
| |
now can run "tzsetup -r" which will reinstall the last choice. This
data is recorded in /var/db/zoneinfo.
MFC after: 1 week
Notes:
svn path=/head/; revision=198267
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=198255
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
adjusting the clock to UTC.
That avoids to write on /etc/wall_cmos_clock which is useful in some
cases (example: host user in a jail).
Sponsored by: Sandvine Incorporated
Initially submitted by: Matt Koivisto <mkoivisto at sandvine dot com>
Approved by: re (kib)
Notes:
svn path=/head/; revision=195339
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140442
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131500
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99968
|
| |
|
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
Notes:
svn path=/head/; revision=81251
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79537
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68716
|
| |
|
|
|
|
|
| |
abort on allocation failure instead of deferencing NULL later.
Notes:
svn path=/head/; revision=56487
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
|
|
|
|
| |
(if someone writes the other half). Also rewrite the man page in a more
appropriate (formal) style.
Notes:
svn path=/head/; revision=43544
|
| |
|
|
|
|
|
| |
when -n (do nothing) is used.
Notes:
svn path=/head/; revision=30763
|
| |
|
|
|
|
|
| |
the revision date is displayed correctly.
Notes:
svn path=/head/; revision=26827
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22997
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21880
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17849
|
| |
|
|
|
|
|
| |
Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
Notes:
svn path=/head/; revision=14270
|
|
|
Notes:
svn path=/head/; revision=13602
|