| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | 2002-07-03 | 1 | -81/+0 |
* | Silly spelling fix | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 4 | -0/+155 |
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 1 | -0/+16 |
* | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | 2002-06-04 | 3 | -4/+88 |
* | Implement two types of suid/sgid support for BusyBox: | Robert Griebl | 2002-06-04 | 3 | -179/+195 |
* | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | 2002-05-15 | 1 | -0/+5 |
* | 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 |
* | 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 |
* | 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 |
* | * include/applets.h (CONFIG_LOSETUP): New. | Matt Kraai | 2002-03-20 | 2 | -0/+12 |
* | 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 |
* | * include/usage.h (gzip_trivial_usage): Make FILE optional. | Matt Kraai | 2002-02-05 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Add in a new restart init target, triggered by SIGHUP. Patch from | Eric Andersen | 2001-12-17 | 1 | -2/+9 |
* | 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 |
* | 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 |
* | Patch from Steve Merrifield <steve@labyrinth.net.au> to | Eric Andersen | 2001-12-06 | 2 | -3/+3 |
* | Add in a 'time' applet. Adds 4.5k. | Eric Andersen | 2001-11-30 | 2 | -0/+10 |
* | 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 |
* | Required for od and hexdump applets | Glenn L McGrath | 2001-11-02 | 1 | -0/+42 |
* | Introduce od and hexdump applets | Glenn L McGrath | 2001-11-02 | 2 | -0/+29 |
* | Move usage.h to include/usage.h | Eric Andersen | 2001-10-31 | 2 | -0/+14 |
* | Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> | Eric Andersen | 2001-10-31 | 2 | -0/+13 |
* | Use extended regular expressions when invoked as egrep (noted and initial | Matt Kraai | 2001-10-29 | 1 | -1/+1 |
* | include unistd which provides off_t for the header and hence unarchive applets | Glenn L McGrath | 2001-10-27 | 1 | -1/+2 |
* | libunarchive, and recovery from my previous commit | Glenn L McGrath | 2001-10-25 | 2 | -77/+42 |
* | Modify applets to use libunarchive | Glenn L McGrath | 2001-10-25 | 1 | -0/+44 |
* | Split true and false into separate applets. | Matt Kraai | 2001-10-24 | 1 | -2/+2 |
* | Ignore generated files | Eric Andersen | 2001-10-24 | 1 | -0/+2 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 6 | -207/+203 |
* | Commit the start-stop-daemon applet. This was contributed by David | Eric Andersen | 2001-10-18 | 2 | -0/+17 |
* | unarchive function changed to support both exclude and include lists, applets... | Glenn L McGrath | 2001-10-13 | 1 | -2/+2 |
* | Remove duplicate tftp -l option help | Glenn L McGrath | 2001-10-05 | 1 | -1/+0 |
* | Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. | Glenn L McGrath | 2001-10-05 | 1 | -2/+10 |