| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug when reading mac from command line, continue; if hwaddrr not found | Glenn L McGrath | 2002-12-13 | 1 | -3/+5 |
* | Merge copyfd and copy_file_chunk | Glenn L McGrath | 2002-12-13 | 5 | -65/+54 |
* | Change ftpput so it uses <remote-path> <local-file> as it should | Glenn L McGrath | 2002-12-13 | 1 | -1/+1 |
* | Fix possible bug if file length not known | Glenn L McGrath | 2002-12-13 | 1 | -6/+11 |
* | New applets, ftpget and ftpput | Glenn L McGrath | 2002-12-13 | 5 | -0/+446 |
* | New applet, nameif by Nick Fedchik and myself. | Glenn L McGrath | 2002-12-13 | 5 | -0/+248 |
* | full usage cleanup for udhcp | Glenn L McGrath | 2002-12-12 | 1 | -3/+1 |
* | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | 2002-12-12 | 4 | -8/+8 |
* | Support the o, f and p options, patch by Magnus M�rtensson | Glenn L McGrath | 2002-12-12 | 2 | -2/+40 |
* | Teach addgroup to add user names to groups | Eric Andersen | 2002-12-12 | 1 | -4/+11 |
* | hehe. Screwed that one up. Lets do things right this time. | Eric Andersen | 2002-12-11 | 1 | -1/+2 |
* | Makefile rework coordinate with Russ so udhcp will behave | Eric Andersen | 2002-12-11 | 1 | -15/+9 |
* | slight change to reflect BB_VER change | Russ Dill | 2002-12-11 | 3 | -3/+3 |
* | A cleaner cleanup that avoids passing an off_t to scanf | Eric Andersen | 2002-12-11 | 1 | -5/+9 |
* | sorry about all the noise, should be all synced up now | Russ Dill | 2002-12-11 | 3 | -3/+19 |
* | another sync to udhcp cvs | Russ Dill | 2002-12-11 | 1 | -21/+21 |
* | squash a warning | Eric Andersen | 2002-12-11 | 1 | -1/+1 |
* | Fix -mtime, by Ian Abbott | Glenn L McGrath | 2002-12-11 | 1 | -5/+5 |
* | Small bugfix, last_patch72 from Vladimir N. Oleynik | Glenn L McGrath | 2002-12-11 | 1 | -1/+1 |
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 9 | -83/+46 |
* | Make sure we have a show_usage function prototype | Eric Andersen | 2002-12-11 | 1 | -1/+3 |
* | Fixup all the horrible broken function prototypes | Eric Andersen | 2002-12-11 | 1 | -37/+29 |
* | Squash a warning by making function declaration a proper prototype | Eric Andersen | 2002-12-11 | 1 | -1/+1 |
* | Add missing header file to squash a warning | Eric Andersen | 2002-12-11 | 1 | -0/+1 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -1/+48 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -3/+2 |
* | undefine sysinfo to prevent breakage on ia64 | Glenn L McGrath | 2002-12-11 | 1 | -0/+2 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -56/+54 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -1/+6 |
* | Fixup header file ordering | Eric Andersen | 2002-12-11 | 1 | -1/+1 |
* | Use libbb/get_line_from_file instead of getline | Glenn L McGrath | 2002-12-11 | 1 | -4/+2 |
* | Sync debian files with debian package version 0.60.99.cvs20021209-2 | Glenn L McGrath | 2002-12-10 | 6 | -4/+36 |
* | Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III | Glenn L McGrath | 2002-12-10 | 1 | -12/+10 |
* | include busybox after libc includes | Glenn L McGrath | 2002-12-10 | 1 | -2/+3 |
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 11 | -162/+565 |
* | Realpath applet | Glenn L McGrath | 2002-12-10 | 3 | -0/+52 |
* | Forgot to rename foo | Glenn L McGrath | 2002-12-09 | 1 | -1/+1 |
* | err.. Make clean in the scripts/config directory to remove some binaries | Glenn L McGrath | 2002-12-09 | 1 | -1/+1 |
* | Make clean in the scripts directory to remove some binaries | Glenn L McGrath | 2002-12-09 | 1 | -1/+1 |
* | Stop linian warning about statically linked binary | Glenn L McGrath | 2002-12-09 | 1 | -0/+1 |
* | Fix a debug message, from Bastian Blank | Glenn L McGrath | 2002-12-09 | 1 | -3/+3 |
* | Command line history changes, lastpatch_71 from Vladimir N. Oleynik | Glenn L McGrath | 2002-12-09 | 4 | -38/+77 |
* | Support using ip in udhcpc scripts. | Glenn L McGrath | 2002-12-08 | 4 | -1/+62 |
* | Updates for the new build system from Bastian Blank (waldi) | Glenn L McGrath | 2002-12-08 | 7 | -89/+190 |
* | Fix compile warning | Glenn L McGrath | 2002-12-08 | 1 | -0/+2 |
* | Fix compile warning with OSF | Glenn L McGrath | 2002-12-08 | 1 | -1/+1 |
* | Change #include order to fix warning | Glenn L McGrath | 2002-12-08 | 1 | -1/+2 |
* | Start to cleanup handling of the state file, save some space and uses linked ... | Glenn L McGrath | 2002-12-08 | 1 | -103/+104 |
* | Move add_to_list from libunarchive to libbb so it can be of more general use ... | Glenn L McGrath | 2002-12-08 | 12 | -33/+32 |
* | Re-sort filenames to alphebetical order. | Glenn L McGrath | 2002-12-07 | 1 | -21/+21 |