summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use absolute paths in pathnames.h. There is no longer a need tomillert2015-11-121-5/+5
* Move cron socket to /var/run/cron.sock. Client code will try the oldmillert2015-11-121-7/+13
* Remove obsolete utime() call. It predates the use of a socket tomillert2015-11-111-4/+1
* Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improvemillert2015-11-091-3/+3
* Use __progname instead of the homegrown ProgramName.millert2015-11-061-3/+3
* Change cron from including all headers in every file to only includingmillert2015-11-041-2/+18
* Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPEguenther2015-11-031-4/+2
* Split client-only (at, crontab) functions out of misc.c and intomillert2015-10-311-0/+102