reorganize applet table. Eliminates pointers to names.
[platform/upstream/busybox.git] / include / applets.h
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-11-25 Denis Vlasenkocttyhack should be in /bin, not /usr/bin
2007-11-23 Denis Vlasenkokill lash. "lash" builtin still exists, but it runs...
2007-11-22 Denis Vlasenkosestatus: new SELinux applet (KaiGai Kohei <kaigai...
2007-11-18 Denis Vlasenkohexdump: add hd alias, add -R option
2007-10-20 Denis Vlasenkokbd_mode: new applet by Loïc Grenié <loic.grenie@gmail...
2007-10-14 Denis Vlasenkosetsebool: new applet (Yuichi Nakamura <ynakam@hitachis...
2007-10-13 Denis Vlasenkobzip2: port bzip2 1.0.4 to busybox. note: bzip2 code...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 4
2007-09-29 Denis Vlasenkopgrep,pkill: new applets by Loic Grenie <loic.grenie...
2007-09-21 Denis Vlasenkomicrocom: new applet by Vladimir Dronnikov <dronnikov...
2007-08-13 Denis Vlasenkoexpand, unexpand: new applets from Tito <farmatito...
2007-08-06 Denis Vlasenkosed: fix 'q' command handling ("Nguyen Thai Ngoc Duy...
2007-08-02 Denis Vlasenkottysize: new applet. +200 bytes
2007-07-23 Denis Vlasenkosetfiles,restorecon: new SELinux applets by Yuichi...
2007-07-20 Denis Vlasenkochpasswd: new applet by Alexander Shishkin <virtuoso...
2007-07-06 Denis Vlasenkofix applet order error
2007-06-20 Denis Vlasenkoslattach: new applet.
2007-06-16 Denis Vlasenkopscan: new applet (portscanner). ~1350 bytes. By Tito...
2007-05-18 Denis Vlasenkocttyhack: new applet.
2007-05-17 Denis Vlasenkofix trivial compile errors found by randomconfig run
2007-05-08 Denis Vlasenkocryptpw: new applet (a bit less than 3k added)
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkoxargs: shrink code, ~80 bytes
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-09 Denis VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
2007-04-08 Denis Vlasenkoapplets.h: de-obfuscate
2007-04-03 Denis Vlasenkoipsvd: make udpsvd work similar to tcpsvd (multiple...
2007-04-01 Denis Vlasenkoudpsvd: next part of ipsvd applets (not working yet)
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-25 Bernhard Reutner... - rough prototype for split(1). TODO: Still needs some...
2007-03-24 Denis VlasenkoSELinux: load_policy applet
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-03-09 Bernhard Reutner... - add chrt applet.
2007-02-06 Denis Vlasenkonew applets: selinux utils by KaiGai Kohei <kaigai...
2007-01-20 Denis Vlasenkofixing bugs revealed by randomconfig runs
2007-01-07 Denis Vlasenkoadd arp applet - thanks to
2006-12-26 Denis Vlasenkoleftover of e2fsck surgery
2006-12-24 Denis VlasenkoCleanup usage messages (-200 bytes).
2006-11-22 Bernhard Reutner... - revert r15563 (pull current version of taskset off...
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-11-20 Denis Vlasenkodhcprelay: new applet
2006-11-17 Denis Vlasenkorunit: add runsv, runsvdir and sv. Oh yes.
2006-11-16 Denis Vlasenkosvlogd: new applet. +9k. Still too big, but it was...
2006-10-25 Bernhard Reutner... - revert r16191; re-add resize() applet.
2006-10-20 Denis Vlasenkoraidautorun: new applet, by:
2006-10-16 Denis Vlasenkomount: support user mounts if CONFIG_DESKTOP
2006-10-11 Denis Vlasenkonmeter: new applet. ~4k
2006-10-03 Denis Vlasenkorunit/chpst: "change process state" utility
2006-09-27 Denis Vlasenkokill: implement killall5. OpenWRT folks will be happy.
2006-09-22 Rob Landley"I'll think about it" != "apply it now". It means...
2006-09-22 Bernhard Reutner... - add new applet resize.
2006-08-20 Rob LandleyMichael Opdenacker contributed a readahead applet.
2006-08-06 Rob LandleyTeach md5sum and sha1sum to work the way other applets...
2006-08-05 Rob Landleyscripts/individual now builds 171 applets. Some of...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-30 Rob LandleyRevert taskset for 1.2.0. It emits a warning, breaks...
2006-06-22 Rob LandleyCONFIG_DHCP -> CONFIG_APP_DHCP.
2006-06-07 Bernhard Reutner... - add applet taskset to set/retrieve the CPU affinity...
2006-06-02 Paul Foxfix fdflish typo (reported by erik hovland)
2006-06-01 Rob LandleyThe common case APPLET() macro only needs three arguments.
2006-05-31 Rob LandleyAdd catv (separate applet instead of cat -v). Also...
2006-05-08 Mike Frysingeradd back in udhcp support
2006-05-07 Rob LandleyThe udhcp was deleted from busybox in 14634. Bolting...
2006-05-06 Mike Frysingerfix udhcp again
2006-05-05 Rob LandleyPatch from Dennis Vlasenko simplifying the APPLET macros.
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-18 Rob LandleyNew applet cksum, from Rob Sullivan.
2006-04-18 Bernhard Reutner... - enable dumpleases applet again; bad rob
2006-04-17 Mike Frysingerenable udhcp applets again; bad rob
2006-04-10 Rob LandleyPatch from Tito to unify deluser and delgroup, and...
2006-04-06 Bernhard Reutner... - new applet diff. Rob Sullivan writes:
2006-03-27 Rob Landleysetlogcons, from Jan Kaszka.
2006-03-20 Rob LandleyCleanup: remove double quotes that don't seem to be...
2006-03-14 Rob LandleyTito unified fdflush and freeramdisk. I tweaked the...
2006-02-23 Rob LandleyConvert all the applets from #include to USE(). Had...
2006-02-22 Mike Frysingerfix applet order
2006-02-21 Mike Frysingeradd setarch/linux32/linux64 applet
2006-01-30 Rob LandleyRe-add initrd support, unify halt/reboot/poweroff,...
2006-01-25 "Vladimir N. Oleynik"new applet. Thanks Roberto A. Foglietta
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2005-12-13 Rob LandleyNothing to see here. Move along.
2005-12-06 Rob LandleyTito is using broken kernel headers that pollute the...
2005-10-28 Bernhard Reutner... - add BB_APPLET_RUNLEVEL used by emdebian via /etc...
2005-10-28 Rob LandleyNew applet, fuser, from Tony J. White. (Needs some...
2005-10-27 Rob LandleyAdd a switch_root utility (like kconfig's utils/run_ini...
2005-09-24 Mike Frysingerimport the very fat e2fsck/fsck applets
2005-09-24 Mike Frysingermake e2label and findfs optional
2005-09-21 Bernhard Reutner... - add applet nohup(1)
2005-09-18 Rob LandleyFirst cleanup pass, from Rob Sullivan. More to be...
2005-09-15 Rob LandleyNew applet "less", from Rob Sullivan.
2005-09-12 Eric Andersensysctl was seriously broken. And since in some cases...
2005-08-20 Rob LandleyBernhard Fischer provided a mountpoint(1) applet. ...
2005-08-01 Paul Foxcommiting:
next