aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tzsetup
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Revert the parts of r322097 related to /etc/wall_cmos_clock handling asMarius Strobl2017-08-071-44/+14
* - Move creation and unlinking of /etc/wall_cmos_clock from the handlingMarius Strobl2017-08-051-70/+54
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-1/+1
* Fix build of tzsetup when WITHOUT_DIALOG is setBaptiste Daroussin2016-10-222-58/+104
* Fix tzsetup not installing /etc/localtime for UTCSteven Hartland2016-06-011-2/+3
* Avoid buffer overflow or truncation when constructing path_zoneinfo_file.Don Lewis2016-05-261-1/+3
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-151-8/+8
* Revert r289269 for now. After looking at share/zoneinfo/Makefile this couldXin LI2015-10-271-11/+15
* Use chroot(2) instead of using prefixes for files.Xin LI2015-10-131-15/+11
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-4/+3
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-0/+9
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-12/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-281-2/+12
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-121-0/+5
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | | tzsetup: remove set but unused variableEitan Adler2015-04-191-2/+2
* | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix whitespace.Devin Teske2014-11-111-4/+4
* | | | | | Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.Devin Teske2014-11-111-0/+9
| |_|_|_|/ |/| | | |
* | | | | Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis2014-05-151-12/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Merge from CheriBSD:Brooks Davis2014-01-301-2/+12
| |/ |/|
* | Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.Devin Teske2013-03-041-0/+5
|/
* Grammar: tzsetup now has more than one option.Ed Maste2012-02-291-1/+1
* It's not an error if unlink(2) fails because the pathname doesn't exist.Garrett Wollman2012-02-081-2/+2
* Clean up reinstall option and remove duplicate codeEd Maste2012-01-251-23/+12
* Fix #ifdef VERBOSE for UTC caseEd Maste2012-01-181-18/+25
* Don't write /var/db/zoneinfo when zone is not actually changed.Ed Maste2012-01-181-3/+5
* Use a reasonable-sized buffer when formatting error messages aboutGarrett Wollman2012-01-121-3/+31
* Sync xdialog_menu() implementation with sade.Max Khon2011-12-011-1/+39
* calloc +1 DIALOG_LISTITEM to prevent possible wild pointer accessMax Khon2011-11-241-3/+3
* Port to new libdialog.Max Khon2011-11-242-46/+126
* If the user is moving from any other time zone to UTC we needDoug Barton2011-11-021-0/+12
* - add missing options and arguments to program's usage()Ruslan Ermilov2011-05-202-23/+29
* Add a menu entry for UTC in the main menu.Edwin Groothuis2011-03-301-5/+39
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-3/+3
* Fix support for chrooted installs.Norikatsu Shigemura2010-07-191-3/+3
* Use literal format strings. Found by clang.Ed Maste2010-06-141-2/+2
* Add comment that this value is unused.Edwin Groothuis2010-06-051-1/+1
* When there is a problem with writing, also bail out.Edwin Groothuis2010-06-051-1/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* - Add support for chrooted installs.Edwin Groothuis2009-10-212-77/+156