| Commit message (Expand) | Author | Age | Files | Lines |
* | rmmod -a removed modules recursively | timr | 2002-12-14 | 1 | -0/+2 |
* | Merge copyfd and copy_file_chunk | bug1 | 2002-12-13 | 1 | -1/+1 |
* | Move add_to_list from libunarchive to libbb so it can be of more general use ... | bug1 | 2002-12-08 | 1 | -0/+6 |
* | Move compare_string_array to libbb | bug1 | 2002-12-02 | 1 | -0/+1 |
* | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves... | bug1 | 2002-11-11 | 1 | -0/+1 |
* | Abstract read and seek in unarchiving code, convert bunzip to file descriptor... | bug1 | 2002-11-03 | 1 | -1/+0 |
* | Patch last_pach62 from vodz. This patch moves all the /proc parsing | andersen | 2002-10-22 | 1 | -1/+20 |
* | Vodz' last_patch57: | andersen | 2002-09-30 | 1 | -2/+2 |
* | Fix compress support and prevent a segfault | bug1 | 2002-09-27 | 1 | -0/+1 |
* | Reverse some minor changes that got caught up in my big unarchive patch | bug1 | 2002-09-25 | 1 | -4/+4 |
* | New common unarchive code. | bug1 | 2002-09-25 | 1 | -10/+11 |
* | Apply vodz' last_patch52 | andersen | 2002-09-16 | 1 | -1/+1 |
* | define inline if needed for ANSI C compatability | bug1 | 2002-08-22 | 1 | -0/+4 |
* | Remove definition of is_octal and is_decimal, they arent used | bug1 | 2002-08-22 | 1 | -3/+0 |
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | sandman | 2002-07-19 | 1 | -0/+2 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | andersen | 2002-07-03 | 1 | -2/+2 |
* | This patch from Bart Visscher <magick@linux-fan.com> adds | andersen | 2002-07-03 | 1 | -0/+3 |
* | Port over the last of the tinylogin applets | andersen | 2002-06-23 | 1 | -0/+30 |
* | Implement two types of suid/sgid support for BusyBox: | sandman | 2002-06-04 | 1 | -0/+2 |
* | Stupid gcc always includes its own builtin strlen()... | andersen | 2002-04-13 | 1 | -0/+4 |
* | Fix devfs loop device support | andersen | 2002-03-20 | 1 | -0/+2 |
* | unzip applet by Laurence Anderson | bug1 | 2002-01-02 | 1 | -0/+1 |
* | Make cp and mv optionally preserve hard links. | kraai | 2001-12-17 | 1 | -0/+4 |
* | If find_pid_by_name() had an error, it was returning -1, but storing | andersen | 2001-12-06 | 1 | -1/+1 |
* | libunarchive, and recovery from my previous commit | bug1 | 2001-10-25 | 1 | -77/+0 |
* | Modify applets to use libunarchive | bug1 | 2001-10-25 | 1 | -0/+44 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -9/+5 |
* | unarchive function changed to support both exclude and include lists, applets... | bug1 | 2001-10-13 | 1 | -2/+2 |
* | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | kraai | 2001-10-05 | 1 | -1/+1 |
* | Eliminate improper consts and allow standard version to override. | kraai | 2001-08-24 | 1 | -1/+1 |
* | Commit Vladimir's simplify_path. | kraai | 2001-08-10 | 1 | -0/+1 |
* | More libc5 fixups | andersen | 2001-08-02 | 1 | -0/+2 |
* | make_directory used mode as if it were an signed entity, but in fact | andersen | 2001-08-02 | 1 | -1/+1 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | andersen | 2001-08-02 | 1 | -1/+3 |
* | This incorporates Posix math support into ash. The Posix math support | andersen | 2001-07-30 | 1 | -0/+2 |
* | Add support for devfs device names. | kraai | 2001-07-23 | 1 | -0/+28 |
* | Some patches to make dietlibc work... | andersen | 2001-07-22 | 1 | -1/+1 |
* | Change read_package_field interface, and rewrite using low level functions | bug1 | 2001-07-18 | 1 | -1/+1 |
* | enum entry for unarchive to be used by tar | bug1 | 2001-07-14 | 1 | -1/+2 |
* | Patch from vodz: | andersen | 2001-07-12 | 1 | -0/+2 |
* | Quiet mode, sometimes error messages arent wanted | bug1 | 2001-07-12 | 1 | -1/+2 |
* | Allow unarchive to redirect stdout (tobe used by dpkg applet) | bug1 | 2001-07-11 | 1 | -1/+1 |
* | Removed obsolete function, strdup_substr. | kraai | 2001-07-05 | 1 | -4/+0 |
* | Don't use void * to pass pointers of known type | andersen | 2001-06-26 | 1 | -4/+14 |
* | Vladimir's last_patch_15 | bug1 | 2001-06-26 | 1 | -1/+5 |
* | Nore unarchive (and doc) fixes from Laurence Anderson | bug1 | 2001-06-24 | 1 | -1/+1 |
* | Remove obsolete function declaration. | kraai | 2001-06-22 | 1 | -1/+0 |
* | Rewrote mkdir (and touched lots of things in the process). | kraai | 2001-06-21 | 1 | -0/+4 |
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | bug1 | 2001-06-20 | 1 | -22/+10 |
* | I reworked make_human_readable_str so it now has a sane interface, | andersen | 2001-06-13 | 1 | -1/+1 |