aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tzsetup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instead of having to know which timezone was picked last time, youEdwin Groothuis2009-10-202-16/+80
* Make the usage of the default zoneinfo file to install clearer.Edwin Groothuis2009-10-191-5/+6
* When tzsetup is run as non-root and the "CMOS clock question onEdwin Groothuis2009-10-191-1/+3
* Add a new options (-s) that, when specified, skips the question aboutAttilio Rao2009-07-042-24/+33
* - Replace rcsid with __FBSDID.Jung-uk Kim2008-06-032-241/+261
* Fix a crash when Arctic Ocean is selected.Jung-uk Kim2008-06-021-3/+2
* Sort sections.Ruslan Ermilov2005-01-181-12/+12
* Update wording regarding geography to match the man page and web site.Murray Stokely2004-08-101-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Cosmetic fix: a message was mixed with a dialog box border line.Jimmy Olgeni2003-11-281-1/+1
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
* Explicitly cast NCONTINENTS to int to silence an overflow warning.Dag-Erling Smørgrav2002-05-151-1/+1
* Default to UTC on sparc64 also.David E. O'Brien2002-03-061-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+3
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Remove -Wall. It breaks compiling with non-gcc compilers.David E. O'Brien2001-04-051-1/+1
* Default the UTC question to "yes" on the Alpha.David E. O'Brien2001-04-051-3/+10
* This builds fine with -Wall.David E. O'Brien2001-04-051-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueBen Smithurst2000-12-291-8/+6
* Use dialog_noyes() for UTC selection; uses No as default answer now.Jordan K. Hubbard2000-12-161-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+1
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* Remove unneded -lmytinfoAndrey A. Chernov2000-09-161-2/+2