aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Larry Doolittle to reduce the chance that fussing with VPATH willEric Andersen2001-01-311-1/+2
| | | | | break cross-compilation. -Erik
* If the ioctl fails to tell us the winsize, default to 79.Eric Andersen2001-01-312-2/+8
| | | | -Erik
* Patch from Bryan Rittmeyer -- be more conservative by defaultEric Andersen2001-01-304-2/+68
| | | | | with the lash prompt. -Erik
* Added a new screenshot of Busybox. :-)Mark Whitley2001-01-302-0/+56
|
* Fix the pwd and group functions. The bb_ stuff was a leftover fromEric Andersen2001-01-302-18/+20
| | | | | a brief past that mercifully (except for this) never made it into CVS. -Erik
* Fix a stupid typo -- bug found by Larry Doolittle.Eric Andersen2001-01-302-2/+2
|
* Applied patch from Larry Doolittle to use preprocessor for definingMark Whitley2001-01-302-2/+6
| | | | NFS_MOUNT_VERSION.
* Fix ls behavior for broken or very narrow terminals. Fix my_*Eric Andersen2001-01-303-42/+58
| | | | | | functions so they comply with the original interface (i.e. don't exit on error, stringify uids and gids when no amtching name found). -Erik
* Test applets containing numbers in their name. Thanks to Larry Doolittle.Matt Kraai2001-01-291-1/+1
|
* Fix missing header file.Matt Kraai2001-01-292-0/+2
|
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-2788-151/+174
| | | | | a release. Update the website with release details. -Erik
* Fix some formattingEric Andersen2001-01-272-12/+10
|
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-27167-156/+388
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-2715-113/+174
| | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik
* Applied patch from Larry Doolittle to list supported arches, libcs and kernelsMark Whitley2001-01-261-0/+18
|
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley2001-01-263-511/+1007
| | | | in Busybox shell. (Thanks, Vlad.)
* Cleanup patch from larry doolittleEric Andersen2001-01-262-4/+14
| | | | -Erik
* Fixed a li'l thinko.Mark Whitley2001-01-263-3/+3
|
* Fix my braindamage -- remove termios and sighandling since they are notEric Andersen2001-01-262-2/+2
| | | | | needed at all. My bad. -Erik
* I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen2001-01-262-102/+2
| | | | | | more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik
* Make cin be staticEric Andersen2001-01-264-4/+4
|
* Update the arch-not-yet-supported msg to be more clear.Eric Andersen2001-01-262-6/+6
|
* Add errno.hEric Andersen2001-01-262-2/+4
|
* Make ls understand termios.Eric Andersen2001-01-262-2/+120
| | | | -Erik
* Fix a stupid bug I introduced yesterday. Doh!Eric Andersen2001-01-262-10/+10
| | | | -Erik
* Update some comments to clarify things.Eric Andersen2001-01-261-2/+6
|
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-2512-28/+51
| | | | -Erik
* Add in spoon's watchdog timer app.Eric Andersen2001-01-259-11/+146
| | | | -Erik
* Because you demanded it, source tree snapshots are made available daily.Mark Whitley2001-01-251-2/+8
|
* Added Linux on nanoEngine to the list of known users.Mark Whitley2001-01-251-1/+1
|
* Update contact info.Eric Andersen2001-01-251-1/+1
|
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen2001-01-256-13/+41
| | | | | 'id -n' support. -Erik
* I just wrote 'insmod -o' to close bug#1049.Eric Andersen2001-01-252-10/+20
|
* Tar, by itself, could fail.Eric Andersen2001-01-251-1/+2
|
* 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
|