index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
cron
/
user.c
Age
Commit message (
Expand
)
Author
2020-04-16
Add a mechanism to prevent cron jobs from running concurrently.
Todd C. Miller
2018-02-05
Pass a FILE * instead of a file descriptor into load_user() and
Todd C. Miller
2017-06-07
In cron(8), require that crontab and at files in the spool be owned
Todd C. Miller
2016-08-30
Fix fd leak on error. OK jsg@
Todd C. Miller
2015-11-15
Clean up the remaining uses of stderr and perror() and use warn/err
Todd C. Miller
2015-11-09
queue(3) instead of homegrown queues and lists. This also fixes
Todd C. Miller
2015-11-04
Change cron from including all headers in every file to only including
Todd C. Miller
2015-10-06
clear out some more legacy code and whatnot
Ted Unangst
2015-02-09
correct copyright, upon approval from paul vixie via todd miller. the
Theo de Raadt
2015-01-23
braces to open a function go on their own line like god intended
Ted Unangst
2015-01-23
delete some code that doesn't (and shouldn't) run. ok deraadt millert
Ted Unangst
2015-01-23
Remove the OK and ERR macros. They obfuscate the code and don't
Ted Unangst
2015-01-23
remove debug code.
Ted Unangst
2015-01-22
delete useless casts. ok deraadt guenther millert
Ted Unangst
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2004-06-17
UUpdate ISC copyright year to 2004
Todd C. Miller
2003-02-20
Sync with ISC cron-current + my at(1) integration.
Todd C. Miller
2002-07-11
More syncing with my cron 4.0 patch tree, basically cosmetic:
Todd C. Miller
2002-07-08
Merge in some changes from Paul Vixie's tree; most are cosmetic
Todd C. Miller
2001-02-18
Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.
Todd C. Miller
1996-11-01
Check malloc/strdup ret val and deal.
Todd C. Miller
1995-10-18
initial import of NetBSD tree
Theo de Raadt