Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath | 2003-11-10 | 1 | -1/+1 |
| | | | | | | algorithms. Move algorithms to hash_fd and make them available via a common function. | ||||
* | make this a little bit less messy | Eric Andersen | 2003-10-22 | 1 | -13/+11 |
| | |||||
* | Fix an ommision preventing building, patch by Tito. | Glenn L McGrath | 2003-10-09 | 1 | -3/+3 |
| | |||||
* | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | 2003-09-24 | 1 | -1/+1 |
| | | | | chgrp and install. | ||||
* | Compile get_terminal_width_height | Glenn L McGrath | 2003-09-16 | 1 | -7/+8 |
| | |||||
* | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | 2003-09-02 | 1 | -1/+1 |
| | | | | | constant. Vodz last_patch_107 | ||||
* | Latest dash update from vodz | Eric Andersen | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | last_patch95 from vodz: | Eric Andersen | 2003-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz | ||||
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -2/+2 |
| | |||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | Vodz, last_patch_86 | Glenn L McGrath | 2003-05-26 | 1 | -1/+1 |
| | |||||
* | Minor .o file naming change | Eric Andersen | 2003-04-16 | 1 | -1/+1 |
| | |||||
* | Obligatory forgotten item. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -13/+46 |
| | |||||
* | With nightmares of libbb ending up with 100 .c files starting | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
| | | | | | with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend. | ||||
* | Define bb_xgetlarg as a standard interface for extracting | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
| | | | | | numbers from getopt which includes careful error checking. -Erik | ||||
* | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | 2003-01-21 | 1 | -1/+1 |
| | | | | patch from Bastian Blank | ||||
* | rmmod -a removed modules recursively | Tim Riker | 2002-12-14 | 1 | -1/+1 |
| | |||||
* | Move add_to_list from libunarchive to libbb so it can be of more general use ↵ | Glenn L McGrath | 2002-12-08 | 1 | -1/+1 |
| | | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | ||||
* | Re-sort filenames to alphebetical order. | Glenn L McGrath | 2002-12-07 | 1 | -21/+21 |
| | |||||
* | Commit to reverse my previous commit, isnt cvs supposed to have some undo ↵ | Glenn L McGrath | 2002-12-07 | 1 | -2/+2 |
| | | | | command ? | ||||
* | include "busybox" after the libc includes tofix compile errors | Glenn L McGrath | 2002-12-07 | 1 | -2/+2 |
| | |||||
* | Move compare_string_array to libbb | Glenn L McGrath | 2002-12-02 | 1 | -2/+2 |
| | |||||
* | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵ | Glenn L McGrath | 2002-11-11 | 1 | -2/+2 |
| | | | | moves the guts of run_parts to libbb to be used by ifupdown. | ||||
* | Patch last_pach62 from vodz. This patch moves all the /proc parsing | Eric Andersen | 2002-10-22 | 1 | -1/+2 |
| | | | | code into libbb so it can be shared by ps, top, etc, saving over 1.5k. | ||||
* | Move unzip.c uncompress.c from libbb to archiveal/libunarchive | Glenn L McGrath | 2002-10-22 | 1 | -1/+1 |
| | |||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -14/+16 |
| | |||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -1/+1 |
| | | | | | | | | | #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. | ||||
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | 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! | ||||
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -3/+7 |
| | | | | -Erik | ||||
* | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | 2002-05-15 | 1 | -1/+1 |
| | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | ||||
* | Completely rework the config system so that it no longer annoys me to work on | Eric Andersen | 2002-04-12 | 1 | -0/+63 |
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik |