aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-01-20diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2010-01-15trim usage text a bit; fix cp usage (meaning of -H option)Denys Vlasenko
2010-01-15cp: fix -H handlingDenys Vlasenko
2010-01-14small doc updateDenys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-09cpio: improve help text more; fix -p and -F interactionDenys Vlasenko
2010-01-09cpio: improve help text; document two TODOsDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-08ifplugd: clarify -a in help textDenys Vlasenko
2010-01-07ifplugd: mention iff mode in helpDenys Vlasenko
2010-01-06hwclock: make it report system/rtc clock differenceDenys Vlasenko
2010-01-06ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko
2010-01-06ifplugd: simplify run_script()Denys Vlasenko
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2010-01-06find: add optional support for -links. +100 bytesMatheus Izvekov
2010-01-04ntpd: make -w less cumbersome to useDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2010-01-04ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko
2009-12-16tar: add support for --overwrite. +70 bytes.Denys Vlasenko
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko
2009-12-11replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko
2009-12-07lsusb: new applet. +400 bytesSouf Oued
2009-12-05lspci: new applet. +573 bytesSouf Oued
2009-12-05replace /bin/mdev with /sbin/mdevDenys Vlasenko
2009-12-05trim usage text. -238 bytesDenys Vlasenko
2009-12-02ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-26ping: fix unaligned access. closes bug 745.Denys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys 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-22ntpd: new applet by Adam Tkac. +5k.Adam Tkac
2009-11-21flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-04applets: meant to fix order, not enable bbshMike Frysinger
2009-11-04applets: fix alphabetical orderMike Frysinger
2009-11-04libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko
2009-11-02include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-02mkfs.reiser: new applet. needs much polishingVladimir Dronnikov
2009-11-01Add more compat code for non GNU environmentsDan Fandrich