aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a new top appletEric Andersen2002-09-171-0/+3
| | | | -Erik
* Watch applet by Michael HabermannGlenn L McGrath2002-09-161-0/+3
|
* Apply vodz' last_patch52Eric Andersen2002-09-161-2/+2
|
* mesg applet by Manuel Novoa IIIGlenn L McGrath2002-09-161-0/+3
|
* openvt applet by Quy TonthatGlenn L McGrath2002-09-161-0/+3
|
* Awk applet written from scratch by Dmitry ZakharovGlenn L McGrath2002-09-151-0/+3
|
* New applet, udhcp clientGlenn L McGrath2002-08-211-0/+3
|
* Initial checkin of a very primitive hwclock replacementRobert Griebl2002-07-211-0/+3
|
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-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!
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+9
| | | | -Erik
* Implement two types of suid/sgid support for BusyBox:Robert Griebl2002-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]
* Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl2002-05-151-0/+5
| | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip)
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen2002-04-261-0/+3
|
* * include/applets.h (CONFIG_LOSETUP): New.Matt 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.
* unzip applet by Laurence AndersonGlenn L McGrath2002-01-021-0/+3
| | | | ----------------------------------------------------------------------
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen2001-12-061-0/+3
|
* Patch from Steve Merrifield <steve@labyrinth.net.au> toEric Andersen2001-12-061-1/+1
| | | | | fixup the merge of the time applet, which I messed up. -Erik
* Add in a 'time' applet. Adds 4.5k.Eric Andersen2001-11-301-0/+3
| | | | -Erik
* bzcat and bunzip -c support from Thomas LundquistGlenn L McGrath2001-11-181-0/+3
|
* Introduce od and hexdump appletsGlenn L McGrath2001-11-021-0/+6
|
* Move usage.h to include/usage.hEric Andersen2001-10-311-0/+3
|
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen2001-10-311-0/+3
|
* Use extended regular expressions when invoked as egrep (noted and initialMatt Kraai2001-10-291-1/+1
| | | | patch by Charles Steinkuehler).
* Split true and false into separate applets.Matt Kraai2001-10-241-2/+2
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-151/+151
| | | | -Erik
* Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen2001-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!
* Initial support for for bunzip2....Glenn L McGrath2001-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))
* closes bug#1215?Tim Riker2001-09-161-1/+1
|
* Remove traces of rpmunpack (patch by Laurence Anderson).Matt Kraai2001-08-271-3/+0
|
* Initial merge of all tinylogin applets that do not require crypt.Eric 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
* Ok, if no shell is enabled, don't include any of the SH_IS_<name>Eric Andersen2001-08-021-4/+4
| | | | | options or the build will fail -Erik
* Allow multiple shells to be enabled.Matt Kraai2001-08-011-2/+20
|
* I just wrote up a simple pidof applet, closing bug #1197Eric Andersen2001-07-311-0/+3
| | | | -Erik
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen2001-07-251-1/+1
| | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik
* Some patches to make dietlibc work...Eric Andersen2001-07-221-0/+3
|
* A traceroute applet from vodz. This could probably be slimmed down,Eric Andersen2001-07-101-0/+3
| | | | but will do for now...
* Fix a stupid bug revealed by multibuild.plEric Andersen2001-07-061-1/+1
|
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-0/+3
|
* cpio applet, and changes to associated codeGlenn L McGrath2001-06-221-0/+3
|
* Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen2001-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
* Rewrite cp and mv to be SUSv2 compliant.Matt Kraai2001-04-231-4/+4
|
* I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen2001-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!
* Add in a new standalone env applet for fixing up app's environmentsEric Andersen2001-03-291-0/+3
| | | | -Erik
* Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai2001-03-271-5/+5
|
* Added adjtimex applet from Larry Doolittle.Mark Whitley2001-03-201-0/+3
|
* Patch from Vladimir to move struct applet from busybox.c to applets.c,Eric Andersen2001-03-191-3/+0
| | | | which looks like the right place for such things to live.
* Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe BoyaniqueEric Andersen2001-03-161-1/+1
|
* Fix egrepEric Andersen2001-03-151-1/+1
|
* Fix linuxrc defineEric Andersen2001-03-151-1/+1
|
* Update the documentation so examples are autoincluded in the output text.Eric Andersen2001-03-151-1/+1
| | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik