summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/funcs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove log_it() and call syslog(3) directly using the same format:millert2015-11-141-3/+1
* Use absolute paths in pathnames.h. There is no longer a need tomillert2015-11-121-6/+3
* Remove unused xpid argument to log_it().millert2015-11-091-2/+2
* queue(3) instead of homegrown queues and lists. This also fixesmillert2015-11-091-5/+3
* Change some globals from extern to static when they are not usedmillert2015-11-041-9/+2
* open_socket() is only used by cron proper so move to cron.cmillert2015-10-311-2/+1
* swap_gids and swap_gids_back are only used by crontab.c somillert2015-10-311-3/+1
* Use stravis(3) instead of a homegrown vis-like function.millert2015-10-291-4/+1
* Convert env_get() into env_find() similar to __findenv() in libc.millert2015-10-291-2/+1
* clear out some more legacy code and whatnottedu2015-10-061-4/+1
* There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elementstedu2015-10-031-3/+3
* Use ppoll(2) instead of poll(2). This has two benefits. Firstly,millert2015-08-251-2/+2
* remove debug code.tedu2015-01-231-2/+1
* Adapt cron and at for future large time_t and tv_sec types. These were somederaadt2013-04-171-1/+3
* remove unused functionchl2008-01-051-2/+1
* fix some whitespacemillert2005-01-301-2/+3
* UUpdate ISC copyright year to 2004millert2004-06-171-9/+9
* two missing protosderaadt2003-06-261-2/+4
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-1/+2
* If there is no cron.allow or cron.deny file, only the superuser may runmillert2003-02-201-2/+2
* Move atrun(8) functionality into cron(8) proper. This fixes themillert2002-07-151-4/+7
* Merge in some changes from Paul Vixie's tree; most are cosmeticmillert2002-07-081-7/+6
* prototype open_socket()millert2002-05-091-2/+3
* crontab is no longer setuid root, it is now setgid crontab.millert2002-05-091-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD).millert2001-02-201-2/+4
* Normalize the time in minutes to GMT so we can really catch DST changesmillert2001-02-191-1/+3
* Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.millert2001-02-181-0/+70