aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-19mount: support -i; pass through -f and -n to helpers as necessaryDenys Vlasenko
2009-06-19mkswap: accidentally committed wrong patch. fix it upDenys Vlasenko
2009-06-19mkswap: improve randomness of UUID generation set version/variant bitsDenys Vlasenko
2009-06-18printf: fix exit code on conversion errorDenys Vlasenko
2009-06-18mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytesDenys Vlasenko
2009-06-18tweak to config wording, no code changesDenys Vlasenko
2009-06-18tweak Config texts and some broken English elsewhereDenys Vlasenko
2009-06-18fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com)Denys Vlasenko
2009-06-17modprobe: do not use ->probed_name blidlyDenys Vlasenko
2009-06-17modprobe: correct exitcode handling and error messages with respect to -qDenys Vlasenko
2009-06-17switch_root: allow /init to be a symlink; add doc (thanks Rob!)Denys Vlasenko
2009-06-17udhcp: cosmetics in arpping.c, no code changesDenys Vlasenko
2009-06-17udhcp: convert old-style logging in print_static_leasesDenys Vlasenko
2009-06-17udhcp: logging improvements, field and variable renamesDenys Vlasenko
2009-06-17examples/udhcp/udhcpd.conf: updateDenys Vlasenko
2009-06-17udhcpc: fix format of one log messageDenys Vlasenko
2009-06-17udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko
2009-06-17udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko
2009-06-16udhcp: add a few TODOsDenys Vlasenko
2009-06-16udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko
2009-06-16udhcp: cleanup of static lease handlingDenys Vlasenko
2009-06-16udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko
2009-06-16udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko
2009-06-16udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko
2009-06-16udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko
2009-06-15install: compat fix for mode of created files.Denys Vlasenko
2009-06-15seq: fix input handling in non-C localesDenys Vlasenko
2009-06-15vi: do not accept uppercase comments (compat). Closes bug 397.Denys Vlasenko
2009-06-15libbb: stop using bb_strtod for nowDenys Vlasenko
2009-06-15seq: fix testsuite failuresDenys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-06-13fix or document testsuite failuresDenys Vlasenko
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko
2009-06-13fix permissions in testsuiteDenys Vlasenko
2009-06-12Update POSIX compliance tableDenys Vlasenko
2009-06-12readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko
2009-06-11ash: revert over-zealous usage of FAST_FUNCDenys Vlasenko
2009-06-10added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko
2009-06-10hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko
2009-06-10telnetd: more compact version of the fix for stray open fdsDenys Vlasenko
2009-06-09telnetd: properly close fds in childDenys Vlasenko
2009-06-09hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko
2009-06-09randomconfig fixesDenys Vlasenko
2009-06-09diff: tiny compat tweakDenys Vlasenko
2009-06-07hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko
2009-06-07hush: fix a segfault in export builtinDenys Vlasenko
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko
2009-06-06hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko
2009-06-05ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko