summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/entry.c
AgeCommit message (Collapse)Author
1997-12-22handle timing normally except when clock jumps between 1 and 3 hours. If itTheo de Raadt
jumps, attempt as best as possible to gaurantee that jobs DO run, but only run ONCE; patch by thompson@.tgsoft.com
1996-12-16avoid more oflows; at this stage paranoia exceeds reality by a lot since our ↵Theo de Raadt
passwd suite is fascist
1996-12-14Check to make sure first char of command is not '*' since that willTodd C. Miller
alway be a syntax error.
1996-11-01Check malloc/strdup ret val and deal.Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt