aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trim usage text a bitDenys Vlasenko2009-10-061-38/+38
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-0/+3
* sendmail: accept -i too, not only -oiVladimir Dronnikov2009-10-041-0/+1
* Fixes to usage text; updated busybox.specDenys Vlasenko2009-10-021-42/+42
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-291-0/+2
* ps: fix compile breakageDenys Vlasenko2009-09-221-1/+1
* ps: document -T optionDenys Vlasenko2009-09-201-0/+3
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-201-0/+7
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-0/+2
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-8/+8
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-2/+2
* top, ps: do not output trailing spacesDenys Vlasenko2009-09-111-1/+1
* top: add -m ("memory") optionDenys Vlasenko2009-09-111-1/+1
* modprobe-small: make string buffer code robust; fix help textDenys Vlasenko2009-09-071-2/+15
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-062-4/+4
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko2009-09-041-8/+12
* rpm2cpio: handle unseekable input correctlyDenys Vlasenko2009-08-281-4/+4
* more help text tweakingDenys Vlasenko2009-08-271-10/+8
* trim help texts a bitDenys Vlasenko2009-08-271-43/+43
* remove a few extra newlines in help textDenys Vlasenko2009-08-271-4/+4
* fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko2009-08-211-1/+1
* add simple beep appletBernhard Reutner-Fischer2009-08-212-0/+11
* msh: aliased to hushDenys Vlasenko2009-08-212-12/+2
* patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko2009-08-201-1/+2
* volname: new appletMatthew Stoltenberg2009-08-132-0/+6
* randomconfig fixesDenys Vlasenko2009-08-081-0/+38
* rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko2009-07-302-352/+352
* ping6: make it setuid just like pingDenys Vlasenko2009-07-301-1/+1
* make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin2009-07-291-1/+2
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* touch: implement -t TIME (needed for testsuite)Denys Vlasenko2009-07-181-4/+4
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-182-2/+4
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-0/+3
* fix a thinko in lineedit completion codeDenys Vlasenko2009-07-161-2/+3
* tweaking Unicode supportDenys Vlasenko2009-07-111-2/+7
* added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko2009-07-111-0/+57
* restore shadow.h independenceMike Frysinger2009-07-092-5/+18
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-44/+0
* pgrep/pkill: support -s and -P optionsDenys Vlasenko2009-07-061-4/+8
* tweak sendmail and makemime help textsDenys Vlasenko2009-07-051-12/+20
* df: fix "df /"Denys Vlasenko2009-07-051-1/+1