summaryrefslogtreecommitdiff
path: root/usr.sbin/tzsetup/tzsetup.c
AgeCommit message (Expand)Author
2024-09-30tzsetup: correct timezone symlink targetEd Maste
2024-06-17Revert "tzsetup: ask local/UTC question only on x86"Ed Maste
2024-06-14tzsetup: ask local/UTC question only on x86Ed Maste
2024-06-12tzsetup: Correct UTC descriptionEd Maste
2024-04-16tzsetup: be explicit about *timezone* abbreviationEd Maste
2023-11-23tzsetup: symlink /etc/localtime instead of copyingEd Maste
2023-10-30tzsetup: make UTC the first (default) regionBrooks Davis
2023-10-13tzsetup: add support for countries in two continentsPierre Pronchery
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-26tzsetup: fix "misleading indentation" warning with -DVERBOSEYuri Pankov
2023-04-27tzsetup: appease checkstyle9Yuri Pankov
2023-04-27tzsetup: adopt zone1970.tab changesYuri Pankov
2023-04-26tzsetup: fix bootstrapping for github CI jobsYuri Pankov
2023-04-23tzsetup: add baseline file to control parsed zonetab contentsYuri Pankov
2022-04-12tzsetup(8): Refactoring to delete dialog(3) codeAlfonso S. Siciliano
2022-01-28bsddialog: import version 0.1Alfonso Siciliano
2021-12-17tzsetup: Fix unicode supportAlfonso Siciliano
2021-12-13tzsetup: adapt for libbsddialog 0.0.1Alfonso Siciliano
2021-12-08tzsetup: Default to UTCEmmanuel Vadot
2021-12-06bsddialog: import snapshot 2021-12-05Baptiste Daroussin
2021-11-24tzsetup: remove dedundant declarationBaptiste Daroussin
2021-11-24tzsetup: replace libdialog with libbsddialogBaptiste Daroussin
2020-02-10Remove sparc64 ifdefWarner Losh
2019-07-17tzsetup: upgrade to zone1970.tabThomas Munro
2018-08-09In read_zones(), check if the file name actually fit in the bufferXin LI
2017-08-07Revert the parts of r322097 related to /etc/wall_cmos_clock handling asMarius Strobl
2017-08-05- Move creation and unlinking of /etc/wall_cmos_clock from the handlingMarius Strobl
2016-10-22Fix build of tzsetup when WITHOUT_DIALOG is setBaptiste Daroussin
2016-06-01Fix tzsetup not installing /etc/localtime for UTCSteven Hartland
2016-05-26Avoid buffer overflow or truncation when constructing path_zoneinfo_file.Don Lewis
2016-04-15Use NULL instead of 0 for pointers.Marcelo Araujo
2015-10-27Revert r289269 for now. After looking at share/zoneinfo/Makefile this couldXin LI
2015-10-13Use chroot(2) instead of using prefixes for files.Xin LI
2015-04-19tzsetup: remove set but unused variableEitan Adler
2014-11-11Fix whitespace.Devin Teske
2014-11-11Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.Devin Teske
2013-03-04Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.Devin Teske
2012-02-08It's not an error if unlink(2) fails because the pathname doesn't exist.Garrett Wollman
2012-01-25Clean up reinstall option and remove duplicate codeEd Maste
2012-01-18Fix #ifdef VERBOSE for UTC caseEd Maste
2012-01-18Don't write /var/db/zoneinfo when zone is not actually changed.Ed Maste
2012-01-12Use a reasonable-sized buffer when formatting error messages aboutGarrett Wollman
2011-12-01Sync xdialog_menu() implementation with sade.Max Khon
2011-11-24calloc +1 DIALOG_LISTITEM to prevent possible wild pointer accessMax Khon
2011-11-24Port to new libdialog.Max Khon
2011-11-02If the user is moving from any other time zone to UTC we needDoug Barton
2011-05-20- add missing options and arguments to program's usage()Ruslan Ermilov
2011-03-30Add a menu entry for UTC in the main menu.Edwin Groothuis
2010-07-19Fix support for chrooted installs.Norikatsu Shigemura
2010-06-14Use literal format strings. Found by clang.Ed Maste