summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup
Commit message (Expand)AuthorAgeFilesLines
* MFC: r322097, r322203marius2017-08-101-57/+11
* MFC r314463:ngie2017-05-301-1/+1
* MFC r306375,r307802:ngie2017-05-302-58/+104
* Fix tzsetup not installing /etc/localtime for UTCsmh2016-06-011-2/+3
* Avoid buffer overflow or truncation when constructing path_zoneinfo_file.truckman2016-05-261-1/+3
* Use NULL instead of 0 for pointers.araujo2016-04-151-8/+8
* Revert r289269 for now. After looking at share/zoneinfo/Makefile this coulddelphij2015-10-271-11/+15
* Use chroot(2) instead of using prefixes for files.delphij2015-10-131-15/+11
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-4/+3
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-0/+9
| |\
| * \ Merge head from 7/28sjg2014-08-191-12/+2
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-281-2/+12
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-121-0/+5
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
* | | | | | | tzsetup: remove set but unused variableeadler2015-04-191-2/+2
* | | | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix whitespace.dteske2014-11-111-4/+4
* | | | | | Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.dteske2014-11-111-0/+9
| |_|_|_|/ |/| | | |
* | | | | Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-151-12/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|/ |/| |
* | | Merge from CheriBSD:brooks2014-01-301-2/+12
| |/ |/|
* | Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.dteske2013-03-041-0/+5
|/
* Grammar: tzsetup now has more than one option.emaste2012-02-291-1/+1
* It's not an error if unlink(2) fails because the pathname doesn't exist.wollman2012-02-081-2/+2
* Clean up reinstall option and remove duplicate codeemaste2012-01-251-23/+12
* Fix #ifdef VERBOSE for UTC caseemaste2012-01-181-18/+25
* Don't write /var/db/zoneinfo when zone is not actually changed.emaste2012-01-181-3/+5
* Use a reasonable-sized buffer when formatting error messages aboutwollman2012-01-121-3/+31
* Sync xdialog_menu() implementation with sade.fjoe2011-12-011-1/+39
* calloc +1 DIALOG_LISTITEM to prevent possible wild pointer accessfjoe2011-11-241-3/+3
* Port to new libdialog.fjoe2011-11-242-46/+126
* If the user is moving from any other time zone to UTC we needdougb2011-11-021-0/+12
* - add missing options and arguments to program's usage()ru2011-05-202-23/+29
* Add a menu entry for UTC in the main menu.edwin2011-03-301-5/+39
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-3/+3
* Fix support for chrooted installs.nork2010-07-191-3/+3
* Use literal format strings. Found by clang.emaste2010-06-141-2/+2
* Add comment that this value is unused.edwin2010-06-051-1/+1
* When there is a problem with writing, also bail out.edwin2010-06-051-1/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* - Add support for chrooted installs.edwin2009-10-212-77/+156
* Instead of having to know which timezone was picked last time, youedwin2009-10-202-16/+80
* Make the usage of the default zoneinfo file to install clearer.edwin2009-10-191-5/+6
OpenPOWER on IntegriCloud