summaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-0/+2
|
* - add chrt applet.Bernhard Reutner-Fischer2007-03-091-0/+1
| | | | | | text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-061-0/+5
|
* fixing bugs revealed by randomconfig runsDenis Vlasenko2007-01-201-0/+2
|
* add arp applet - thanks toDenis Vlasenko2007-01-071-0/+1
| | | | "Eric Spakman" <E.Spakman@inter.nl.net>
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-9/+9
|
* Cleanup usage messages (-200 bytes).Denis Vlasenko2006-12-241-3/+0
| | | | | Remove busybox_main from applet table since it is called via separate check
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer2006-11-221-0/+1
|
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-0/+1
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* dhcprelay: new appletDenis Vlasenko2006-11-201-0/+1
|
* runit: add runsv, runsvdir and sv. Oh yes.Denis Vlasenko2006-11-171-0/+3
| | | | It even seems to work. +11K. :(
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-161-0/+1
|
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-251-0/+1
| | | | | | | text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4
* raidautorun: new applet, by:Denis Vlasenko2006-10-201-0/+1
| | | | | Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at>
* mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko2006-10-161-1/+5
|
* nmeter: new applet. ~4kDenis Vlasenko2006-10-111-0/+1
| | | | Fix build proble on x86_64
* runit/chpst: "change process state" utilityDenis Vlasenko2006-10-031-0/+5
| | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k
* kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko2006-09-271-0/+1
| | | | | However their code was unusably different from sysvinit original. Run tested.
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-221-1/+1
|
* - add new applet resize.Bernhard Reutner-Fischer2006-09-221-0/+1
| | | | | | text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print
* Michael Opdenacker contributed a readahead applet.Rob Landley2006-08-201-0/+1
|
* Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley2006-08-061-2/+2
| | | | | | teach scripts/individual new tricks. And while I'm at it, teach scripts/individual other new tricks. Now builds 198 applets, some of which I should teach it to hardlink together because they're really the same app...
* scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley2006-08-051-1/+1
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley2006-06-301-1/+0
| | | | | and nobody seemed interested in fixing it despite repeated complaints. I'll worry about it in the 1.3 timeframe...
* CONFIG_DHCP -> CONFIG_APP_DHCP.Rob Landley2006-06-221-3/+3
|
* - add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer2006-06-071-0/+1
| | | | | | | | | | 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
* fix fdflish typo (reported by erik hovland)Paul Fox2006-06-021-1/+1
|
* The common case APPLET() macro only needs three arguments.Rob Landley2006-06-011-232/+232
|
* Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley2006-05-311-0/+1
| | | | | | | | | | | | | | | | | | 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. */
* add back in udhcp supportMike Frysinger2006-05-081-0/+3
|
* The udhcp was deleted from busybox in 14634. Bolting an external project toRob Landley2006-05-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | the side of the tree doesn't _COUNT_, and I will not ship it. Udhcp was deleted shortly after I posted my philosophy for what should and shouldn't go into busybox: http://www.busybox.net/lists/busybox/2006-March/019484.html I complained about the change t the time. I've complained repeatedly since. But nobody felt like fixing it. External dependencies are something to be minimized. I don't care about the ability for packages to build outside busybox: something is either part of busybox, or it isn't. If I convert any part of the external udhcp repository to use libbb, I've broken the external package. Any random cleanups that touch that directory suddenly have to worry about external dependencies that are NOT OUR PROBLEM. Therefore, that directory is not and cannot be part of busybox. Wishful thinking isn't going to change that. I will not ship something I can't maintain. I'll try to get a new dhcp client and server in before the ship window closes, but I have a half-dozen other projects pending. I'm sorry this happened, but I'm not the one who removed it, and I'm not the one who ignored the project maintainer's repeated complaints about the situation for the next month and a half.
* fix udhcp againMike Frysinger2006-05-061-3/+3
|
* Patch from Dennis Vlasenko simplifying the APPLET macros.Rob Landley2006-05-051-260/+260
|
* It was sitting there, in the patches directory, for years. It was delete itRob Landley2006-05-041-3/+4
| | | | | or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off.
* Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley2006-04-271-1/+0
|
* New applet cksum, from Rob Sullivan.Rob Landley2006-04-181-0/+1
|
* - enable dumpleases applet again; bad robBernhard Reutner-Fischer2006-04-181-1/+1
|
* enable udhcp applets again; bad robMike Frysinger2006-04-171-2/+2
|
* Patch from Tito to unify deluser and delgroup, and generally shrink code.Rob Landley2006-04-101-4/+4
|
* - new applet diff. Rob Sullivan writes:Bernhard Reutner-Fischer2006-04-061-0/+1
| | | | | | | | | | 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.
* setlogcons, from Jan Kaszka.Rob Landley2006-03-271-0/+1
|
* Cleanup: remove double quotes that don't seem to be needed.Rob Landley2006-03-201-30/+30
|
* Tito unified fdflush and freeramdisk. I tweaked the result a bit.Rob Landley2006-03-141-1/+1
|
* Convert all the applets from #include to USE(). Had to fix some nonstandardRob Landley2006-02-231-738/+251
| | | | naming along the way to get USE() macros for everything.
* fix applet orderMike Frysinger2006-02-221-3/+3
|
* add setarch/linux32/linux64 appletMike Frysinger2006-02-211-0/+7
|
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley2006-01-301-4/+4
|
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+3
|
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,Rob Landley2006-01-201-0/+6
| | | | see www.7-zip.org)