Denis Vlasenko
|
cb448fe01b
libbb: introduce and use xrename and rename_or_warn.
|
17 years ago |
Denis Vlasenko
|
25591c322c
libbb: introduce bb_signals and bb_signals_recursive,
|
17 years ago |
Denis Vlasenko
|
3718832a15
*: more readable handling of pipe fds. No code changes.
|
17 years ago |
Denis Vlasenko
|
284d0faed6
random s/short/int/
|
17 years ago |
Denis Vlasenko
|
05743d7949
hush: reinstate `cmd` handling for NOMMU (with fat big warning).
|
17 years ago |
Mike Frysinger
|
9412ec7555
some more fixes for cross-compiling on an OS X host: apple provides core types so dont redefine them, sys/statfs.h is not available, and only use some newer AF_* defines if they are actually available
|
17 years ago |
Mike Frysinger
|
22876c797c
only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X
|
17 years ago |
Denis Vlasenko
|
80667e30fb
msh: fix Ctrl-C handling with line editing
|
17 years ago |
Bernhard Reutner-Fischer
|
8c69afd992
- be C99 friendly. Anonymous unions are a GNU extension. This change is
|
17 years ago |
Denis Vlasenko
|
847fa779af
*: tidy up usage of char **environ
|
17 years ago |
Bernhard Reutner-Fischer
|
78e1d58d3a
- fix commentary typo
|
17 years ago |
Denis Vlasenko
|
56ea65ca5f
ps: fix overflow in USER and VSZ columns
|
17 years ago |
Denis Vlasenko
|
5fee2e1a79
ps: add conditional support for -o [e]time
|
17 years ago |
Denis Vlasenko
|
fb0eba706c
libbb: introduce and use safe_waitpid (loops in EINTR)
|
17 years ago |
Denis Vlasenko
|
d3c042fc60
libbb: introduce fputc_printable (from ed)
|
17 years ago |
Denis Vlasenko
|
abee3d0e0d
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
|
17 years ago |
Denis Vlasenko
|
1aa7e477b1
reorganize applet table. Eliminates pointers to names.
|
17 years ago |
Denis Vlasenko
|
fe5e23bf75
remove echo_main -> bb_echo indirection
|
17 years ago |
Denis Vlasenko
|
7d75a96b15
ash: fix bug where redirection of closed fd was leaving it open afterwards.
|
17 years ago |
Denis Vlasenko
|
ed6a49c657
ip: stop propagating argc; optimize ip_parse_common_args
|
17 years ago |
Denis Vlasenko
|
7e3a5f58bc
dmesg,klogd: make code more readable
|
17 years ago |
Paul Fox
|
599bbfbd9b
xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
|
17 years ago |
Paul Fox
|
459a2ba1ef
new xmalloc_readlink_follow() routine to fully expand trailing symlinks
|
17 years ago |
Denis Vlasenko
|
5281630229
login: clear dangerous environment variables if started by non-root
|
17 years ago |
Denis Vlasenko
|
bfc3d82256
ifconfig: code shrink
|
17 years ago |
Denis Vlasenko
|
2edbc2ab85
ping: fix breakage from -I fix
|
17 years ago |
Denis Vlasenko
|
77f1ec1b9b
bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
82d38dab91
get rid of global "struct bb_applet *current_applet"
|
17 years ago |
Denis Vlasenko
|
0c97c9d437
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
|
17 years ago |