File history
Tracking elkscmd/cron/runjob.c
| Commit | Author | Date | Message |
|---|---|---|---|
4536d5f582833965c985f006fa7dc378d0907e0 | Greg Haerr | 2023-09-02 | [libc] Rewrite getpw/getgr routines to cache opens |
616342845ff19cccbea5ddf93800d8c7f354fc1 | Chuck Coffing | 2023-07-21 | [cron] Apply standard ELKS formatting; no code changes |
1ad6ec3910384e07073e097c7dc55d073c0240b | Greg Haerr | 2022-02-07 | [cmds] Update paths.h, remove /var/run/utmp, who |
d912939fb4c63b99a8b4d8d5194b53768d60960 | Greg Haerr | 2020-12-07 | [kernel] Rewrite wait system call, fixes cron |
1777d686e51d4566dffdf14cf053fd07246abf4 | georgp24 | 2020-05-11 | Update cron commit. Set CRONDIR to /var/cron. Reduce memory requirement in Makefile. Check if CRONDIR exists. The cron.out file is set by the user when scheduling the job in his crontab file. Removed executables. |
63b2313017d6f9e233a8474e8b12990ba95ec44 | georgp24 | 2020-05-09 | Add cron job scheduler to ELKS |