aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cttyhack: new applet.vda2007-05-181-0/+1
* fix trivial compile errors found by randomconfig runvda2007-05-171-0/+6
* cryptpw: new applet (a bit less than 3k added)vda2007-05-081-0/+1
* Rename two config options:vda2007-04-101-2/+2
* make a few struct bb_applet members conditionalvda2007-04-101-7/+7
* audit small applets and mark some of them as NOFORK.vda2007-04-101-19/+19
* make xfunctions optionally longjump instead of exit.vda2007-04-091-1/+1
* xargs: shrink code, ~80 bytesvda2007-04-091-2/+3
* Implement first instance of NOFORK applet - echovda2007-04-091-1/+6
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda2007-04-091-21/+27
* merge busybox.c into applets.cvda2007-04-091-4/+4
* applets.h: de-obfuscatevda2007-04-081-26/+35
* ipsvd: make udpsvd work similar to tcpsvd (multiple parallelvda2007-04-031-4/+4
* udpsvd: next part of ipsvd applets (not working yet)vda2007-04-011-0/+1
* tcpsvd: new appletvda2007-04-011-0/+1
* - rough prototype for split(1). TODO: Still needs some love since it's way to...aldot2007-03-251-0/+1
* SELinux: load_policy appletvda2007-03-241-0/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)vda2007-03-101-0/+2
* - add chrt applet.aldot2007-03-091-0/+1
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-061-0/+5
* fixing bugs revealed by randomconfig runsvda2007-01-201-0/+2
* add arp applet - thanks tovda2007-01-071-0/+1
* leftover of e2fsck surgeryvda2006-12-261-9/+9
* Cleanup usage messages (-200 bytes).vda2006-12-241-3/+0
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)aldot2006-11-221-0/+1
* - add 'ip rule' support. First take..aldot2006-11-211-0/+1
* dhcprelay: new appletvda2006-11-201-0/+1
* runit: add runsv, runsvdir and sv. Oh yes.vda2006-11-171-0/+3
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda2006-11-161-0/+1
* - revert r16191; re-add resize() applet.aldot2006-10-251-0/+1
* raidautorun: new applet, by:vda2006-10-201-0/+1
* mount: support user mounts if CONFIG_DESKTOPvda2006-10-161-1/+5
* nmeter: new applet. ~4kvda2006-10-111-0/+1
* runit/chpst: "change process state" utilityvda2006-10-031-0/+5
* kill: implement killall5. OpenWRT folks will be happy.vda2006-09-271-0/+1
* "I'll think about it" != "apply it now". It means I need to think about it.landley2006-09-221-1/+1
* - add new applet resize.aldot2006-09-221-0/+1
* Michael Opdenacker contributed a readahead applet.landley2006-08-201-0/+1
* Teach md5sum and sha1sum to work the way other applets do so I don't have tolandley2006-08-061-2/+2
* scripts/individual now builds 171 applets. Some of them may even work. :)landley2006-08-051-1/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,landley2006-06-301-1/+0
* CONFIG_DHCP -> CONFIG_APP_DHCP.landley2006-06-221-3/+3
* - add applet taskset to set/retrieve the CPU affinity of a processaldot2006-06-071-0/+1
* fix fdflish typo (reported by erik hovland)pgf2006-06-021-1/+1
* The common case APPLET() macro only needs three arguments.landley2006-06-011-232/+232
* Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,landley2006-05-311-0/+1
* add back in udhcp supportvapier2006-05-081-0/+3
* The udhcp was deleted from busybox in 14634. Bolting an external project tolandley2006-05-071-3/+0
* fix udhcp againvapier2006-05-061-3/+3