index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
bsd
/
cron
/
dist
Age
Commit message (
Expand
)
Author
2022-02-26
explain CRON_WITHIN better.
christos
2020-04-18
Add -s (SINGLE_JOB) from OpenBSD.
christos
2020-04-17
Move the range example (for 8-11) to follow the range definition, and to
pgoyette
2020-04-17
Put back the ? syntax accidentally removed when syncing with the OpenBSD
christos
2019-08-03
PR/54433: Hisashi Todd Fujinaka: Empty $MAILTO causes cron to crash
christos
2018-07-28
Add some more "crappy error detection" - the low value of
kre
2018-07-28
Fix from Michael Kaufmann in PR bin/53476
kre
2018-06-15
Fix Dd argument. Remove unnecessary whitespace.
wiz
2018-06-14
Add -n (don't send mail if command exited normally) option. From OpenBSD via
christos
2018-06-14
Replace with the OpenBSD man page. It removes some historical comparisons
christos
2018-03-06
Fix typo in function name.
htodd
2018-02-04
split out the child runner.
christos
2017-09-28
Remove debugging log statement
christos
2017-09-25
Factor out the read and write data code from the huge child_process function.
christos
2017-08-17
- since we use log_it for cron_pclose() use log_it for cron_popen() too
christos
2017-06-11
Do not partially initialize a static variable.
joerg
2017-06-09
Apply selected patches from OpenWall:
christos
2015-12-17
I am having the last_word: Print the full hostname.
christos
2015-11-20
fix type
christos
2015-01-04
bail is dead.
joerg
2014-12-15
- Don't allow bypassing file size limits with crontabs from stdin.
christos
2014-09-07
Make crontab(1) work again which got broken by the last commit.
tron
2014-09-07
Mark usage and quit as dead.
joerg
2014-09-06
store lastch to an int so that EOF is handled properly.
christos
2014-09-05
WARNS=6
christos
2014-09-05
Rewind the file before we install it so that we can check it.
christos
2014-06-24
PR/48944: cron ignores '?' (question mark) time field
skrll
2014-06-23
even more detailed logging
christos
2014-06-21
Log some actual information on various failures, so you can tell
dholland
2014-03-18
Merge riastradh-drm2 to HEAD.
riastradh
2013-07-20
Use Mt for email addresses.
wiz
2012-12-24
PR/47362: Brian Marcotte: cron is too restrictive on file permissions
christos
2012-11-03
make the utime and utimes cases work too.
christos
2012-11-03
use utimensat(2) and correct and centralize file times handling.
christos
2012-03-04
Fix multiple problems in previous commit:
tron
2012-03-02
PR/46127: Holger Weiss: "crontab <file>" fails for unprivileged users
christos
2011-10-14
simplify the bad extension code, by dsl.
christos
2011-10-13
Kill redundant ()
joerg
2011-10-12
Remove trailing whitespace.
wiz
2011-10-12
renamed len -> i but did not fix it everywhere.
christos
2011-10-12
process files in /etc/cron.d/
christos
2011-07-17
- exit with ERROR_EXIT consistently
christos
2011-07-17
calling setlogin() once is good enough.
christos
2010-10-02
Use setenv(3) instead of putenv(3) because the later doesn't accept
tron
2010-07-15
Document the format of the system crontab file, since cron(8) says that we do.
christos
2010-07-15
PR/43623: Takahiro Kambe: Allow /etc/crontab processing if it is not writable,
christos
2010-07-15
remove bad cast.
christos
2010-07-10
PR bin/43591: Jeremy Reed: make sure that the default path is always set.
christos
2010-05-19
rename the allow and deny files to match the documentation.
christos
2010-05-18
- The new cron keeps time internally as localtime. Revert to previous behavior
christos
[next]