| #
493e0895 |
| 19-Aug-2024 |
christos <christos@NetBSD.org> |
undo previous, we check the range in set_element.
|
| #
96c6b232 |
| 19-Aug-2024 |
christos <christos@NetBSD.org> |
Prevent negative values low and step (Dave G. / Alex Radocea supernetworks)
|
| #
cd115652 |
| 18-Apr-2020 |
christos <christos@NetBSD.org> |
Add -s (SINGLE_JOB) from OpenBSD.
|
| #
7801b53d |
| 28-Jul-2018 |
kre <kre@NetBSD.org> |
Add some more "crappy error detection" - the low value of the range of random_with_range() must not be negative (or now we are doing unsigned modulus we might generate a very big result).
|
| #
8650a842 |
| 28-Jul-2018 |
kre <kre@NetBSD.org> |
Fix from Michael Kaufmann in PR bin/53476
Do modulus using unsigned arith, and then convert the result to int, rather than converting the arc4random() result to int (which might be negative) and per
Fix from Michael Kaufmann in PR bin/53476
Do modulus using unsigned arith, and then convert the result to int, rather than converting the arc4random() result to int (which might be negative) and performing a modulus on that (with a potentially negative answer).
show more ...
|
| #
fdf2ea13 |
| 14-Jun-2018 |
christos <christos@NetBSD.org> |
Add -n (don't send mail if command exited normally) option. From OpenBSD via Job Snidjers.
|
| #
bc0d7f41 |
| 20-Nov-2015 |
christos <christos@NetBSD.org> |
fix type
|
| #
ae5dea0a |
| 05-Sep-2014 |
christos <christos@NetBSD.org> |
WARNS=6
|
| #
79e4d548 |
| 24-Jun-2014 |
skrll <skrll@NetBSD.org> |
PR/48944: cron ignores '?' (question mark) time field
Fix the obvious merge botch.
|
| #
7035a6c5 |
| 15-Jul-2010 |
christos <christos@NetBSD.org> |
remove bad cast.
|
| #
dbee6f29 |
| 10-Jul-2010 |
christos <christos@NetBSD.org> |
PR bin/43591: Jeremy Reed: make sure that the default path is always set.
|
| #
032a4398 |
| 06-May-2010 |
christos <christos@NetBSD.org> |
apply our changes.
|
| #
0061c6a5 |
| 06-May-2010 |
christos <christos@NetBSD.org> |
import cron 4.1
|