| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
<time.h>).
|
| |
|
|
|
|
|
|
| |
It was not discussed and should probably not happen.
Requested by: msmith and others
|
|
|
|
|
|
|
|
| |
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
|
|
|
|
| |
abort on allocation failure instead of deferencing NULL later.
|
|
|
|
|
|
| |
linkage.
Pointed out by: bde
|
|
|
|
| |
program.
|
| |
|
|
|
|
|
|
|
| |
- install /etc/wall_cmos_clock with 0444 mode rather than 0666
- -Wall inspection
PR: 12967
|
| |
|
|
|
|
|
| |
(if someone writes the other half). Also rewrite the man page in a more
appropriate (formal) style.
|
|
|
|
| |
Create/remove /etc/wall_cmos_clock without using system() and magic paths.
|
|
|
|
|
|
|
| |
created.
PR: 5473
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
|
|
|
|
| |
Found by: evanc@synapse.net (Evan Champion)
|
|
|
|
| |
when -n (do nothing) is used.
|
|
|
|
| |
the revision date is displayed correctly.
|
| |
|
| |
|
|
|
|
|
| |
South Africa and a few other countries exists again. This fix pr 2595.
This should go into 2.2.
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
segfault before.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
| |
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory. It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Replace my NIH-suffering code to detect the number of lines on
the terminal by the curses variable LINES.
. Fix the selection code for countries with more than one screenful
of locations. The very few people living in America/US/Pacific
now won't be charged for Indiana any longer... :)
. Removed the gross code that copied over the timezone file to
/etc/localtime, and create a symlink now instead.
|
|
|
|
|
|
|
|
|
| |
calculation wrong, bogus `reboot now!' hints given, and the displayed
month off by one.
Fix all of this.
Requested by: jkh
|
|
|
|
| |
Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I have a link here and got strange results without 'rm'
|
|
|