Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | |
silly games. -Erik | |||
2002-07-03 | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | |
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! | |||
2002-07-03 | Patch from Martin Volf <volf@dragon.cz> to fix where I had | Eric Andersen | |
screwed up the usage messages | |||
2002-07-03 | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | |
-Erik | |||
2002-07-03 | Silly spelling fix | Eric Andersen | |
-Erik | |||
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen | |
-Erik | |||
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- 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] | |||
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | |
[Parts of this patch may overlap with my other two patches] | |||
2002-06-04 | Implement two types of suid/sgid support for BusyBox: | Robert Griebl | |
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] | |||
2002-05-15 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | |
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | |||
2002-05-14 | Added support for -Y|--proxy=on/off to wget | Robert Griebl | |
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | |
tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||
2002-04-27 | Support noerror option | Eric Andersen | |
2002-04-26 | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | |
<cristian.ionescu-idbohrn@axis.com> | |||
2002-04-26 | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | |
2002-04-13 | Patch from Jim Treadway -- fix a missing "\" in usage.h | Eric Andersen | |
2002-04-13 | Stupid gcc always includes its own builtin strlen()... | Eric Andersen | |
2002-04-06 | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen | |
2002-03-27 | * archival/bunzip2.c: Include <unistd.h>. | Matt Kraai | |
(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. | |||
2002-03-20 | * include/applets.h (CONFIG_LOSETUP): New. | Matt Kraai | |
* 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. | |||
2002-03-20 | Fix devfs loop device support | Eric Andersen | |
2002-03-16 | Try to pull in PATH_MAX properly | Eric Andersen | |
2002-02-05 | * archival/gzip.c (ifname, ofname): Delete. | Matt Kraai | |
(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. | |||
2002-02-05 | * include/usage.h (gzip_trivial_usage): Make FILE optional. | Matt Kraai | |
(gzip_full_usage): Note behavior when FILE is unspecified. | |||
2002-01-26 | If PATH_MAX isn't defined, define it outselves | Eric Andersen | |
2002-01-03 | * include/usage.h: Fix route and unzip usage messages (patch from | Matt Kraai | |
Laurence Anderson). | |||
2002-01-02 | unzip applet by Laurence Anderson | Glenn L McGrath | |
---------------------------------------------------------------------- | |||
2001-12-18 | Vodz' last_patch31 | Eric Andersen | |
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 | |||
2001-12-17 | Add in a new restart init target, triggered by SIGHUP. Patch from | Eric Andersen | |
Russ Dill, with adjustments by me. -Erik | |||
2001-12-17 | Make cp and mv optionally preserve hard links. | Matt Kraai | |
2001-12-16 | Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> | Eric Andersen | |
2001-12-06 | Remove documentation for the --file option to hostname (noted by | Matt Kraai | |
David Douthitt). | |||
2001-12-06 | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen | |
2001-12-06 | If find_pid_by_name() had an error, it was returning -1, but storing | Eric Andersen | |
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 | |||
2001-12-06 | Patch from Steve Merrifield <steve@labyrinth.net.au> to | Eric Andersen | |
fixup the merge of the time applet, which I messed up. -Erik | |||
2001-11-30 | Add in a 'time' applet. Adds 4.5k. | Eric Andersen | |
-Erik | |||
2001-11-18 | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | |
2001-11-10 | I forgot to add these. Part of the patch from vodz | Eric Andersen | |
2001-11-02 | Required for od and hexdump applets | Glenn L McGrath | |
2001-11-02 | Introduce od and hexdump applets | Glenn L McGrath | |
2001-10-31 | Move usage.h to include/usage.h | Eric Andersen | |
2001-10-31 | Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> | Eric Andersen | |
2001-10-29 | Use extended regular expressions when invoked as egrep (noted and initial | Matt Kraai | |
patch by Charles Steinkuehler). | |||
2001-10-27 | include unistd which provides off_t for the header and hence unarchive applets | Glenn L McGrath | |
2001-10-25 | libunarchive, and recovery from my previous commit | Glenn L McGrath | |
2001-10-25 | Modify applets to use libunarchive | Glenn L McGrath | |
2001-10-24 | Split true and false into separate applets. | Matt Kraai | |
2001-10-24 | Ignore generated files | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-10-18 | Commit the start-stop-daemon applet. This was contributed by David | Eric Andersen | |
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! |