aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New applet, udhcp clientbug12002-08-212-0/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5320 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a help text for the -C option to syslogdsandman2002-08-071-1/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial checkin of a very primitive hwclock replacementsandman2002-07-212-0/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5072 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-191-0/+2
| | | | | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes. git-svn-id: svn://busybox.net/trunk/busybox@5066 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-033-4/+4
| | | | | | | | silly games. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5011 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Bart Visscher <magick@linux-fan.com> addsandersen2002-07-034-1/+40
| | | | | | | | | | | | | | | | | | 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
* Patch from Martin Volf <volf@dragon.cz> to fix where I hadandersen2002-07-031-2/+2
| | | | | | | screwed up the usage messages git-svn-id: svn://busybox.net/trunk/busybox@4996 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup shadow.h stuff so it behaves as intendedandersen2002-07-031-81/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4990 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Silly spelling fixandersen2002-07-031-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4986 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Port over the last of the tinylogin appletsandersen2002-06-234-0/+155
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4961 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bigger patch for (partial) tinylogin integrationsandman2002-06-041-0/+16
| | | | | | | | | | | | | | | | - Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] git-svn-id: svn://busybox.net/trunk/busybox@4857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for broken handling off BusyBox's own pwd/grp implementationssandman2002-06-043-4/+88
| | | | | | | [Parts of this patch may overlap with my other two patches] git-svn-id: svn://busybox.net/trunk/busybox@4856 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement two types of suid/sgid support for BusyBox:sandman2002-06-043-179/+195
| | | | | | | | | 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
* Added support for -Y|--proxy=on/off to wgetsandman2002-05-141-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4774 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch adds -e (extended information) to route and -r/-e (show routingsandman2002-05-141-2/+5
| | | | | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. git-svn-id: svn://busybox.net/trunk/busybox@4772 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support noerror optionandersen2002-04-271-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4684 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add netcat -i option, per patch from Cristian Ionescu-Idbohrnandersen2002-04-261-0/+1
| | | | | | | <cristian.ionescu-idbohrn@axis.com> git-svn-id: svn://busybox.net/trunk/busybox@4679 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>andersen2002-04-262-2/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Treadway -- fix a missing "\" in usage.handersen2002-04-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stupid gcc always includes its own builtin strlen()...andersen2002-04-131-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4608 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.candersen2002-04-061-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * archival/bunzip2.c: Include <unistd.h>.kraai2002-03-271-4/+5
| | | | | | | | | | (bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New. git-svn-id: svn://busybox.net/trunk/busybox@4492 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * include/applets.h (CONFIG_LOSETUP): New.kraai2002-03-202-0/+12
| | | | | | | | | | * 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
* Fix devfs loop device supportandersen2002-03-201-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Try to pull in PATH_MAX properlyandersen2002-03-161-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4402 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * archival/gzip.c (ifname, ofname): Delete.kraai2002-02-051-2/+2
| | | | | | | | | | | (gzip_main): Handle multiple files. * include/usage.h (gzip_trivial_usage): Allow multiple FILEs. (gzip_full_usage): Ditto. * testsuite/gzip/gzip-accepts-multiple-files: New. * testsuite/gzip/gzip-removes-original-file: New. git-svn-id: svn://busybox.net/trunk/busybox@4191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * include/usage.h (gzip_trivial_usage): Make FILE optional.kraai2002-02-051-2/+2
| | | | | | | (gzip_full_usage): Note behavior when FILE is unspecified. git-svn-id: svn://busybox.net/trunk/busybox@4187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* If PATH_MAX isn't defined, define it outselvesandersen2002-01-261-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4113 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * include/usage.h: Fix route and unzip usage messages (patch fromkraai2002-01-031-2/+2
| | | | | | | Laurence Anderson). git-svn-id: svn://busybox.net/trunk/busybox@4008 69ca8d6d-28ef-0310-b511-8ec308f3f277
* unzip applet by Laurence Andersonbug12002-01-024-0/+19
| | | | | | | ---------------------------------------------------------------------- git-svn-id: svn://busybox.net/trunk/busybox@3988 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz' last_patch31andersen2001-12-181-0/+2
| | | | | | | | | | | | | | | | Very minimal last corrections: 1) busybox.c: fix warining 2) docs/: add applets for list from pwd_grp 3) usage.h: add -n option for route 4) run_parts.c: many todo fix for busybox style 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one perror_msg 6) adduser.c: fix bug "variable i not initialize" and add #ifdef CONFIG_FEATURE_SHADOWPASSWDS git-svn-id: svn://busybox.net/trunk/busybox@3900 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a new restart init target, triggered by SIGHUP. Patch fromandersen2001-12-171-2/+9
| | | | | | | | Russ Dill, with adjustments by me. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3896 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make cp and mv optionally preserve hard links.kraai2001-12-171-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>andersen2001-12-161-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove documentation for the --file option to hostname (noted bykraai2001-12-061-5/+5
| | | | | | | David Douthitt). git-svn-id: svn://busybox.net/trunk/busybox@3858 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>andersen2001-12-062-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* If find_pid_by_name() had an error, it was returning -1, but storingandersen2001-12-061-1/+1
| | | | | | | | | | | that into a pid_t, which is unsigned on a number archs. Furthermore, find_pid_by_name() would _never_ return an error if the intended proces was "init", but instead would return 1, meaning we would fail to work on 2.4.x kernels running an initrd... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3854 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Steve Merrifield <steve@labyrinth.net.au> toandersen2001-12-062-3/+3
| | | | | | | | 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-302-0/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3819 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bzcat and bunzip -c support from Thomas Lundquistbug12001-11-182-1/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3701 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I forgot to add these. Part of the patch from vodzandersen2001-11-101-0/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3650 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Required for od and hexdump appletsbug12001-11-021-0/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3626 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce od and hexdump appletsbug12001-11-022-0/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3625 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move usage.h to include/usage.handersen2001-10-312-0/+14
| | | | 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-312-0/+13
| | | | 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
* include unistd which provides off_t for the header and hence unarchive appletsbug12001-10-271-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* libunarchive, and recovery from my previous commitbug12001-10-252-77/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3585 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Modify applets to use libunarchivebug12001-10-251-0/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3582 69ca8d6d-28ef-0310-b511-8ec308f3f277