summaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Vodz, last_patch_88Glenn L McGrath2003-06-101-6/+6
|
* minit, a Minimal init system.Glenn L McGrath2003-05-111-0/+9
|
* New applet, foldGlenn L McGrath2003-04-271-0/+3
|
* Config option to create an fgrep aliasGlenn L McGrath2003-04-271-0/+3
|
* New applet sha1sumGlenn L McGrath2003-02-171-0/+3
|
* udhcpc is supposed to be in /sbin, not /usr/sbin/Eric Andersen2003-02-101-1/+1
|
* New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath2003-02-091-0/+3
| | | | | | last_patch_80 from Vladimir N. Oleynik
* A patch from John F. Kelly to add in a utility for configuringEric Andersen2003-01-231-0/+3
| | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
* Compile option to avoid using /usr directory, patch by Bastian BlankGlenn L McGrath2003-01-191-0/+5
|
* Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian BlankGlenn L McGrath2003-01-141-5/+5
|
* arping applet by Nick FedchikGlenn L McGrath2003-01-091-0/+3
|
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-051-0/+3
|
* New applets, ftpget and ftpputGlenn L McGrath2002-12-131-0/+6
|
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-131-0/+3
|
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-0/+3
|
* Realpath appletGlenn L McGrath2002-12-101-0/+3
|
* Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath2002-12-011-1/+13
| | | | Bastian Blank
* fdisk applet by Vladimir N. OleynikGlenn L McGrath2002-11-261-0/+3
|
* ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath2002-11-101-0/+3
|
* last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath2002-11-101-1/+1
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+3
|
* debian compatable ifup and ifdown commandsGlenn L McGrath2002-11-091-0/+6
|
* Implement a small strings appletEric Andersen2002-11-071-0/+3
|
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath2002-11-011-4/+2
|
* vodz forgot to include the suid fieldEric Andersen2002-10-221-2/+2
|
* vodz writes:Eric Andersen2002-10-221-2/+2
| | | | | Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :)
* last_patch63 from vodz: add in crond and crontab appletsEric Andersen2002-10-221-0/+6
|
* added full udhcp integrationRuss Dill2002-10-141-1/+7
|
* last_patch58 from vodz:Eric Andersen2002-09-301-0/+3
| | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;)
* 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
|