Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-10 | New applet: dpkg | Glenn L McGrath | |
2001-02-09 | Fix typo. | Matt Kraai | |
2001-02-09 | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. | Mark Whitley | |
2001-02-09 | Minor cleanups and clarifications. | Mark Whitley | |
2001-02-07 | Add listening support. | Matt Kraai | |
2001-02-07 | Added documentation for new find options. | Matt Kraai | |
2001-02-07 | Reworked find with David Douthitt to support -type, -perm, -mtime, and | Matt Kraai | |
other improvements. | |||
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | |
2001-02-03 | Added some more on paren spacing and a section on testing guidelines. | Mark Whitley | |
2001-02-02 | It seems I stupidly checked in a silly test I was making. | Eric Andersen | |
-Erik | |||
2001-02-02 | After testing multi-build, I stupidly committed Config.h | Eric Andersen | |
with nearly everything turned off. Doh! -Erik | |||
2001-02-02 | Patch from Chris Jaeger that makes turning on and off options in the makefile | Mark Whitley | |
a bit less error prone by calling 'strip' on makefile vars before performing truth tests against them. | |||
2001-02-01 | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen | |
to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik | |||
2001-02-01 | Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in | Mark Whitley | |
the process. | |||
2001-02-01 | Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for | Mark Whitley | |
NFS_MOUNT_VERSION, depending on which kernel you're running. | |||
2001-02-01 | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | Mark Whitley | |
2001-02-01 | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai | |
2001-02-01 | Fix wget error message and add (and use) chomp library function. | Matt Kraai | |
2001-01-31 | Make old compilers not choke -- define the attribute in the func prototype. | Eric Andersen | |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | |
2001-01-31 | Added floppyfw to list of known projects using BusyBox. | Mark Whitley | |
2001-01-31 | xfopen now used by wget | Eric Andersen | |
-Erik | |||
2001-01-31 | Patch from Vladimir N. Oleynik to simplify wget file opening | Eric Andersen | |
using xfopen (which is what everything should be using). | |||
2001-01-31 | Cleanup 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-31 | Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.c | Eric Andersen | |
2001-01-31 | Patch from Vladimir N. Oleynik to simplify how it decides which | Eric Andersen | |
app was invoked. This removes several strcmp calls. | |||
2001-01-31 | Wrap a table (bg set to black, width=80%) around the screenshot | Eric Andersen | |
so it doesn't look like crap in Netscape. Should look fine in Mozilla either way. I think. -Erik | |||
2001-01-31 | Make it validate. | Matt Kraai | |
2001-01-31 | Close IMG tag. | Matt Kraai | |
2001-01-31 | Patch from Larry Doolittle to reduce the chance that fussing with VPATH will | Eric Andersen | |
break cross-compilation. -Erik | |||
2001-01-31 | If the ioctl fails to tell us the winsize, default to 79. | Eric Andersen | |
-Erik | |||
2001-01-30 | Patch from Bryan Rittmeyer -- be more conservative by default | Eric Andersen | |
with the lash prompt. -Erik | |||
2001-01-30 | Added a new screenshot of Busybox. :-) | Mark Whitley | |
2001-01-30 | Fix the pwd and group functions. The bb_ stuff was a leftover from | Eric Andersen | |
a brief past that mercifully (except for this) never made it into CVS. -Erik | |||
2001-01-30 | Fix a stupid typo -- bug found by Larry Doolittle. | Eric Andersen | |
2001-01-30 | Applied patch from Larry Doolittle to use preprocessor for defining | Mark Whitley | |
NFS_MOUNT_VERSION. | |||
2001-01-30 | Fix 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-29 | Test applets containing numbers in their name. Thanks to Larry Doolittle. | Matt Kraai | |
2001-01-29 | Fix missing header file. | Matt Kraai | |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen | |
a release. Update the website with release details. -Erik | |||
2001-01-27 | Fix some formatting | Eric Andersen | |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric 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-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | |
functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | |||
2001-01-26 | Applied patch from Larry Doolittle to list supported arches, libcs and kernels | Mark Whitley | |
2001-01-26 | Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion | Mark Whitley | |
in Busybox shell. (Thanks, Vlad.) | |||
2001-01-26 | Cleanup patch from larry doolittle | Eric Andersen | |
-Erik | |||
2001-01-26 | Fixed a li'l thinko. | Mark Whitley | |
2001-01-26 | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | |
needed at all. My bad. -Erik | |||
2001-01-26 | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen | |
more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik | |||
2001-01-26 | Make cin be static | Eric Andersen | |