summaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-061-10/+34
* - document the multicast argument for ip linkBernhard Reutner-Fischer2007-01-281-1/+1
* Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko2007-01-241-16/+12
* - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-1/+2
* By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko2007-01-141-14/+8
* next part of ipv6-ization. mostly netcat.Denis Vlasenko2007-01-121-1/+1
* fakeinetd: attempted ipv6-ization (and it's done)Denis Vlasenko2007-01-111-0/+9
* Fix typo in usage text by shortening itDenis Vlasenko2007-01-091-3/+3
* - a few minor tweaksBernhard Reutner-Fischer2007-01-071-5/+5
* add arp applet - thanks toDenis Vlasenko2007-01-071-0/+20
* syslogd: start using bb_common_bufsiz1 instead of stack/mallocDenis Vlasenko2007-01-041-9/+9
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-041-1/+2
* chattr: bugfixes and size reductionDenis Vlasenko2006-12-261-1/+1
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-4/+4
* Fix irregular capitalization in usage textsDenis Vlasenko2006-12-251-536/+535
* trim help texts a bit moreDenis Vlasenko2006-12-251-16/+16
* more usage message cleanupsDenis Vlasenko2006-12-241-164/+152
* Cleanup usage messages (-200 bytes).Denis Vlasenko2006-12-241-367/+378
* fix/shorten some usage stringsDenis Vlasenko2006-12-171-349/+412
* build system: add "release" targetDenis Vlasenko2006-12-121-13/+22
* - s/:\t\t/\t/ for two helptexts.Bernhard Reutner-Fischer2006-12-071-5/+5
* usage: fix few help texts, fix breakage: '\<tab>'Denis Vlasenko2006-11-281-50/+51
* fix udhcpc help message, take steps to make usage.h less messyDenis Vlasenko2006-11-281-2241/+2240
* udhcpc: convert to getopt32Denis Vlasenko2006-11-271-0/+9
* tar: sanitize option handlingDenis Vlasenko2006-11-241-1/+1
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer2006-11-221-0/+17
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-221-8/+10
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-3/+14
* dhcprelay: new appletDenis Vlasenko2006-11-201-0/+10
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-10/+10
* nc: fix --help textDenis Vlasenko2006-11-181-6/+2
* runit: add runsv, runsvdir and sv. Oh yes.Denis Vlasenko2006-11-171-0/+16
* httpd: reduce ifdef forest. comment out redundant PATH settingDenis Vlasenko2006-11-161-1/+1
* httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko2006-11-161-2/+5
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-161-0/+7
* usage.h: stop using ancient USAGE_xxx (we have USE_xx now)Denis Vlasenko2006-11-051-34/+13
* ps: implement POSIX-like options, most notably -oDenis Vlasenko2006-11-051-0/+15
* chgrp: just call chown! :)Denis Vlasenko2006-10-271-2/+8
* chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko2006-10-271-2/+7
* chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko2006-10-271-2/+7
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-251-0/+5
* cp: update help textDenis Vlasenko2006-10-221-4/+5
* watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko2006-10-201-3/+4
* raidautorun: new applet, by:Denis Vlasenko2006-10-201-0/+7
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-6/+6
* nc: fix 2 my own buglets, and few someone else's too.Denis Vlasenko2006-10-161-13/+13
* grep: add support for -rDenis Vlasenko2006-10-141-1/+2
* nmeter: new applet. ~4kDenis Vlasenko2006-10-111-0/+24
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-081-0/+1
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-051-5/+5