#
d0d78e13 |
| 29-Dec-2000 |
Ben Smithurst <ben@FreeBSD.org> |
Convert to use the <sys/queue.h> macros rather than fiddling with the queue structure internals.
Reviewed by: markm
|
#
0e3099f5 |
| 16-Dec-2000 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Use dialog_noyes() for UTC selection; uses No as default answer now.
|
Revision tags: release/4.2.0 |
|
#
eb2fc780 |
| 10-Oct-2000 |
Garrett Wollman <wollman@FreeBSD.org> |
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby <time.h>).
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
e3975643 |
| 26-May-2000 |
Jake Burkholder <jake@FreeBSD.org> |
Back out the previous change to the queue(3) interface. It was not discussed and should probably not happen.
Requested by: msmith and others
|
#
740a1973 |
| 23-May-2000 |
Jake Burkholder <jake@FreeBSD.org> |
Change the way that the queue(3) structures are declared; don't assume that the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk Reviewed by: phk Approved by: mdodd
|
Revision tags: release/4.0.0_cvs |
|
#
bb897a87 |
| 23-Jan-2000 |
Philippe Charnier <charnier@FreeBSD.org> |
Convert err() to errx(), reason is already provided. Complete the abort on allocation failure instead of deferencing NULL later.
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
97d92980 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
c43651a6 |
| 05-Aug-1999 |
Ruslan Ermilov <ru@FreeBSD.org> |
- ignore the user-supplied umask, set it to 0022 by default - install /etc/wall_cmos_clock with 0444 mode rather than 0666 - -Wall inspection
PR: 12967
|
#
3256d507 |
| 23-Jun-1999 |
Michael Haro <mharo@FreeBSD.org> |
Make UTC or local time message a little more clear.
|
Revision tags: release/3.2.0, release/3.1.0 |
|
#
239e57d0 |
| 02-Feb-1999 |
Garrett Wollman <wollman@FreeBSD.org> |
Add a `default' feature to tzsetup for use in script-driven installation (if someone writes the other half). Also rewrite the man page in a more appropriate (formal) style.
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
8b315e85 |
| 16-Dec-1998 |
Peter Wemm <peter@FreeBSD.org> |
Old stuff lying around a source tree: Create/remove /etc/wall_cmos_clock without using system() and magic paths.
|
Revision tags: release/2.2.7, release/2.2.6 |
|
#
f8ddb109 |
| 10-Jan-1998 |
Steve Price <steve@FreeBSD.org> |
Minor brace gymnastics so that /etc/wall_cmos_clock is really created.
PR: 5473 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
|
#
8f8262da |
| 07-Nov-1997 |
Joerg Wunsch <joerg@FreeBSD.org> |
Teach tzsetup to understand blank lines in the iso3166 file.
Found by: evanc@synapse.net (Evan Champion)
|
#
342afc34 |
| 27-Oct-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Add usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clock when -n (do nothing) is used.
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
476602a9 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
#
b9467913 |
| 17-Feb-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Ask about local or UTC here, like we used to.
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
3e70cf1f |
| 01-Feb-1997 |
John Hay <jhay@FreeBSD.org> |
At the end it was much simpler than I thought. 26 * 26 = 676 and not 576. South Africa and a few other countries exists again. This fix pr 2595. This should go into 2.2.
|
#
c9af0102 |
| 21-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make some of the less necessary user feedback #ifdef VERBOSE.
We could also make this stuff only come out when getpid() != 1 and thus avoid the install case (where it really is just too verbose, and
Make some of the less necessary user feedback #ifdef VERBOSE.
We could also make this stuff only come out when getpid() != 1 and thus avoid the install case (where it really is just too verbose, and people have complained), but this seems less messy and no one complained when tzsetup didn't print the final "things went fine!" messages (which sort of contravene the UNIX spirit of only yelling when you need to anyway).
show more ...
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
#
b0fa330d |
| 20-Nov-1996 |
Joerg Wunsch <joerg@FreeBSD.org> |
Remove two uninitialized and unused variables that used to cause a segfault before.
|
#
037def96 |
| 19-Nov-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Completely re-vamped `tzsetup':
- It no longer attempts to fiddle wall-vs-UTC-in-RTC. The results were just confusing most of the time.
- The program no longer contains a pre-compiled list of ti
Completely re-vamped `tzsetup':
- It no longer attempts to fiddle wall-vs-UTC-in-RTC. The results were just confusing most of the time.
- The program no longer contains a pre-compiled list of timezones (compiled by groveling through the tzdata source files for comments starting with `ZONE-DESCR'). Now it uses the new `zone.tab' file supplied with current versions of the timezone data files, to determine the list at run time. (It also requires the ISO 3166 table I committed some months ago.)
AS A RESULT, this program will NOT work until the new timezone data files are committed (should happen sometime soon).
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
874108ae |
| 12-Nov-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
MFC @199204
|
#
b5f58d77 |
| 21-Oct-2009 |
Edwin Groothuis <edwin@FreeBSD.org> |
- Add support for chrooted installs. - Add examples to the man-page.
MFC after: 1 week
|
#
ada5f18a |
| 20-Oct-2009 |
Edwin Groothuis <edwin@FreeBSD.org> |
Instead of having to know which timezone was picked last time, you now can run "tzsetup -r" which will reinstall the last choice. This data is recorded in /var/db/zoneinfo.
MFC after: 1 week
|
#
08c7e8c8 |
| 19-Oct-2009 |
Edwin Groothuis <edwin@FreeBSD.org> |
When tzsetup is run as non-root and the "CMOS clock question on UTC" is answered as No, it would abort without properly ending the dialog session.
MFC after: 1 week
|