aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix from Tito to read from stdin only when it's not a tty.landley2006-06-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15328 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add applet taskset to set/retrieve the CPU affinity of a processaldot2006-06-071-0/+17
| | | | | | | | | | | | | text data bss dec hex filename 584 0 0 584 248 taskset.o.gcc-2.95 509 0 0 509 1fd taskset.o.gcc-3.3 505 0 0 505 1f9 taskset.o.gcc-3.4 506 0 0 506 1fa taskset.o.gcc-4.0 498 0 0 498 1f2 taskset.o.gcc-4.1 495 0 0 495 1ef taskset.o.gcc-4.2-HEAD git-svn-id: svn://busybox.net/trunk/busybox@15315 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tito to remove long options from hdparm.landley2006-05-311-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15254 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,landley2006-05-311-0/+7
| | | | | | | | | | | | | | | | | | | | | the following of which (from cat.c) belongs in svn history instead of the source code: /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) * * This is a new implementation of 'cat' which aims to be SUSv3 compliant. * * Changes from the previous implementation include: * 1) Multiple '-' args are accepted as required by SUSv3. The previous * implementation would close stdin and segfault on a subsequent '-'. * 2) The '-u' options is required by SUSv3. Note that the specified * behavior for '-u' is done by default, so all we need do is accept * the option. */ git-svn-id: svn://busybox.net/trunk/busybox@15251 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix spelling mistakesvapier2006-05-261-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix indenting in help output for ifconfigvapier2006-05-191-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15135 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addlandley2006-05-161-5/+9
| | | | | | | | | ibs and obs support to dd, and made it configurable. I cleaned it up a bit further and moved conv= into the same config option. git-svn-id: svn://busybox.net/trunk/busybox@15090 69ca8d6d-28ef-0310-b511-8ec308f3f277
* implement -print0 for findpgf2006-05-121-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15076 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It was sitting there, in the patches directory, for years. It was delete itlandley2006-05-041-0/+3
| | | | | | | | or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off. git-svn-id: svn://busybox.net/trunk/busybox@14999 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More usage.h cleanups, with collateral changes to httpd. Specifically,landley2006-04-281-72/+14
| | | | | | | | most of our CONFIG entries switch stuff on instead of off when enabled, so fix the gratuitously reversed INETD thing. git-svn-id: svn://busybox.net/trunk/busybox@14952 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix alandley2006-04-251-129/+50
| | | | | | | DEFALT typo in du while I was there. git-svn-id: svn://busybox.net/trunk/busybox@14942 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet cksum, from Rob Sullivan.landley2006-04-181-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14917 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Rob Sullivan to add support for -Laldot2006-04-061-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14764 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - new applet diff. Rob Sullivan writes:aldot2006-04-061-0/+20
| | | | | | | | | | | | | Here's my attempt at a mini diff applet - it's adapted from the code at http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/diff/, and only supports unified diffs. I've busyboxified everything to a reasonable degree, so I think the code is suitable enough to be included, but there's still a fair bit of cleaning up to be done. git-svn-id: svn://busybox.net/trunk/busybox@14760 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - update help text.aldot2006-03-311-2/+2
| | | | | | | | the interface argument is now a lowercase 'i' to match the big arping commandline-syntax. git-svn-id: svn://busybox.net/trunk/busybox@14711 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update ipaddr help to match reality.landley2006-03-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14699 69ca8d6d-28ef-0310-b511-8ec308f3f277
* setlogcons, from Jan Kaszka.landley2006-03-271-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14675 69ca8d6d-28ef-0310-b511-8ec308f3f277
* import most of e2fsprogs 1.38 updatesvapier2006-03-081-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14468 69ca8d6d-28ef-0310-b511-8ec308f3f277
* You don't need an #ifdef around #defines in usage.landley2006-02-221-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14211 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Walter Harms added -D to date, and I did a code cleanup while I was in thelandley2006-02-211-4/+7
| | | | | | | area. Probably broke something... git-svn-id: svn://busybox.net/trunk/busybox@14158 69ca8d6d-28ef-0310-b511-8ec308f3f277
* eat extraneous newlines at the end of applet full usagevapier2006-02-211-12/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14157 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add setarch/linux32/linux64 appletvapier2006-02-211-0/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14156 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Giuseppe Ciotta to specify retry count.landley2006-02-201-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14152 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fixup whitespace in awk help outputvapier2006-02-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13861 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix mdev help outputvapier2006-02-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13798 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.landley2006-01-301-7/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13701 69ca8d6d-28ef-0310-b511-8ec308f3f277
* new applet. Thanks Roberto A. Fogliettavodz2006-01-251-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13592 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just whitespacetimr2006-01-251-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Testing CONFIG_SORT_BIG to display the help for the big version of sort isn'tlandley2006-01-231-1/+4
| | | | | | | much use when the symbol is CONFIG_FEATURE_SORT_BIG. git-svn-id: svn://busybox.net/trunk/busybox@13530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,landley2006-01-201-1/+20
| | | | | | | see www.7-zip.org) git-svn-id: svn://busybox.net/trunk/busybox@13454 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Document -m, -c, -s and provide a default shell for standalone build.aldot2006-01-191-1/+3
| | | | | | | | - Wrap overlong lines plus a few whitespace fixes. - add GPL header. git-svn-id: svn://busybox.net/trunk/busybox@13433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add find's "-mmin" option. configurable.pgf2006-01-131-1/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13271 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make mount usage a bit more tersevapier2006-01-041-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange.landley2005-12-211-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@12971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Nothing to see here. Move along.landley2005-12-131-2/+24
| | | | | | | | | | | | Not buying it, eh? I know I said new features before 1.1, but, well... (I was weak!) The config file and hotplug modes aren't implemented yet. Might take a stab at those tomorrow. (I _should_ go back to focusing on the bug triage list.) git-svn-id: svn://busybox.net/trunk/busybox@12856 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yann E. Morin's update to modprobe usage.landley2005-12-111-4/+60
| | | | git-svn-id: svn://busybox.net/trunk/busybox@12837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add build options to control SuS compatability, allows numeric bug12005-12-111-1/+1
| | | | | | | | option handling to be disabled. Defaults to enabled, so no changes in default behaviour git-svn-id: svn://busybox.net/trunk/busybox@12835 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix losetup so that it A) actually works again, B) has much better errorlandley2005-11-291-67/+17
| | | | | | | | | | | messages, C) can show the current association (if any) when called with only one argument. Update the documentation a lot too. Remind me to add a test suite for this thing. I think I've figured out how to handle root-only testsuites... git-svn-id: svn://busybox.net/trunk/busybox@12582 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add "-C" format to hexdumppgf2005-11-281-1/+2
| | | | | | | | | | | | | fixes bug #113 and satisfies a personal need at the same time. output compares identically to util-linux version. (with exception of whitespace differences on last lines of output with non-uniform length, which are neither fixed nor worsened by this change.) git-svn-id: svn://busybox.net/trunk/busybox@12560 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update to modprobe usage from Yann E. Morinlandley2005-11-231-4/+60
| | | | git-svn-id: svn://busybox.net/trunk/busybox@12488 69ca8d6d-28ef-0310-b511-8ec308f3f277
* telnetd -b (bind to specific address) support from Iuri Gomes Diniz.landley2005-11-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@12205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.aldot2005-10-281-0/+12
| | | | | | | Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch. git-svn-id: svn://busybox.net/trunk/busybox@11965 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, fuser, from Tony J. White. (Needs some cleanup.)landley2005-10-281-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11954 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a switch_root utility (like kconfig's utils/run_init.c, although notlandley2005-10-271-0/+6
| | | | | | | | actuall using any of that code). This is needed because pivot_root doesn't work right under initramfs. (See the menuconfig help.) git-svn-id: svn://busybox.net/trunk/busybox@11935 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pidof(8): make -s optional and optional -o; closes #168aldot2005-10-061-3/+24
| | | | | | | first cut. git-svn-id: svn://busybox.net/trunk/busybox@11793 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add option 'w' to ps (wide output, optional feature defaults to off).aldot2005-10-041-8/+2
| | | | | | | | | | | | | | - move to ENABLE_ and use shorter boilerplate. sizes without selinux-support: text data bss dec hex filename 356 0 0 356 164 procps/ps.o.with-w 300 0 0 300 12c procps/ps.o.no-w 302 0 0 302 12e procps/ps.o.oorig git-svn-id: svn://busybox.net/trunk/busybox@11751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_landley2005-10-041-1/+10
| | | | | | | while we're in the area. git-svn-id: svn://busybox.net/trunk/busybox@11749 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cristian Ionescu-Idbohrn says: touchup whitespace/displayvapier2005-09-241-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11637 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito switched option parsing over to switch umount over to bb_getopt_ulflags().landley2005-09-241-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11630 69ca8d6d-28ef-0310-b511-8ec308f3f277