aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups and clarifications.markw2001-02-091-8/+16
* Add listening support.kraai2001-02-075-29/+102
* Added documentation for new find options.kraai2001-02-071-1/+3
* Reworked find with David Douthitt to support -type, -perm, -mtime, andkraai2001-02-075-114/+315
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.kraai2001-02-057-10/+13
* Added some more on paren spacing and a section on testing guidelines.markw2001-02-031-2/+38
* It seems I stupidly checked in a silly test I was making.andersen2001-02-022-2/+0
* After testing multi-build, I stupidly committed Config.handersen2001-02-021-4/+113
* Patch from Chris Jaeger that makes turning on and off options in the makefilemarkw2001-02-021-6/+6
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesandersen2001-02-0121-185/+53
* Tightened things up a bit, saved 20 bytes, and made the code a bit clearer inmarkw2001-02-012-58/+28
* Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking formarkw2001-02-012-16/+22
* Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.markw2001-02-012-12/+10
* Create find_applet_by_name function. Save 32 bytes.kraai2001-02-018-41/+37
* Fix wget error message and add (and use) chomp library function.kraai2001-02-0115-24/+31
* Make old compilers not choke -- define the attribute in the func prototype.andersen2001-01-312-2/+6
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-31106-610/+612
* Added floppyfw to list of known projects using BusyBox.markw2001-01-311-0/+1
* xfopen now used by wgetandersen2001-01-311-1/+1
* Patch from Vladimir N. Oleynik to simplify wget file openingandersen2001-01-312-6/+4
* Cleanup patch from Vladimir N. Oleynik.andersen2001-01-316-120/+76
* Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.candersen2001-01-312-12/+8
* Patch from Vladimir N. Oleynik to simplify how it decides whichandersen2001-01-311-3/+3
* Wrap a table (bg set to black, width=80%) around the screenshotandersen2001-01-311-1/+5
* Make it validate.kraai2001-01-311-12/+11
* Close IMG tag.kraai2001-01-311-1/+1
* Patch from Larry Doolittle to reduce the chance that fussing with VPATH willandersen2001-01-311-1/+2
* If the ioctl fails to tell us the winsize, default to 79.andersen2001-01-312-2/+8
* Patch from Bryan Rittmeyer -- be more conservative by defaultandersen2001-01-304-2/+68
* Added a new screenshot of Busybox. :-)markw2001-01-302-0/+56
* Fix the pwd and group functions. The bb_ stuff was a leftover fromandersen2001-01-302-18/+20
* Fix a stupid typo -- bug found by Larry Doolittle.andersen2001-01-302-2/+2
* Applied patch from Larry Doolittle to use preprocessor for definingmarkw2001-01-302-2/+6
* Fix ls behavior for broken or very narrow terminals. Fix my_*andersen2001-01-303-42/+58
* Test applets containing numbers in their name. Thanks to Larry Doolittle.kraai2001-01-291-1/+1
* Fix missing header file.kraai2001-01-292-0/+2
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-2788-151/+174
* Fix some formattingandersen2001-01-272-12/+10
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-27167-156/+388
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-2715-113/+174
* Applied patch from Larry Doolittle to list supported arches, libcs and kernelsmarkw2001-01-261-0/+18
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionmarkw2001-01-263-511/+1007
* Cleanup patch from larry doolittleandersen2001-01-262-4/+14
* Fixed a li'l thinko.markw2001-01-263-3/+3
* Fix my braindamage -- remove termios and sighandling since they are notandersen2001-01-262-2/+2
* I am an idiot. Looking over my patch, ls doesn't need to do anythingandersen2001-01-262-102/+2
* Make cin be staticandersen2001-01-264-4/+4
* Update the arch-not-yet-supported msg to be more clear.andersen2001-01-262-6/+6
* Add errno.handersen2001-01-262-2/+4
* Make ls understand termios.andersen2001-01-262-2/+120