aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
AgeCommit message (Expand)Author
2007-05-18cttyhack: new applet.Denis Vlasenko
2007-05-17fix trivial compile errors found by randomconfig runDenis Vlasenko
2007-05-08cryptpw: new applet (a bit less than 3k added)Denis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko
2007-04-09xargs: shrink code, ~80 bytesDenis Vlasenko
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko
2007-04-09Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko
2007-04-09merge busybox.c into applets.cDenis Vlasenko
2007-04-08applets.h: de-obfuscateDenis Vlasenko
2007-04-03ipsvd: make udpsvd work similar to tcpsvd (multiple parallelDenis Vlasenko
2007-04-01udpsvd: next part of ipsvd applets (not working yet)Denis Vlasenko
2007-04-01tcpsvd: new appletDenis Vlasenko
2007-03-25- rough prototype for split(1). TODO: Still needs some love since it's way to...Bernhard Reutner-Fischer
2007-03-24SELinux: load_policy appletDenis Vlasenko
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko
2007-03-09- add chrt applet.Bernhard Reutner-Fischer
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko
2007-01-20fixing bugs revealed by randomconfig runsDenis Vlasenko
2007-01-07add arp applet - thanks toDenis Vlasenko
2006-12-26leftover of e2fsck surgeryDenis Vlasenko
2006-12-24Cleanup usage messages (-200 bytes).Denis Vlasenko
2006-11-22- revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer
2006-11-20dhcprelay: new appletDenis Vlasenko
2006-11-17runit: add runsv, runsvdir and sv. Oh yes.Denis Vlasenko
2006-11-16svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko
2006-10-25- revert r16191; re-add resize() applet.Bernhard Reutner-Fischer
2006-10-20raidautorun: new applet, by:Denis Vlasenko
2006-10-16mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko
2006-10-11nmeter: new applet. ~4kDenis Vlasenko
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko
2006-09-27kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko
2006-09-22"I'll think about it" != "apply it now". It means I need to think about it.Rob Landley
2006-09-22- add new applet resize.Bernhard Reutner-Fischer
2006-08-20Michael Opdenacker contributed a readahead applet.Rob Landley
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley
2006-08-05scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-30Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley
2006-06-22CONFIG_DHCP -> CONFIG_APP_DHCP.Rob Landley
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer
2006-06-02fix fdflish typo (reported by erik hovland)Paul Fox
2006-06-01The common case APPLET() macro only needs three arguments.Rob Landley
2006-05-31Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley
2006-05-08add back in udhcp supportMike Frysinger
2006-05-07The udhcp was deleted from busybox in 14634. Bolting an external project toRob Landley
2006-05-06fix udhcp againMike Frysinger