Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openvt applet by Quy Tonthat | Glenn L McGrath | 2002-09-16 | 2 | -0/+10 |
| | |||||
* | Use busybox's show_usage function for help | Glenn L McGrath | 2002-09-15 | 1 | -0/+1 |
| | |||||
* | Awk applet written from scratch by Dmitry Zakharov | Glenn L McGrath | 2002-09-15 | 2 | -0/+11 |
| | |||||
* | Remove extrangeous backslashes that were probably introduced by | Aaron Lehmann | 2002-08-23 | 1 | -4/+4 |
| | | | | | someone joining lines and forgetting to remove the backslash escaping the newline. | ||||
* | define inline if needed for ANSI C compatability | Glenn L McGrath | 2002-08-22 | 1 | -0/+4 |
| | |||||
* | Remove unwanted comments, run through indent | Glenn L McGrath | 2002-08-22 | 1 | -11/+10 |
| | |||||
* | Run through indent, use /* */ style comments | Glenn L McGrath | 2002-08-22 | 1 | -12/+15 |
| | |||||
* | Remove definition of is_octal and is_decimal, they arent used | Glenn L McGrath | 2002-08-22 | 1 | -3/+0 |
| | |||||
* | New applet, udhcp client | Glenn L McGrath | 2002-08-21 | 2 | -0/+17 |
| | |||||
* | Added a help text for the -C option to syslogd | Robert Griebl | 2002-08-07 | 1 | -1/+9 |
| | |||||
* | Initial checkin of a very primitive hwclock replacement | Robert Griebl | 2002-07-21 | 2 | -0/+14 |
| | |||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -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. | ||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 3 | -4/+4 |
| | | | | | silly games. -Erik | ||||
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 4 | -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! | ||||
* | Patch from Martin Volf <volf@dragon.cz> to fix where I had | Eric Andersen | 2002-07-03 | 1 | -2/+2 |
| | | | | screwed up the usage messages | ||||
* | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | 2002-07-03 | 1 | -81/+0 |
| | | | | -Erik | ||||
* | Silly spelling fix | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 4 | -0/+155 |
| | | | | -Erik | ||||
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 1 | -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] | ||||
* | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | 2002-06-04 | 3 | -4/+88 |
| | | | | [Parts of this patch may overlap with my other two patches] | ||||
* | Implement two types of suid/sgid support for BusyBox: | Robert Griebl | 2002-06-04 | 3 | -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] | ||||
* | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | 2002-05-15 | 1 | -0/+5 |
| | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | ||||
* | Added support for -Y|--proxy=on/off to wget | Robert Griebl | 2002-05-14 | 1 | -2/+3 |
| | |||||
* | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | 2002-05-14 | 1 | -2/+5 |
| | | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | ||||
* | Support noerror option | Eric Andersen | 2002-04-27 | 1 | -1/+2 |
| | |||||
* | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | 2002-04-26 | 1 | -0/+1 |
| | | | | <cristian.ionescu-idbohrn@axis.com> | ||||
* | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | 2002-04-26 | 2 | -2/+13 |
| | |||||
* | Patch from Jim Treadway -- fix a missing "\" in usage.h | Eric Andersen | 2002-04-13 | 1 | -1/+1 |
| | |||||
* | Stupid gcc always includes its own builtin strlen()... | Eric Andersen | 2002-04-13 | 1 | -0/+4 |
| | |||||
* | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen | 2002-04-06 | 1 | -1/+2 |
| | |||||
* | * archival/bunzip2.c: Include <unistd.h>. | Matt Kraai | 2002-03-27 | 1 | -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. | ||||
* | * include/applets.h (CONFIG_LOSETUP): New. | Matt Kraai | 2002-03-20 | 2 | -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. | ||||
* | Fix devfs loop device support | Eric Andersen | 2002-03-20 | 1 | -0/+2 |
| | |||||
* | Try to pull in PATH_MAX properly | Eric Andersen | 2002-03-16 | 1 | -0/+4 |
| | |||||
* | * archival/gzip.c (ifname, ofname): Delete. | Matt Kraai | 2002-02-05 | 1 | -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. | ||||
* | * include/usage.h (gzip_trivial_usage): Make FILE optional. | Matt Kraai | 2002-02-05 | 1 | -2/+2 |
| | | | | (gzip_full_usage): Note behavior when FILE is unspecified. | ||||
* | If PATH_MAX isn't defined, define it outselves | Eric Andersen | 2002-01-26 | 1 | -1/+3 |
| | |||||
* | * include/usage.h: Fix route and unzip usage messages (patch from | Matt Kraai | 2002-01-03 | 1 | -2/+2 |
| | | | | Laurence Anderson). | ||||
* | unzip applet by Laurence Anderson | Glenn L McGrath | 2002-01-02 | 4 | -0/+19 |
| | | | | ---------------------------------------------------------------------- | ||||
* | Vodz' last_patch31 | Eric Andersen | 2001-12-18 | 1 | -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 | ||||
* | Add in a new restart init target, triggered by SIGHUP. Patch from | Eric Andersen | 2001-12-17 | 1 | -2/+9 |
| | | | | | Russ Dill, with adjustments by me. -Erik | ||||
* | Make cp and mv optionally preserve hard links. | Matt Kraai | 2001-12-17 | 1 | -0/+4 |
| | |||||
* | Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> | Eric Andersen | 2001-12-16 | 1 | -2/+2 |
| | |||||
* | Remove documentation for the --file option to hostname (noted by | Matt Kraai | 2001-12-06 | 1 | -5/+5 |
| | | | | David Douthitt). | ||||
* | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen | 2001-12-06 | 2 | -0/+11 |
| | |||||
* | If find_pid_by_name() had an error, it was returning -1, but storing | Eric Andersen | 2001-12-06 | 1 | -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 | ||||
* | Patch from Steve Merrifield <steve@labyrinth.net.au> to | Eric Andersen | 2001-12-06 | 2 | -3/+3 |
| | | | | | fixup the merge of the time applet, which I messed up. -Erik | ||||
* | Add in a 'time' applet. Adds 4.5k. | Eric Andersen | 2001-11-30 | 2 | -0/+10 |
| | | | | -Erik | ||||
* | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | 2001-11-18 | 2 | -1/+10 |
| | |||||
* | I forgot to add these. Part of the patch from vodz | Eric Andersen | 2001-11-10 | 1 | -0/+30 |
| |