summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup/tzsetup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.dteske2013-03-041-0/+5
* 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-241-43/+123
* 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-201-1/+2
* Add a menu entry for UTC in the main menu.edwin2011-03-301-5/+39
* 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
* - Add support for chrooted installs.edwin2009-10-211-71/+129
* Instead of having to know which timezone was picked last time, youedwin2009-10-201-15/+74
* When tzsetup is run as non-root and the "CMOS clock question onedwin2009-10-191-1/+3
* Add a new options (-s) that, when specified, skips the question aboutattilio2009-07-041-22/+28
* - Replace rcsid with __FBSDID.jkim2008-06-031-236/+261
* Fix a crash when Arctic Ocean is selected.jkim2008-06-021-3/+2
* Update wording regarding geography to match the man page and web site.murray2004-08-101-1/+1
* Cosmetic fix: a message was mixed with a dialog box border line.olgeni2003-11-281-1/+1
* Explicitly cast NCONTINENTS to int to silence an overflow warning.des2002-05-151-1/+1
* Default to UTC on sparc64 also.obrien2002-03-061-1/+1
* Default the UTC question to "yes" on the Alpha.obrien2001-04-051-3/+10
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueben2000-12-291-8/+6
* Use dialog_noyes() for UTC selection; uses No as default answer now.jkh2000-12-161-1/+1
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Convert err() to errx(), reason is already provided. Complete thecharnier2000-01-231-3/+13
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* - ignore the user-supplied umask, set it to 0022 by defaultru1999-08-051-5/+9
* Make UTC or local time message a little more clear.mharo1999-06-231-2/+2
* Add a `default' feature to tzsetup for use in script-driven installationwollman1999-02-021-2/+15
* Old stuff lying around a source tree:peter1998-12-161-5/+10
* Minor brace gymnastics so that /etc/wall_cmos_clock is reallysteve1998-01-101-3/+4
* Teach tzsetup to understand blank lines in the iso3166 file.joerg1997-11-071-2/+2
* Add usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clockcharnier1997-10-271-11/+19
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Ask about local or UTC here, like we used to.jkh1997-02-161-0/+8
* At the end it was much simpler than I thought. 26 * 26 = 676 and not 576.jhay1997-02-011-2/+3
* Make some of the less necessary user feedback #ifdef VERBOSE.jkh1997-01-211-0/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove two uninitialized and unused variables that used to cause ajoerg1996-11-191-3/+2
* Completely re-vamped `tzsetup':wollman1996-11-191-0/+651
OpenPOWER on IntegriCloud