summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/timezone
AgeCommit message (Expand)Author
2025-08-04bsdconfig: Move to -bsdconfig packageLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-11-26META MODE: These need object directories to handle staging.Bryan Drewery
2015-02-10Eliminate sub-shells where possible for performance.Devin Teske
2015-02-09Revert SVN r278464 -- fingers were in perforce mode (prematureDevin Teske
2015-02-09Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske
2014-11-11Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.Devin Teske
2014-11-04Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske
2014-03-14Remove useless NULL string '' in compound strings. Look very closely.Devin Teske
2013-12-07Performance and debugging enhancements:Devin Teske
2013-10-09Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske
2013-07-07Fix typos in the BSD License.Devin Teske
2013-07-07Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske
2013-06-24More whitespace.Devin Teske
2013-06-19Change a humongous if-statement at the end of f_install_zoneinfo_file() intoDevin Teske
2013-06-19Take advantage of newly updated f_dialog_{yesno,noyes}() functions fromDevin Teske
2013-06-19When I first wrote the timezone module, it was in sysutils/tzdialog and itDevin Teske
2013-06-18Improve the INDEX format. Whitespace improvements, format improvements, typoDevin Teske
2013-06-02Standardize the way functions build their arguments leading up to a dialogDevin Teske
2013-06-02Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()Devin Teske
2013-06-01Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske
2013-06-01Fix a typo introduced by r251190.Devin Teske
2013-05-31Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske
2013-05-14Centralize standard getopts arguments, both for convenience and to correctDevin Teske
2013-04-22UI improvements. First, implement --default-item whenever and whereverDevin Teske
2013-04-22Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) andDevin Teske
2012-12-25Add more debugging to help with diagnosis of program-flow when needed.Devin Teske
2012-12-25Remove unnecessary duplicate initialization of the dialog(1) API (automaticallyDevin Teske
2012-11-24Whitespace.Devin Teske
2012-11-16Replicate a feature from sysinstall documented inDevin Teske
2012-09-22jilles accurately advises that, in the context of shell redirection, the `:'Devin Teske
2012-09-21Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesignDevin Teske
2012-09-21Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).Devin Teske
2012-09-20Change all invocations of dialog(1) to no-longer require temporary files.Devin Teske
2012-09-18Move major includes into /usr/share/bsdconfig for easy external access.Devin Teske
2012-07-14Import bsdconfig(8) as a replacement for the post-install abilities ofDevin Teske