Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
f9000c51db
crond: code shrink
|
17 years ago |
Denis Vlasenko
|
d37f22225b
libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)
|
17 years ago |
Denis Vlasenko
|
b9c02dd791
crond: don't start sendmail with absolute path
|
17 years ago |
Denis Vlasenko
|
80b8b39899
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>)
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
50f7f446ec
bb_full_fd_action: remove potential xmalloc from NOFORK path
|
17 years ago |
Denis Vlasenko
|
10457b90db
make pidfile writing configurable.
|
17 years ago |
Denis Vlasenko
|
5a142025d3
move everything to new NOMMU helpers, except udhcp
|
17 years ago |
Denis Vlasenko
|
9067f13be0
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
9b1381fd2f
convert calloc to xzalloc
|
18 years ago |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Bernhard Reutner-Fischer
|
c418d482ba
- s/defined(__uClinux__)/BB_NOMMU/
|
18 years ago |
Rob Landley
|
c020f5f518
New version of nohup that's much smaller, less paranoid, consistent,
|
18 years ago |
Bernhard Reutner-Fischer
|
ef21629a6b
- silence warning about no return in function returning non-void
|
18 years ago |
Mike Frysinger
|
f284c767e5
use more boiler plate GPL notices
|
18 years ago |
Bernhard Reutner-Fischer
|
d9cf7ac781
- patch from Denis Vlasenko to add and use bb_xchdir()
|
18 years ago |
Bernhard Reutner-Fischer
|
2c99851181
- patch from Denis Vlasenko to add and use bb_xdaemon()
|
18 years ago |
"Vladimir N. Oleynik"
|
cd5c15d287
removed warning "comparison between signed and unsigned". Change very very old code: use int instead short
|
19 years ago |
"Vladimir N. Oleynik"
|
d0c41a8519
destroy bug [0000381]
|
19 years ago |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
19 years ago |