index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
miscutils
/
crontab.c
Age
Commit message (
Expand
)
Author
2008-03-17
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-18
- fix open(creat) without a mode
Bernhard Reutner-Fischer
2008-02-18
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-17
crontab: stop using remove() - use unlink() instead
Denis Vlasenko
2008-02-16
crontab: clear env if run by non-root, so that we can use PATH now
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
crontab: almost complete rewrite
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-27
style and message text fixes
Denis Vlasenko
2007-07-21
Three patches from FreeWRT people
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #3
Denis Vlasenko
2006-12-16
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-11-26
small fixes:
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-03
rename bb_default_error_retval -> xfunc_error_retval
Denis Vlasenko
2006-09-27
crontab: we indent using tabs
Denis Vlasenko
2006-09-11
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...
Bernhard Reutner-Fischer
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-25
Various cleanups I made while going through Erik Hovland's patch submissions,
Rob Landley
2006-06-03
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-04-16
use more boiler plate GPL notices
Mike Frysinger
2006-04-13
- patch from Denis Vlasenko to add and use bb_xopen3()
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add and use bb_xchdir()
Bernhard Reutner-Fischer
2006-01-10
can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard
"Vladimir N. Oleynik"
2004-04-14
Larry Doolittle writes:
Eric Andersen
2003-09-03
more crond+crontab integrating with loginutil libbb functions and deleted
Glenn L McGrath
2003-09-02
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
Glenn L McGrath
2003-07-14
Patch from Lars Kellogg-Stedman:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-10
last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
Glenn L McGrath
2002-10-22
mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>
Eric Andersen
2002-10-22
last_patch63 from vodz: add in crond and crontab applets
Eric Andersen