aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-01Create find_applet_by_name function. Save 32 bytes.Matt Kraai
2001-02-01Fix wget error message and add (and use) chomp library function.Matt Kraai
2001-01-31Make old compilers not choke -- define the attribute in the func prototype.Eric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-31Added floppyfw to list of known projects using BusyBox.Mark Whitley
2001-01-31xfopen now used by wgetEric Andersen
-Erik
2001-01-31Patch from Vladimir N. Oleynik to simplify wget file openingEric Andersen
using xfopen (which is what everything should be using).
2001-01-31Cleanup patch from Vladimir N. Oleynik.Eric Andersen
* mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug.
2001-01-31Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.cEric Andersen
2001-01-31Patch from Vladimir N. Oleynik to simplify how it decides whichEric Andersen
app was invoked. This removes several strcmp calls.
2001-01-31Wrap a table (bg set to black, width=80%) around the screenshotEric Andersen
so it doesn't look like crap in Netscape. Should look fine in Mozilla either way. I think. -Erik
2001-01-31Make it validate.Matt Kraai
2001-01-31Close IMG tag.Matt Kraai
2001-01-31Patch from Larry Doolittle to reduce the chance that fussing with VPATH willEric Andersen
break cross-compilation. -Erik
2001-01-31If the ioctl fails to tell us the winsize, default to 79.Eric Andersen
-Erik
2001-01-30Patch from Bryan Rittmeyer -- be more conservative by defaultEric Andersen
with the lash prompt. -Erik
2001-01-30Added a new screenshot of Busybox. :-)Mark Whitley
2001-01-30Fix the pwd and group functions. The bb_ stuff was a leftover fromEric Andersen
a brief past that mercifully (except for this) never made it into CVS. -Erik
2001-01-30Fix a stupid typo -- bug found by Larry Doolittle.Eric Andersen
2001-01-30Applied patch from Larry Doolittle to use preprocessor for definingMark Whitley
NFS_MOUNT_VERSION.
2001-01-30Fix ls behavior for broken or very narrow terminals. Fix my_*Eric Andersen
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
2001-01-29Test applets containing numbers in their name. Thanks to Larry Doolittle.Matt Kraai
2001-01-29Fix missing header file.Matt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
a release. Update the website with release details. -Erik
2001-01-27Fix some formattingEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
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
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen
functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik
2001-01-26Applied patch from Larry Doolittle to list supported arches, libcs and kernelsMark Whitley
2001-01-26Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley
in Busybox shell. (Thanks, Vlad.)
2001-01-26Cleanup patch from larry doolittleEric Andersen
-Erik
2001-01-26Fixed a li'l thinko.Mark Whitley
2001-01-26Fix my braindamage -- remove termios and sighandling since they are notEric Andersen
needed at all. My bad. -Erik
2001-01-26I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen
more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik
2001-01-26Make cin be staticEric Andersen
2001-01-26Update the arch-not-yet-supported msg to be more clear.Eric Andersen
2001-01-26Add errno.hEric Andersen
2001-01-26Make ls understand termios.Eric Andersen
-Erik
2001-01-26Fix a stupid bug I introduced yesterday. Doh!Eric Andersen
-Erik
2001-01-26Update some comments to clarify things.Eric Andersen
2001-01-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
-Erik
2001-01-25Add in spoon's watchdog timer app.Eric Andersen
-Erik
2001-01-25Because you demanded it, source tree snapshots are made available daily.Mark Whitley
2001-01-25Added Linux on nanoEngine to the list of known users.Mark Whitley
2001-01-25Update contact info.Eric Andersen
2001-01-25Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen
'id -n' support. -Erik
2001-01-25I just wrote 'insmod -o' to close bug#1049.Eric Andersen
2001-01-25Tar, by itself, could fail.Eric Andersen
2001-01-25Cleanup from Larry DoolittleEric Andersen
2001-01-25Fix for dpkg-deb, courtesy of Larry Doolittle.Eric Andersen
-Erik
2001-01-25Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know thatEric Andersen
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root. -Erik