aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-24traceroute6: restore port after probingDenys Vlasenko1-0/+1
2009-11-24fix trivial compile breakageDenys Vlasenko1-2/+2
2009-11-24ntpd: use MSG_DONTWAIT; better readabilityDenys Vlasenko1-101/+108
2009-11-24ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko2-105/+144
2009-11-24ps: add comment about -TDenys Vlasenko1-1/+5
2009-11-24traceroute: simplify code a bitDenys Vlasenko1-26/+18
2009-11-24libunarchive: fix reversed test for older/newerDenys Vlasenko1-3/+3
2009-11-23ntpd: add -q option. By Adam Tkac.Denys Vlasenko2-31/+30
2009-11-23traceroute: fix help text to not show -6 when traceroute6 is offDenys Vlasenko1-27/+27
2009-11-23traceroute6: new applet by Leonid Lisovskiy. +1562 bytesLeonid Lisovskiy4-109/+428
2009-11-23traceroute: cleanup preparing it for traceroute6. -17 bytesDenys Vlasenko1-63/+63
2009-11-22od: fix -tx without length specDenys Vlasenko1-1/+2
2009-11-22ntpd: new applet by Adam Tkac. +5k.Adam Tkac5-0/+1026
2009-11-21flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried5-2/+169
2009-11-21mount: clean up #defines. No code changesDenys Vlasenko1-10/+6
2009-11-21ping: use |=, not =, when combine option bit maskDenys Vlasenko1-1/+1
2009-11-20fix fallout from isprint() changesDenys Vlasenko3-25/+30
2009-11-20ping6: do not play dirty tricks with argvDenys Vlasenko1-15/+26
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
2009-11-18wc: fix a hang gue to isprint(EOF)Dan Fandrich1-16/+20
2009-11-17libbb: fix vasprintf implementationDenys Vlasenko1-1/+2
2009-11-17hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytesDenys Vlasenko3-62/+171
2009-11-16tweak in commentDenys Vlasenko1-1/+1
2009-11-16hush: initial stab at brace expansion supportDenys Vlasenko1-4/+133
2009-11-16hush: fix handling of words with braces. +65 bytesDenys Vlasenko3-8/+35
2009-11-16hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko3-10/+17
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-11-15hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko4-18/+70
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2-5/+30
2009-11-15init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko1-16/+18
2009-11-15eject: band-aid for kernel headers using u8 typeDenys Vlasenko1-1/+2
2009-11-15fsck: add comment clarifying exit codesDenys Vlasenko1-1/+10
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko4-11/+18
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer4-17/+13
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2-6/+3
2009-11-13httpd_post_upload.txt example: handle binary files tooDenys Vlasenko1-37/+26
2009-11-13sed: on output file, set not only mode, but owner tooDenys Vlasenko1-2/+2
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-12env: don't SEGV on bare "env -"Denys Vlasenko1-8/+10
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko7-22/+12
2009-11-11mdev_fat.conf: add a rule to run nameifDenys Vlasenko1-1/+2
2009-11-11ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko1-47/+52
2009-11-09fix 'not not' in commentDenys Vlasenko1-1/+1
2009-11-09tweak service examples a bit (less verbose comment in dhcp_if)Denys Vlasenko2-37/+34
2009-11-09tweak dhcp service example - add ntp configurationDenys Vlasenko3-53/+84
2009-11-08add and example of tftpd serviceDenys Vlasenko4-0/+44
2009-11-08tftpd: another small tweakDenys Vlasenko1-3/+5
2009-11-08tftp: another small tweakDenys Vlasenko1-4/+4
2009-11-08tftpd: slight correction to progress bar codeDenys Vlasenko1-6/+8
2009-11-08tftp: add optiona support for progress barMagnus Damm2-18/+84