aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-02ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko
2009-12-02htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko
2009-12-01ntpd: make it work w/o -g too :(Denys Vlasenko
2009-11-30ash: straighten up a bit of code in varvalue()Denys Vlasenko
2009-11-30touch: needs another fix after last utimes() fixesDenys Vlasenko
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko
2009-11-30awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko
2009-11-29fix improper utimes usageDenys Vlasenko
2009-11-29tar: add a test for latest fixDenys Vlasenko
2009-11-29tar: revert part of last change. -39 bytesDenys Vlasenko
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko
2009-11-29ash: more cosmetics and cleanupsDenys Vlasenko
2009-11-29ash: cosmetics, no code changesDenys Vlasenko
2009-11-29ash: remove last "signed char"; make SIT() clearer. -12 bytesDenys Vlasenko
2009-11-29ash: randmconfig fixDenys Vlasenko
2009-11-28ash: remake strange signed char machinery to be unsigned. -57 bytesDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-27flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko
2009-11-27ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko
2009-11-26udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.Denys Vlasenko
2009-11-26ping: fix unaligned access. closes bug 745.Denys Vlasenko
2009-11-26runlevel: -2 bytesDenys Vlasenko
2009-11-26ntpd: trivial -2 byte code optimizationDenys Vlasenko
2009-11-26split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko
2009-11-26build system: fix for coarse mtime problemDenys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-25build system: more fixes to parallel buildDenys Vlasenko
2009-11-24build system: fix parallel makeDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko
2009-11-24ntpd: fix vda's breakageDenys Vlasenko
2009-11-24traceroute6: restore port after probingDenys Vlasenko
2009-11-24fix trivial compile breakageDenys Vlasenko
2009-11-24ntpd: use MSG_DONTWAIT; better readabilityDenys Vlasenko
2009-11-24ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko
2009-11-24ps: add comment about -TDenys Vlasenko
2009-11-24traceroute: simplify code a bitDenys Vlasenko
2009-11-24libunarchive: fix reversed test for older/newerDenys Vlasenko
2009-11-23ntpd: add -q option. By Adam Tkac.Denys Vlasenko
2009-11-23traceroute: fix help text to not show -6 when traceroute6 is offDenys Vlasenko
2009-11-23traceroute6: new applet by Leonid Lisovskiy. +1562 bytesLeonid Lisovskiy
2009-11-23traceroute: cleanup preparing it for traceroute6. -17 bytesDenys Vlasenko
2009-11-22od: fix -tx without length specDenys Vlasenko
2009-11-22ntpd: new applet by Adam Tkac. +5k.Adam Tkac
2009-11-21flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried
2009-11-21mount: clean up #defines. No code changesDenys Vlasenko
2009-11-21ping: use |=, not =, when combine option bit maskDenys Vlasenko
2009-11-20fix fallout from isprint() changesDenys Vlasenko
2009-11-20ping6: do not play dirty tricks with argvDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-18wc: fix a hang gue to isprint(EOF)Dan Fandrich