Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace status defines with const int to conform to sytle guide, adds 32 bytes | Glenn L McGrath | 2001-02-10 | 2 | -122/+116 |
| | |||||
* | Initial import | Glenn L McGrath | 2001-02-10 | 2 | -0/+1810 |
| | |||||
* | New applet: dpkg | Glenn L McGrath | 2001-02-10 | 5 | -0/+23 |
| | |||||
* | Fix typo. | Matt Kraai | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. | Mark Whitley | 2001-02-09 | 3 | -28/+253 |
| | |||||
* | Minor cleanups and clarifications. | Mark Whitley | 2001-02-09 | 1 | -8/+16 |
| | |||||
* | Add listening support. | Matt Kraai | 2001-02-07 | 5 | -29/+102 |
| | |||||
* | Added documentation for new find options. | Matt Kraai | 2001-02-07 | 1 | -1/+3 |
| | |||||
* | Reworked find with David Douthitt to support -type, -perm, -mtime, and | Matt Kraai | 2001-02-07 | 5 | -114/+315 |
| | | | | other improvements. | ||||
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | 2001-02-05 | 7 | -10/+13 |
| | |||||
* | Added some more on paren spacing and a section on testing guidelines. | Mark Whitley | 2001-02-03 | 1 | -2/+38 |
| | |||||
* | It seems I stupidly checked in a silly test I was making. | Eric Andersen | 2001-02-02 | 2 | -2/+0 |
| | | | | -Erik | ||||
* | After testing multi-build, I stupidly committed Config.h | Eric Andersen | 2001-02-02 | 1 | -4/+113 |
| | | | | | with nearly everything turned off. Doh! -Erik | ||||
* | Patch from Chris Jaeger that makes turning on and off options in the makefile | Mark Whitley | 2001-02-02 | 1 | -6/+6 |
| | | | | | a bit less error prone by calling 'strip' on makefile vars before performing truth tests against them. | ||||
* | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen | 2001-02-01 | 21 | -185/+53 |
| | | | | | | | 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 | ||||
* | Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in | Mark Whitley | 2001-02-01 | 2 | -58/+28 |
| | | | | the process. | ||||
* | Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for | Mark Whitley | 2001-02-01 | 2 | -16/+22 |
| | | | | NFS_MOUNT_VERSION, depending on which kernel you're running. | ||||
* | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | Mark Whitley | 2001-02-01 | 2 | -12/+10 |
| | |||||
* | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai | 2001-02-01 | 8 | -41/+37 |
| | |||||
* | Fix wget error message and add (and use) chomp library function. | Matt Kraai | 2001-02-01 | 15 | -24/+31 |
| | |||||
* | Make old compilers not choke -- define the attribute in the func prototype. | Eric Andersen | 2001-01-31 | 2 | -2/+6 |
| | |||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 106 | -610/+612 |
| | |||||
* | Added floppyfw to list of known projects using BusyBox. | Mark Whitley | 2001-01-31 | 1 | -0/+1 |
| | |||||
* | xfopen now used by wget | Eric Andersen | 2001-01-31 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Patch from Vladimir N. Oleynik to simplify wget file opening | Eric Andersen | 2001-01-31 | 2 | -6/+4 |
| | | | | using xfopen (which is what everything should be using). | ||||
* | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen | 2001-01-31 | 6 | -120/+76 |
| | | | | | | * mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug. | ||||
* | Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.c | Eric Andersen | 2001-01-31 | 2 | -12/+8 |
| | |||||
* | Patch from Vladimir N. Oleynik to simplify how it decides which | Eric Andersen | 2001-01-31 | 1 | -3/+3 |
| | | | | app was invoked. This removes several strcmp calls. | ||||
* | Wrap a table (bg set to black, width=80%) around the screenshot | Eric Andersen | 2001-01-31 | 1 | -1/+5 |
| | | | | | | so it doesn't look like crap in Netscape. Should look fine in Mozilla either way. I think. -Erik | ||||
* | Make it validate. | Matt Kraai | 2001-01-31 | 1 | -12/+11 |
| | |||||
* | Close IMG tag. | Matt Kraai | 2001-01-31 | 1 | -1/+1 |
| | |||||
* | Patch from Larry Doolittle to reduce the chance that fussing with VPATH will | Eric Andersen | 2001-01-31 | 1 | -1/+2 |
| | | | | | break cross-compilation. -Erik | ||||
* | If the ioctl fails to tell us the winsize, default to 79. | Eric Andersen | 2001-01-31 | 2 | -2/+8 |
| | | | | -Erik | ||||
* | Patch from Bryan Rittmeyer -- be more conservative by default | Eric Andersen | 2001-01-30 | 4 | -2/+68 |
| | | | | | with the lash prompt. -Erik | ||||
* | Added a new screenshot of Busybox. :-) | Mark Whitley | 2001-01-30 | 2 | -0/+56 |
| | |||||
* | Fix the pwd and group functions. The bb_ stuff was a leftover from | Eric Andersen | 2001-01-30 | 2 | -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 Andersen | 2001-01-30 | 2 | -2/+2 |
| | |||||
* | Applied patch from Larry Doolittle to use preprocessor for defining | Mark Whitley | 2001-01-30 | 2 | -2/+6 |
| | | | | NFS_MOUNT_VERSION. | ||||
* | Fix ls behavior for broken or very narrow terminals. Fix my_* | Eric Andersen | 2001-01-30 | 3 | -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 Kraai | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | Fix missing header file. | Matt Kraai | 2001-01-29 | 2 | -0/+2 |
| | |||||
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 88 | -151/+174 |
| | | | | | a release. Update the website with release details. -Erik | ||||
* | Fix some formatting | Eric Andersen | 2001-01-27 | 2 | -12/+10 |
| | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 167 | -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.h | Eric Andersen | 2001-01-27 | 15 | -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 kernels | Mark Whitley | 2001-01-26 | 1 | -0/+18 |
| | |||||
* | Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion | Mark Whitley | 2001-01-26 | 3 | -511/+1007 |
| | | | | in Busybox shell. (Thanks, Vlad.) | ||||
* | Cleanup patch from larry doolittle | Eric Andersen | 2001-01-26 | 2 | -4/+14 |
| | | | | -Erik | ||||
* | Fixed a li'l thinko. | Mark Whitley | 2001-01-26 | 3 | -3/+3 |
| | |||||
* | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | 2001-01-26 | 2 | -2/+2 |
| | | | | | needed at all. My bad. -Erik |