aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup from Larry DoolittleEric Andersen2001-01-251-0/+0
|
* Fix for dpkg-deb, courtesy of Larry Doolittle.Eric Andersen2001-01-251-1/+1
| | | | -Erik
* Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know thatEric Andersen2001-01-252-0/+16
| | | | | BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root. -Erik
* More regression testing found bugletsEric Andersen2001-01-251-3/+4
|
* Bug fix and small create_module cleanup from Larry Doolittle toEric Andersen2001-01-242-12/+12
| | | | fix insmod, since I broke var=value args when I getopt'ified it.
* Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.Eric Andersen2001-01-241-0/+1
| | | | -Erik
* More regression-found bug fixesEric Andersen2001-01-241-3/+3
|
* more bugs fixed -- found doing regression testingEric Andersen2001-01-2411-127/+115
| | | | -Erik
* Cleanup for build problem found using regression scriptEric Andersen2001-01-241-0/+2
|
* Fix _old_ bug so that the regression test actually works.Eric Andersen2001-01-241-0/+0
| | | | -Erik
* Some behavioral updates to wget so it acts a bit nicer.Eric Andersen2001-01-242-24/+42
| | | | -Erik
* Fix up insmod usage info to mention -LEric Andersen2001-01-244-3/+9
|
* Make insmod understand (and ignore) -L, and convert it to use getopt.Eric Andersen2001-01-242-34/+36
|
* Update comments re netkit-tiny...Eric Andersen2001-01-241-6/+5
| | | | -Erik
* Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen2001-01-2414-66/+8
| | | | need to happen.
* Fix spelling. s/maintainence/maintenance/Eric Andersen2001-01-2414-22/+22
|
* - Added a section on avoiding static buffers, per mailing list discussionsMark Whitley2001-01-241-4/+88
| | | | | | | - Added a section on avoiding dangerous, overrun-prone string functions, per mailing list comment by David Douthitt - Added comment on how to search-and-replace in multiple files per (very old) mailing list comment by Larry Doolittle.
* Fixed tiny typo.Mark Whitley2001-01-232-2/+2
|
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-2374-624/+674
|
* Bug fix.Eric Andersen2001-01-233-6/+0
|
* Remove host* applets from the default build.Eric Andersen2001-01-221-2/+2
|
* Fix silly typoEric Andersen2001-01-222-2/+2
|
* Warn about apps that will be going away in release 0.50Eric Andersen2001-01-2214-8/+66
| | | | -Erik
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June2001-01-2212-42/+330
| | | | | Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084
* Use getopt (or getopt_long).Matt Kraai2001-01-223-163/+153
|
* Fixed listed files to extract to be more like GNU. Reported by Deon George.Matt Kraai2001-01-222-58/+46
|
* Patch from Larry Doolittle to close bug #1086.Eric Andersen2001-01-221-0/+8
| | | | -Erik
* Update timeEric Andersen2001-01-211-1/+1
|
* Fix naming to reflect realityEric Andersen2001-01-202-6/+6
|
* Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case.Eric Andersen2001-01-202-674/+668
| | | | Patch from Vladimir N. Oleynik <dzo@simtreas.ru>
* djust debian build targetsEric Andersen2001-01-202-18/+57
|
* lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>.Eric Andersen2001-01-201-11/+6
|
* Clarify the statusbar config option so it states which applet it applies to.Eric Andersen2001-01-203-19/+19
|
* Adjust the default feature set a wee bitEric Andersen2001-01-201-2/+2
|
* Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,Eric Andersen2001-01-202-38/+36
| | | | | and thereby save 64 bytes. -Erik
* Close files before exitGlenn L McGrath2001-01-202-0/+2
|
* More printf cleanupsEric Andersen2001-01-205-29/+29
|
* Close unused pipe handle before fork (for tar -z).Glenn L McGrath2001-01-202-2/+8
|
* All files include busybox.h, which includes applets.h, so the MakefileMatt Kraai2001-01-181-2/+2
| | | | should reflect this. Thanks to Vladimir N. Oleynik for the idea.
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-1820-108/+102
| | | | Vladimir N. Oleynik.
* Complicate truncate behavior.Matt Kraai2001-01-172-14/+26
|
* Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.Matt Kraai2001-01-172-8/+8
| | | | Thanks to Francois-R Boyer <boyerf@IRO.UMontreal.CA> for the report.
* Show an example of how to compile with uClibc.Eric Andersen2001-01-161-2/+10
| | | | -Erik
* Fix ownership of extracted directories.Matt Kraai2001-01-132-4/+10
|
* Removed unused, unneeded, Lineo-specific script.Mark Whitley2001-01-091-23/+0
|
* Needs to be NULL at init in all cases.Eric Andersen2001-01-053-3/+3
|
* Changelog update/cleanup from larry.Eric Andersen2001-01-051-7/+8
|
* Patch from larry doolittle to be ever so careful to cleanupEric Andersen2001-01-053-48/+216
| | | | all open file descriptors, lest wierdness happen later.
* Better label the globals.Eric Andersen2001-01-053-6/+21
|
* Patch from Larry Doolittle to set values to static variables that live in theEric Andersen2001-01-053-6/+45
| | | | | | bss at runtime, since sh.c can call sh.c, which causes these variables to not be set to their defaults as god intended. -Erik