aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-18"Unify base64 handling" is done, remove TODODenis Vlasenko
2007-04-18make "busybox" w/o args work again, and save 10 bytes in the process.Denis Vlasenko
2007-04-18hush: remove stray semicolon (should change nothing)Denis Vlasenko
2007-04-16ether-wake: save a few more bytes of codeDenis Vlasenko
2007-04-16ether-wake: close bug 1317. Reorder fuctions to avoidDenis Vlasenko
2007-04-16shells: remove few statics and duplicated codeDenis Vlasenko
2007-04-16style fixes, no code changesDenis Vlasenko
2007-04-16applet.c: ruid is needed only if FEATURE_SUID=yDenis Vlasenko
2007-04-16- we unconditionally need ruid. Fixes build error in line 334Bernhard Reutner-Fischer
2007-04-16- fix compilation when ENABLE_FEATURE_IP_RULE was offBernhard Reutner-Fischer
2007-04-16- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is offBernhard Reutner-Fischer
2007-04-15lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,Denis Vlasenko
2007-04-15doc: fix code example which may provoke warningDenis Vlasenko
2007-04-15e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)Denis Vlasenko
2007-04-15deluser: add optional support for removing users from groupsDenis Vlasenko
2007-04-15update style-guide.txtDenis Vlasenko
2007-04-15xargs: simplify word list managementDenis Vlasenko
2007-04-14msh: style fixesDenis Vlasenko
2007-04-14lineedit: nuke two unused variables and code which sets themDenis Vlasenko
2007-04-14lash: recognize and use NOFORK appletsDenis Vlasenko
2007-04-14lineedit: do not try to open NULL history fileDenis Vlasenko
2007-04-14hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko
2007-04-13teach find_root_device to deal with /dev/ subdirsDenis Vlasenko
2007-04-13dpkg: use nitfields which are a bit closer to typical ushort.Denis Vlasenko
2007-04-13style fixesDenis Vlasenko
2007-04-13sourse_route_list -> source_route_listDenis Vlasenko
2007-04-13make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)Denis Vlasenko
2007-04-13hush: more style fixes.Denis Vlasenko
2007-04-13hush: comment out and replace bug in set_local_var:Denis Vlasenko
2007-04-13shell/: add SUSv3 doc for fast & easy referenceDenis Vlasenko
2007-04-13fix typo in commentDenis Vlasenko
2007-04-13find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko
2007-04-12sed: fix escaped newlines in -f; fix multiple -f and -eDenis Vlasenko
2007-04-12login: fixing my brainfart: xspawn(t_argv) <- was using argv!Denis Vlasenko
2007-04-12make sure we free the grep data as wellMike Frysinger
2007-04-12lash: "forking" applets are actually can be treated the same way as "non-fork...Denis Vlasenko
2007-04-12fix realloc-of-non-malloced pointer, and reduce size while at itDenis Vlasenko
2007-04-12login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko
2007-04-12pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko
2007-04-12- shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-11ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)Denis Vlasenko
2007-04-11fix typo in docDenis Vlasenko
2007-04-11style fixes, no code changes.Denis Vlasenko
2007-04-11rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko
2007-04-11- set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer
2007-04-11Add NOFORK/NOEXEC documentation.Denis Vlasenko
2007-04-11fix typo in commentDenis Vlasenko