aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-11-17libbb: fix vasprintf implementationDenys Vlasenko
2009-11-17hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytesDenys Vlasenko
2009-11-16tweak in commentDenys Vlasenko
2009-11-16hush: initial stab at brace expansion supportDenys Vlasenko
2009-11-16hush: fix handling of words with braces. +65 bytesDenys Vlasenko
2009-11-16hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-11-15init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko
2009-11-15eject: band-aid for kernel headers using u8 typeDenys Vlasenko
2009-11-15fsck: add comment clarifying exit codesDenys Vlasenko
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-13httpd_post_upload.txt example: handle binary files tooDenys Vlasenko
2009-11-13sed: on output file, set not only mode, but owner tooDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-12env: don't SEGV on bare "env -"Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-11-11mdev_fat.conf: add a rule to run nameifDenys Vlasenko
2009-11-11ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko
2009-11-09fix 'not not' in commentDenys Vlasenko
2009-11-09tweak service examples a bit (less verbose comment in dhcp_if)Denys Vlasenko
2009-11-09tweak dhcp service example - add ntp configurationDenys Vlasenko
2009-11-08add and example of tftpd serviceDenys Vlasenko