index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
tzsetup
/
tzsetup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r289269 for now. After looking at share/zoneinfo/Makefile this could
delphij
2015-10-27
1
-11
/
+15
*
Use chroot(2) instead of using prefixes for files.
delphij
2015-10-13
1
-15
/
+11
*
tzsetup: remove set but unused variable
eadler
2015-04-19
1
-2
/
+2
*
Fix whitespace.
dteske
2014-11-11
1
-4
/
+4
*
Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.
dteske
2014-11-11
1
-0
/
+9
*
Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.
dteske
2013-03-04
1
-0
/
+5
*
It's not an error if unlink(2) fails because the pathname doesn't exist.
wollman
2012-02-08
1
-2
/
+2
*
Clean up reinstall option and remove duplicate code
emaste
2012-01-25
1
-23
/
+12
*
Fix #ifdef VERBOSE for UTC case
emaste
2012-01-18
1
-18
/
+25
*
Don't write /var/db/zoneinfo when zone is not actually changed.
emaste
2012-01-18
1
-3
/
+5
*
Use a reasonable-sized buffer when formatting error messages about
wollman
2012-01-12
1
-3
/
+31
*
Sync xdialog_menu() implementation with sade.
fjoe
2011-12-01
1
-1
/
+39
*
calloc +1 DIALOG_LISTITEM to prevent possible wild pointer access
fjoe
2011-11-24
1
-3
/
+3
*
Port to new libdialog.
fjoe
2011-11-24
1
-43
/
+123
*
If the user is moving from any other time zone to UTC we need
dougb
2011-11-02
1
-0
/
+12
*
- add missing options and arguments to program's usage()
ru
2011-05-20
1
-1
/
+2
*
Add a menu entry for UTC in the main menu.
edwin
2011-03-30
1
-5
/
+39
*
Fix support for chrooted installs.
nork
2010-07-19
1
-3
/
+3
*
Use literal format strings. Found by clang.
emaste
2010-06-14
1
-2
/
+2
*
Add comment that this value is unused.
edwin
2010-06-05
1
-1
/
+1
*
When there is a problem with writing, also bail out.
edwin
2010-06-05
1
-1
/
+2
*
- Add support for chrooted installs.
edwin
2009-10-21
1
-71
/
+129
*
Instead of having to know which timezone was picked last time, you
edwin
2009-10-20
1
-15
/
+74
*
When tzsetup is run as non-root and the "CMOS clock question on
edwin
2009-10-19
1
-1
/
+3
*
Add a new options (-s) that, when specified, skips the question about
attilio
2009-07-04
1
-22
/
+28
*
- Replace rcsid with __FBSDID.
jkim
2008-06-03
1
-236
/
+261
*
Fix a crash when Arctic Ocean is selected.
jkim
2008-06-02
1
-3
/
+2
*
Update wording regarding geography to match the man page and web site.
murray
2004-08-10
1
-1
/
+1
*
Cosmetic fix: a message was mixed with a dialog box border line.
olgeni
2003-11-28
1
-1
/
+1
*
Explicitly cast NCONTINENTS to int to silence an overflow warning.
des
2002-05-15
1
-1
/
+1
*
Default to UTC on sparc64 also.
obrien
2002-03-06
1
-1
/
+1
*
Default the UTC question to "yes" on the Alpha.
obrien
2001-04-05
1
-3
/
+10
*
Convert to use the <sys/queue.h> macros rather than fiddling with the queue
ben
2000-12-29
1
-8
/
+6
*
Use dialog_noyes() for UTC selection; uses No as default answer now.
jkh
2000-12-16
1
-1
/
+1
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-0
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Convert err() to errx(), reason is already provided. Complete the
charnier
2000-01-23
1
-3
/
+13
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
- ignore the user-supplied umask, set it to 0022 by default
ru
1999-08-05
1
-5
/
+9
*
Make UTC or local time message a little more clear.
mharo
1999-06-23
1
-2
/
+2
*
Add a `default' feature to tzsetup for use in script-driven installation
wollman
1999-02-02
1
-2
/
+15
*
Old stuff lying around a source tree:
peter
1998-12-16
1
-5
/
+10
*
Minor brace gymnastics so that /etc/wall_cmos_clock is really
steve
1998-01-10
1
-3
/
+4
*
Teach tzsetup to understand blank lines in the iso3166 file.
joerg
1997-11-07
1
-2
/
+2
*
Add usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clock
charnier
1997-10-27
1
-11
/
+19
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Ask about local or UTC here, like we used to.
jkh
1997-02-16
1
-0
/
+8
*
At the end it was much simpler than I thought. 26 * 26 = 676 and not 576.
jhay
1997-02-01
1
-2
/
+3
*
Make some of the less necessary user feedback #ifdef VERBOSE.
jkh
1997-01-21
1
-0
/
+4
[next]