aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* big endian warning fixesDenys Vlasenko2009-11-071-1/+1
* applets: meant to fix order, not enable bbshMike Frysinger2009-11-041-1/+1
* applets: fix alphabetical orderMike Frysinger2009-11-041-1/+1
* libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko2009-11-041-2/+3
* mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko2009-11-031-10/+4
* include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko2009-11-022-34/+44
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* mkfs.reiser: new applet. needs much polishingVladimir Dronnikov2009-11-022-0/+10
* Add more compat code for non GNU environmentsDan Fandrich2009-11-011-9/+41
* wall: new appletBernhard Reutner-Fischer2009-10-272-0/+9
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-0/+1
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-271-20/+42
* sed: shrink usage textDenys Vlasenko2009-10-271-1/+1
* Minor usage tweak for sed.Rob Landley2009-10-271-5/+3
* read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2009-10-261-1/+1