aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
-Erik
2001-02-14Add in ifconfig and routeEric Andersen
2001-02-14Bump rev to 0.50pre.Eric Andersen
2001-02-14Several cleanups from Manuel Novoa III.Eric Andersen
get_kernel_revision -- size reduction NOTE: may want to combine with get_kernel_version in insmod??? parse_mode -- size reduction, multiple settings with "," now work correctly, sticky-bit setting now implemented process_escape_sequence -- size reduction, octal code to big for char bug fixed format -- size reduction, val > LONG_MAX and hr = 1 printing bug fixed (was %ld),
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen
-Erik
2001-02-12Closer integration with dpkg-deb and other busybox functions.Glenn L McGrath
Hopefully simplified some code (works for me).
2001-02-12New dpkg-deb option, warning about dpkg usageGlenn L McGrath
2001-02-12New option 'list' produces output that can be used for the packages .list file.Glenn L McGrath
Will be used be bb dpkg
2001-02-11New function, deb-extract to be used by dpkg, code cleanups. saves some bytesGlenn L McGrath
2001-02-11Consmetic changesGlenn L McGrath
2001-02-11More style changesGlenn L McGrath
2001-02-11Style changes; use get_line_from_file from utilitiesGlenn L McGrath
2001-02-10BB_DPKG uses copy_fileGlenn L McGrath
2001-02-10Use copy_file from utilty.c, remove some char definesGlenn L McGrath
2001-02-10Bug fix, rename status file, cleanupsGlenn L McGrath
2001-02-10Replace status defines with const int to conform to sytle guide, adds 32 bytesGlenn L McGrath
2001-02-10Initial importGlenn L McGrath
2001-02-10New applet: dpkgGlenn L McGrath
2001-02-09Fix typo.Matt Kraai
2001-02-09Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.Mark Whitley
2001-02-09Minor cleanups and clarifications.Mark Whitley
2001-02-07Add listening support.Matt Kraai
2001-02-07Added documentation for new find options.Matt Kraai
2001-02-07Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai
other improvements.
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai
2001-02-03Added some more on paren spacing and a section on testing guidelines.Mark Whitley
2001-02-02It seems I stupidly checked in a silly test I was making.Eric Andersen
-Erik
2001-02-02After testing multi-build, I stupidly committed Config.hEric Andersen
with nearly everything turned off. Doh! -Erik
2001-02-02Patch from Chris Jaeger that makes turning on and off options in the makefileMark Whitley
a bit less error prone by calling 'strip' on makefile vars before performing truth tests against them.
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric 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-01Tightened things up a bit, saved 20 bytes, and made the code a bit clearer inMark Whitley
the process.
2001-02-01Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking forMark Whitley
NFS_MOUNT_VERSION, depending on which kernel you're running.
2001-02-01Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley
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