aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* lineedit: handle Ctrl-arrowsDenys Vlasenko2009-10-251-0/+5
* patch: add longopts, --dry-run, add one more testDenys Vlasenko2009-10-241-3/+12
* ftpget/put: make 3rd parameter optionalVladimir Dronnikov2009-10-231-2/+2
* date: line up tabs in usage textDenys Vlasenko2009-10-231-4/+4
* date: handle long optionsBernhard Reutner-Fischer2009-10-231-2/+12
* libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2009-10-231-17/+13
* fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko2009-10-231-2/+22
* eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko2009-10-231-14/+35
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-6/+16
* libbb: smaller isdigit. -95 bytesDenys Vlasenko2009-10-231-2/+3
* *: use better isspace implementationDenys Vlasenko2009-10-221-1/+10
* mke2fs: mention -F in usage textDenys Vlasenko2009-10-221-2/+2
* trimming help textDenys Vlasenko2009-10-221-1/+1
* mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko2009-10-221-7/+8
* tune2fs: new applet by Vladimir. Only supports -L LABELDenys Vlasenko2009-10-222-9/+11
* randomconfig fixesDenys Vlasenko2009-10-191-0/+1
* mkfs_ext2: fixes for huge filesystemsDenys Vlasenko2009-10-181-1/+1
* mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko2009-10-181-2/+3
* trim usage textDenys Vlasenko2009-10-171-1/+1
* mkfs_ext2: new applet by VladimirVladimir Dronnikov2009-10-172-33/+38
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-151-0/+3
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-131-0/+4
* include/xatonum.h: make it survive -WconversionDenys Vlasenko2009-10-111-2/+2
* udhcpc: more help text tweakingDenys Vlasenko2009-10-101-1/+1
* udhcpc: better wording in help textDenys Vlasenko2009-10-101-1/+1
* Trim help text a bit moreDenys Vlasenko2009-10-061-21/+18