aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace status defines with const int to conform to sytle guide, adds 32 bytesGlenn L McGrath2001-02-102-122/+116
|
* Initial importGlenn L McGrath2001-02-102-0/+1810
|
* New applet: dpkgGlenn L McGrath2001-02-105-0/+23
|
* Fix typo.Matt Kraai2001-02-091-1/+1
|
* Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.Mark Whitley2001-02-093-28/+253
|
* Minor cleanups and clarifications.Mark Whitley2001-02-091-8/+16
|
* Add listening support.Matt Kraai2001-02-075-29/+102
|
* Added documentation for new find options.Matt Kraai2001-02-071-1/+3
|
* Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai2001-02-075-114/+315
| | | | other improvements.
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai2001-02-057-10/+13
|
* Added some more on paren spacing and a section on testing guidelines.Mark Whitley2001-02-031-2/+38
|
* It seems I stupidly checked in a silly test I was making.Eric Andersen2001-02-022-2/+0
| | | | -Erik
* After testing multi-build, I stupidly committed Config.hEric Andersen2001-02-021-4/+113
| | | | | with nearly everything turned off. Doh! -Erik
* Patch from Chris Jaeger that makes turning on and off options in the makefileMark Whitley2001-02-021-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" switchesEric Andersen2001-02-0121-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 inMark Whitley2001-02-012-58/+28
| | | | the process.
* Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking forMark Whitley2001-02-012-16/+22
| | | | NFS_MOUNT_VERSION, depending on which kernel you're running.
* Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley2001-02-012-12/+10
|
* Create find_applet_by_name function. Save 32 bytes.Matt Kraai2001-02-018-41/+37
|
* Fix wget error message and add (and use) chomp library function.Matt Kraai2001-02-0115-24/+31
|
* Make old compilers not choke -- define the attribute in the func prototype.Eric Andersen2001-01-312-2/+6
|
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-31106-610/+612
|
* Added floppyfw to list of known projects using BusyBox.Mark Whitley2001-01-311-0/+1
|
* xfopen now used by wgetEric Andersen2001-01-311-1/+1
| | | | -Erik
* Patch from Vladimir N. Oleynik to simplify wget file openingEric Andersen2001-01-312-6/+4
| | | | using xfopen (which is what everything should be using).
* Cleanup patch from Vladimir N. Oleynik.Eric Andersen2001-01-316-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.cEric Andersen2001-01-312-12/+8
|
* Patch from Vladimir N. Oleynik to simplify how it decides whichEric Andersen2001-01-311-3/+3
| | | | app was invoked. This removes several strcmp calls.
* Wrap a table (bg set to black, width=80%) around the screenshotEric Andersen2001-01-311-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 Kraai2001-01-311-12/+11
|
* Close IMG tag.Matt Kraai2001-01-311-1/+1
|
* 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