Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
63db27f9f4c0ec8b9abe3c32c8d699be0781ffd6
/
miscutils
/
crontab.c
6cd84da
Three patches from FreeWRT people
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
06c0a71
preparatory patch for -Wwrite-strings #3
by Denis Vlasenko
· 18 years ago
9f73944
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
by Denis Vlasenko
· 18 years ago
cf749bc
small fixes:
by Denis Vlasenko
· 18 years ago
89f0b34
rodata cleanup. "unable to" == "cannot". -300 bytes
by Denis Vlasenko
· 18 years ago
ea62077
add open_read_close() and similar stuff
by Denis Vlasenko
· 18 years ago
4092082
rename bb_default_error_retval -> xfunc_error_retval
by Denis Vlasenko
· 18 years ago
94d5d82
crontab: we indent using tabs
by Denis Vlasenko
· 18 years ago
64d7e93
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777).
by Bernhard Reutner-Fischer
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
11c7a7b
Various cleanups I made while going through Erik Hovland's patch submissions,
by Rob Landley
· 18 years ago
c89982d
- move #include busybox.h to the very top so we pull in the config
by Bernhard Reutner-Fischer
· 19 years ago
f284c76
use more boiler plate GPL notices
by Mike Frysinger
· 19 years ago
c2cb0f3
- patch from Denis Vlasenko to add and use bb_xopen3()
by Bernhard Reutner-Fischer
· 19 years ago
d9cf7ac
- patch from Denis Vlasenko to add and use bb_xchdir()
by Bernhard Reutner-Fischer
· 19 years ago
24f819f
can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard
by "Vladimir N. Oleynik"
· 19 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
99bd5ad
more crond+crontab integrating with loginutil libbb functions and deleted
by Glenn L McGrath
· 21 years ago
dc4e75e
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
by Glenn L McGrath
· 21 years ago
9edcabd
Patch from Lars Kellogg-Stedman:
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
5a7ec22
last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
by Glenn L McGrath
· 22 years ago
080ddc1
mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>
by Eric Andersen
· 22 years ago
f6f7bfb
last_patch63 from vodz: add in crond and crontab applets
by Eric Andersen
· 22 years ago