aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-024-30/+34
* stat: get rid on intmax_tDenys Vlasenko2010-02-022-15/+2
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-012-1/+6
* ls: unicode fixesDenys Vlasenko2010-01-312-10/+14
* further work on unicodizationDenys Vlasenko2010-01-301-3/+13
* randomconfig fixesDenys Vlasenko2010-01-241-2/+2
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-24/+7
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-5/+8
* tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov2010-01-201-1/+4
* diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov2010-01-201-1/+2
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-182-1/+25
* trim usage text a bit; fix cp usage (meaning of -H option)Denys Vlasenko2010-01-151-29/+30
* cp: fix -H handlingDenys Vlasenko2010-01-151-11/+12
* small doc updateDenys Vlasenko2010-01-141-1/+2
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+1
* cpio: improve help text more; fix -p and -F interactionDenys Vlasenko2010-01-091-5/+5
* cpio: improve help text; document two TODOsDenys Vlasenko2010-01-091-4/+8
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-092-4/+4
* ifplugd: clarify -a in help textDenys Vlasenko2010-01-081-1/+1
* ifplugd: mention iff mode in helpDenys Vlasenko2010-01-071-1/+1
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-061-3/+5
* ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko2010-01-061-1/+2
* ifplugd: simplify run_script()Denys Vlasenko2010-01-061-6/+6
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-061-26/+35
* find: add optional support for -links. +100 bytesMatheus Izvekov2010-01-061-3/+6
* ntpd: make -w less cumbersome to useDenys Vlasenko2010-01-041-1/+1
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-4/+14
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-1/+5
* ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko2010-01-041-1/+2
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-161-1/+2
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-161-11/+10
* replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko2009-12-111-4/+4
* lsusb: new applet. +400 bytesSouf Oued2009-12-072-0/+4
* lspci: new applet. +573 bytesSouf Oued2009-12-052-0/+9
* replace /bin/mdev with /sbin/mdevDenys Vlasenko2009-12-051-1/+1
* trim usage text. -238 bytesDenys Vlasenko2009-12-051-58/+60
* ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko2009-12-021-2/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-0/+1
* ping: fix unaligned access. closes bug 745.Denys Vlasenko2009-11-261-0/+2
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-252-0/+4
* ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko2009-11-241-1/+2
* ntpd: add -q option. By Adam Tkac.Denys Vlasenko2009-11-231-1/+2
* traceroute: fix help text to not show -6 when traceroute6 is offDenys Vlasenko2009-11-231-27/+27
* traceroute6: new applet by Leonid Lisovskiy. +1562 bytesLeonid Lisovskiy2009-11-232-3/+25
* ntpd: new applet by Adam Tkac. +5k.Adam Tkac2009-11-222-0/+12
* flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried2009-11-212-2/+10
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-11/+15
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-13/+15
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-141-1/+0
* wget: factor out progress bar codeMagnus Damm2009-11-081-0/+10