index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2007-04-16
applet.c: ruid is needed only if FEATURE_SUID=y
Denis Vlasenko
2007-04-16
- we unconditionally need ruid. Fixes build error in line 334
Bernhard Reutner-Fischer
2007-04-16
- fix compilation when ENABLE_FEATURE_IP_RULE was off
Bernhard Reutner-Fischer
2007-04-16
- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
Bernhard Reutner-Fischer
2007-04-15
lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,
Denis Vlasenko
2007-04-15
doc: fix code example which may provoke warning
Denis Vlasenko
2007-04-15
e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)
Denis Vlasenko
2007-04-15
deluser: add optional support for removing users from groups
Denis Vlasenko
2007-04-15
update style-guide.txt
Denis Vlasenko
2007-04-15
xargs: simplify word list management
Denis Vlasenko
2007-04-14
msh: style fixes
Denis Vlasenko
2007-04-14
lineedit: nuke two unused variables and code which sets them
Denis Vlasenko
2007-04-14
lash: recognize and use NOFORK applets
Denis Vlasenko
2007-04-14
lineedit: do not try to open NULL history file
Denis Vlasenko
2007-04-14
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-13
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
dpkg: use nitfields which are a bit closer to typical ushort.
Denis Vlasenko
2007-04-13
style fixes
Denis Vlasenko
2007-04-13
sourse_route_list -> source_route_list
Denis Vlasenko
2007-04-13
make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)
Denis Vlasenko
2007-04-13
hush: more style fixes.
Denis Vlasenko
2007-04-13
hush: comment out and replace bug in set_local_var:
Denis Vlasenko
2007-04-13
shell/: add SUSv3 doc for fast & easy reference
Denis Vlasenko
2007-04-13
fix typo in comment
Denis Vlasenko
2007-04-13
find: add support for -delete, -path (by Natanael Copa)
Denis Vlasenko
2007-04-12
sed: fix escaped newlines in -f; fix multiple -f and -e
Denis Vlasenko
2007-04-12
login: fixing my brainfart: xspawn(t_argv) <- was using argv!
Denis Vlasenko
2007-04-12
make sure we free the grep data as well
Mike Frysinger
2007-04-12
lash: "forking" applets are actually can be treated the same way as "non-fork...
Denis Vlasenko
2007-04-12
fix realloc-of-non-malloced pointer, and reduce size while at it
Denis Vlasenko
2007-04-12
login: remove setpgrp call (makes it work from shell prompt again).
Denis Vlasenko
2007-04-12
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-12
- shrink iproute a bit (-200 bytes). Untested
Bernhard Reutner-Fischer
2007-04-12
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)
Denis Vlasenko
2007-04-11
fix typo in doc
Denis Vlasenko
2007-04-11
style fixes, no code changes.
Denis Vlasenko
2007-04-11
rename: run_applet_by_name -> run_applet_and_exit
Denis Vlasenko
2007-04-11
- set the scope properly. Thanks to Jean Wolter, who wrote:
Bernhard Reutner-Fischer
2007-04-11
Add NOFORK/NOEXEC documentation.
Denis Vlasenko
2007-04-11
fix typo in comment
Denis Vlasenko
2007-04-11
fix misplaced #if
Denis Vlasenko
2007-04-11
add more convenient defines for [NO]MMU:
Denis Vlasenko
2007-04-10
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
Denis Vlasenko
2007-04-10
Rename two config options:
Denis Vlasenko
2007-04-10
xargs: fix my brain fart (resulted in memory leak)
Denis Vlasenko
2007-04-10
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
make a few struct bb_applet members conditional
Denis Vlasenko
[next]