<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/tzsetup, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-03-01T03:09:16Z</updated>
<entry>
<title>MFC r261296:</title>
<updated>2014-03-01T03:09:16Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2014-03-01T03:09:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25821aeb14177bd54a8c4ed2c92d1753f4d23b85'/>
<id>urn:sha1:25821aeb14177bd54a8c4ed2c92d1753f4d23b85</id>
<content type='text'>
Merge from CheriBSD:
commit c1acf022c533c5ae27e0cd556977eafe3f5959eb
Author: Brooks Davis &lt;brooks@one-eyed-alien.net&gt;
Date:   Fri Jan 17 21:46:44 2014 +0000

	Add an option WITHOUT_NCURSESW to suppress building and linking to
	libncursesw.  While wide character support it useful we'd like to
	only need one ncurses library on embedded systems.

Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.</title>
<updated>2013-03-04T11:34:31Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2013-03-04T11:34:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2dc532df5c793a8d1d2a065651a6e8797965dc9'/>
<id>urn:sha1:d2dc532df5c793a8d1d2a065651a6e8797965dc9</id>
<content type='text'>
PR:		bin/164976
Submitted by:	dteske
</content>
</entry>
<entry>
<title>Grammar: tzsetup now has more than one option.</title>
<updated>2012-02-29T14:44:42Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2012-02-29T14:44:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8b4c0aa6ca7e36fe401d14520557e0862603aab'/>
<id>urn:sha1:c8b4c0aa6ca7e36fe401d14520557e0862603aab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It's not an error if unlink(2) fails because the pathname doesn't exist.</title>
<updated>2012-02-08T05:03:04Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2012-02-08T05:03:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41b549dc805faa580865ea26fe672c9812c91131'/>
<id>urn:sha1:41b549dc805faa580865ea26fe672c9812c91131</id>
<content type='text'>
Noticed by: kevlo
Pointy hat to: wollman
</content>
</entry>
<entry>
<title>Clean up reinstall option and remove duplicate code</title>
<updated>2012-01-25T02:15:40Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2012-01-25T02:15:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3129859c9285ce9fa7e088f3b0619d79a895ee9b'/>
<id>urn:sha1:3129859c9285ce9fa7e088f3b0619d79a895ee9b</id>
<content type='text'>
- Move the reinstall logic to be before menus are initialised
  (menus are not needed when reinstalling a zonefile).

- Remove unnecessary re-initialization of path_db.

- Update variable name and error message because we now use the
  zone name relative to /usr/share/zoneinfo, not the full path.

pr:		bin/164041
Submitted by:	Devin Teske &lt;dteske vicor com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix #ifdef VERBOSE for UTC case</title>
<updated>2012-01-18T04:37:35Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2012-01-18T04:37:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da4b02cf70bed251885a571cd472d061d969696b'/>
<id>urn:sha1:da4b02cf70bed251885a571cd472d061d969696b</id>
<content type='text'>
Update verbose output to match what actually happens when selecting
the UTC option, and when the -n option is used.

Patch updated slightly for new libdialog.

PR:		bin/164042
Submitted by:	Devin Teske &lt;dteske vicor com&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Don't write /var/db/zoneinfo when zone is not actually changed.</title>
<updated>2012-01-18T04:12:32Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2012-01-18T04:12:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2027608721c75259448b9d4456ae50f840804ae'/>
<id>urn:sha1:e2027608721c75259448b9d4456ae50f840804ae</id>
<content type='text'>
If the specified zone file does not exist or the -n flag is specified,
do not update /var/db/zoneinfo.

PR:		bin/164039
Submitted by:	Devin Teske &lt;dteske vicor com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Use a reasonable-sized buffer when formatting error messages about</title>
<updated>2012-01-12T05:50:32Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2012-01-12T05:50:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8c261aeac36d902aef59c6ca6b63982697b5395e'/>
<id>urn:sha1:8c261aeac36d902aef59c6ca6b63982697b5395e</id>
<content type='text'>
installing zoneinfo.  While we're in the vicinity, add some missing
error checking to eliminate an unhelpful error message when unlink()
fails.

/me is embarrassed by the quality of his 16-year-old code.
The whole thing is awful and could stand a complete rewrite.

PR:		164038
Submitted by:	Devin Teske (but implemented differently)
</content>
</entry>
<entry>
<title>Sync xdialog_menu() implementation with sade.</title>
<updated>2011-12-01T09:02:57Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2011-12-01T09:02:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fcc050e759b33b6b1d537c254d99d061de10cefa'/>
<id>urn:sha1:fcc050e759b33b6b1d537c254d99d061de10cefa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>calloc +1 DIALOG_LISTITEM to prevent possible wild pointer access</title>
<updated>2011-11-24T18:45:23Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2011-11-24T18:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8396c7de45022c00b0e1479a0a882f81b7e36aac'/>
<id>urn:sha1:8396c7de45022c00b0e1479a0a882f81b7e36aac</id>
<content type='text'>
in dlg_default_listitem().
</content>
</entry>
</feed>
