Denis Vlasenko
|
03b4c14bd4
crontab: stop using remove() - use unlink() instead
|
16 年 前 |
Denis Vlasenko
|
7fc294cdfe
crontab: clear env if run by non-root, so that we can use PATH now
|
16 年 前 |
Denis Vlasenko
|
3718832a15
*: more readable handling of pipe fds. No code changes.
|
16 年 前 |
Denis Vlasenko
|
069e347863
crontab: almost complete rewrite
|
16 年 前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年 前 |
Denis Vlasenko
|
1acdc89e99
style and message text fixes
|
17 年 前 |
Denis Vlasenko
|
6cd84dac84
Three patches from FreeWRT people
|
17 年 前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年 前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年 前 |
Denis Vlasenko
|
06c0a71d23
preparatory patch for -Wwrite-strings #3
|
18 年 前 |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 年 前 |
Denis Vlasenko
|
cf749bc10c
small fixes:
|
18 年 前 |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 年 前 |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 年 前 |
Denis Vlasenko
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 年 前 |
Denis Vlasenko
|
94d5d82bd8
crontab: we indent using tabs
|
18 年 前 |
Bernhard Reutner-Fischer
|
64d7e93081
- 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).
|
18 年 前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年 前 |
Rob Landley
|
11c7a7bed6
Various cleanups I made while going through Erik Hovland's patch submissions,
|
18 年 前 |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 年 前 |
Mike Frysinger
|
f284c767e5
use more boiler plate GPL notices
|
18 年 前 |
Bernhard Reutner-Fischer
|
c2cb0f32b4
- patch from Denis Vlasenko to add and use bb_xopen3()
|
18 年 前 |
Bernhard Reutner-Fischer
|
d9cf7ac781
- patch from Denis Vlasenko to add and use bb_xchdir()
|
18 年 前 |
"Vladimir N. Oleynik"
|
24f819fd74
can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard
|
19 年 前 |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 年 前 |
Glenn L McGrath
|
99bd5adf99
more crond+crontab integrating with loginutil libbb functions and deleted
|
21 年 前 |
Glenn L McGrath
|
dc4e75ef7c
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
|
21 年 前 |
Eric Andersen
|
9edcabdc34
Patch from Lars Kellogg-Stedman:
|
21 年 前 |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 年 前 |
Glenn L McGrath
|
5a7ec22c49
last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
|
22 年 前 |