aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* openvt applet by Quy Tonthatbug12002-09-161-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Awk applet written from scratch by Dmitry Zakharovbug12002-09-151-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5487 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, udhcp clientbug12002-08-211-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5320 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial checkin of a very primitive hwclock replacementsandman2002-07-211-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5072 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Bart Visscher <magick@linux-fan.com> addsandersen2002-07-031-0/+3
| | | | | | | | | | | | | | | | | | IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart! git-svn-id: svn://busybox.net/trunk/busybox@5003 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Port over the last of the tinylogin appletsandersen2002-06-231-0/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4961 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement two types of suid/sgid support for BusyBox:sandman2002-06-041-177/+183
| | | | | | | | | 1) tinylogin like with compile time selection and a chown root.root 2) Runtime configurable via /etc/busybox.conf (docu is in the works) [Parts of this patch may overlap with my other two patches] git-svn-id: svn://busybox.net/trunk/busybox@4855 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support old-style compress (.Z) files via libbb / unzip( ) callssandman2002-05-151-0/+5
| | | | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) git-svn-id: svn://busybox.net/trunk/busybox@4778 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>andersen2002-04-261-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * include/applets.h (CONFIG_LOSETUP): New.kraai2002-03-201-0/+3
| | | | | | | | | | * include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New. git-svn-id: svn://busybox.net/trunk/busybox@4450 69ca8d6d-28ef-0310-b511-8ec308f3f277
* unzip applet by Laurence Andersonbug12002-01-021-0/+3
| | | | | | | ---------------------------------------------------------------------- git-svn-id: svn://busybox.net/trunk/busybox@3988 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>andersen2001-12-061-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Steve Merrifield <steve@labyrinth.net.au> toandersen2001-12-061-1/+1
| | | | | | | | fixup the merge of the time applet, which I messed up. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a 'time' applet. Adds 4.5k.andersen2001-11-301-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3819 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bzcat and bunzip -c support from Thomas Lundquistbug12001-11-181-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3701 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce od and hexdump appletsbug12001-11-021-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3625 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move usage.h to include/usage.handersen2001-10-311-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>andersen2001-10-311-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use extended regular expressions when invoked as egrep (noted and initialkraai2001-10-291-1/+1
| | | | | | | patch by Charles Steinkuehler). git-svn-id: svn://busybox.net/trunk/busybox@3601 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split true and false into separate applets.kraai2001-10-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3576 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-241-151/+151
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit the start-stop-daemon applet. This was contributed by Davidandersen2001-10-181-0/+3
| | | | | | | | | Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from Lineo. So it seems I totally forgot about this patch until now. Sorry about that David! git-svn-id: svn://busybox.net/trunk/busybox@3546 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial support for for bunzip2....bug12001-10-051-0/+3
| | | | | | | | | | This code could be improvemed by 1) supporting more options, 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. 3) Removing any remaining unneccessary code (e.g. if (noisy)) git-svn-id: svn://busybox.net/trunk/busybox@3491 69ca8d6d-28ef-0310-b511-8ec308f3f277
* closes bug#1215?timr2001-09-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3420 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove traces of rpmunpack (patch by Laurence Anderson).kraai2001-08-271-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial merge of all tinylogin applets that do not require crypt.andersen2001-08-211-0/+16
| | | | | | | | | | There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3318 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, if no shell is enabled, don't include any of the SH_IS_<name>andersen2001-08-021-4/+4
| | | | | | | | options or the build will fail -Erik git-svn-id: svn://busybox.net/trunk/busybox@3186 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow multiple shells to be enabled.kraai2001-08-011-2/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I just wrote up a simple pidof applet, closing bug #1197andersen2001-07-311-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3169 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixandersen2001-07-251-1/+1
| | | | | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3140 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some patches to make dietlibc work...andersen2001-07-221-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A traceroute applet from vodz. This could probably be slimmed down,andersen2001-07-101-0/+3
| | | | | | | but will do for now... git-svn-id: svn://busybox.net/trunk/busybox@3053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid bug revealed by multibuild.plandersen2001-07-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3017 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rpm2cpio applet by Laurence Andersonbug12001-06-261-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cpio applet, and changes to associated codebug12001-06-221-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyandersen2001-04-241-6/+6
| | | | | | | | | adds 384 bytes to the overall size. But having each app be standalone is the Right Thing(tm) so we will just have to live with it. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2422 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite cp and mv to be SUSv2 compliant.kraai2001-04-231-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I said no new features till after the 0.51 release. Well, I lied. This is aandersen2001-04-041-0/+3
| | | | | | | | vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! git-svn-id: svn://busybox.net/trunk/busybox@2240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a new standalone env applet for fixing up app's environmentsandersen2001-03-291-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).kraai2001-03-271-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2206 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added adjtimex applet from Larry Doolittle.markw2001-03-201-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir to move struct applet from busybox.c to applets.c,andersen2001-03-191-3/+0
| | | | | | | which looks like the right place for such things to live. git-svn-id: svn://busybox.net/trunk/busybox@2148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyaniqueandersen2001-03-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2124 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix egrepandersen2001-03-151-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2110 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix linuxrc defineandersen2001-03-151-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2092 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the documentation so examples are autoincluded in the output text.andersen2001-03-151-1/+1
| | | | | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2088 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyanique to add an egrep alias for grep.markw2001-03-141-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw2001-03-121-0/+6
| | | | | | | klogd (as it should be). git-svn-id: svn://busybox.net/trunk/busybox@2048 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added Magnus Damm's tftp applet to Busybox.markw2001-03-021-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1953 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Somewhere along the line, MAKE_LINKS got broken, thereby breakingandersen2001-02-231-0/+4
| | | | | | | 'make install'. Fix that. git-svn-id: svn://busybox.net/trunk/busybox@1899 69ca8d6d-28ef-0310-b511-8ec308f3f277