aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-07-03svlogd: do not overrun read buffer (fixes bug 439)Denys Vlasenko
2009-07-03udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko
2009-07-03udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko
2009-07-03Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-07-03ls: make --color more compatible with coreutilsDenys Vlasenko
2009-07-03test commitBernhard Reutner-Fischer
2009-07-03test commitBernhard Reutner-Fischer
2009-07-03test commitBernhard Reutner-Fischer
2009-07-02ls: fix --color handling. Closes bug 435.Denys Vlasenko
2009-07-02mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko
2009-07-02mdev: set $MDEV correctly for renamed nodesDenys Vlasenko
2009-07-02Added kernel patch for /proc/self/exe to examplesDenys Vlasenko
2009-06-30wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko
2009-06-30sed: fix handling of 1d;1,3p and 1d;1,REGEXpDenys Vlasenko
2009-06-28wget: fix redirection from HTTP to FTP serverDenys Vlasenko
2009-06-28wget: remove strange *&var construct.Denys Vlasenko
2009-06-28wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko
2009-06-27Update a comment, no code changesDenys Vlasenko
2009-06-27device matching against UUIDs: do not try floppiesDenys Vlasenko
2009-06-27trylink: don't use ld --gc-sections if ld doesn't support itDenys Vlasenko
2009-06-27printf: (allegedly) fix testsuite failureDenys Vlasenko
2009-06-26udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko
2009-06-22mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko
2009-06-20trim/regularize usage texts. -92 bytesDenys Vlasenko
2009-06-19udhcp: fix trivial compile errorDenys Vlasenko
2009-06-19mkswap: remove configuration for v0 supportDenys Vlasenko
2009-06-19mkswap: separate UUID featureDenys Vlasenko
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