| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
is already past, the next day is assumed. Handle the case where
we're still in the same hour but the minutes are past.
ok deraadt@ millert@
|
| |
|
|
|
|
| |
tm_isdst is set to -1.
|
| |
|
|
|
|
| |
ok krw millert
|
| |
|
|
|
|
|
|
|
|
|
| |
What's worse, the tzfile.h that gets installed is over 20 years old
and doesn't match the real tzfile.h in libc/time. This makes the
tree safe for /usr/include/tzfile.h removal. The TM_YEAR_BASE
define has been moved to time.h temporarily until its usage is
replaced by 1900 in the tree. Actual removal of tzfile.h is pending
a ports build. Based on a diff from deraadt@
|
|
|
|
|
| |
Also support "months" and "years" keywords when specified as relative
time units. All as per POSIX. Man page changes OK jmc@ sobrado@
|
|
|
|
| |
ok krw
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
|
| |
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
|
|
|
| |
checks adapted from date(1). Now prevents scheduling jobs in the
past just like the standard (ie: not -n) at(1) date parsing.
|
|
|
|
| |
makes lint a bit happier. OK deraadt
|
| |
|
|
|
|
| |
The at(1) code is now more tightly integrated into the cron codebase.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Job names are now "runtime.queue" where runtime is when the job will run
in Unix time format. This is what SysV at does and allows us to nuke
the .SEQ file.
Historic BSD options for atq and atrm are now implemented;
atq and atrm get their own man pages.
At no longer does anything with the -v flag. We print the execution
time when jobs are submitted so there is no need.
Most *scanf() usage is gone (one remains in atrun).
Better sanity checks in atrun.
Random style/cleanup.
With these changes we have the best of both worlds; POSIX compliance with
the traditional BSD features.
|
| |
|
|
|
|
|
| |
a year > 99. This change fixes the conversion of 2-digit years into
tm_year format.
|
|
|
|
| |
provided by pjanzen.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|