aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 'ls -s' so it actually displays block sizes again.Eric Andersen2001-02-152-6/+6
| | | | -Erik
* Make usage.c depend on usage.hEric Andersen2001-02-141-0/+2
| | | | -Erik
* Fins find message.Eric Andersen2001-02-143-6/+6
|
* I forgot to add usage.h, so here it is, with a few extra cleanups.Eric Andersen2001-02-144-2/+6122
| | | | | | | Also update show_usage to handle the updated usage.h. Again, nearly all the work to get usage.h into shape was done by Manuel Novoa III. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-14198-3979/+702
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* implemented displayroute() based on a patch from Vladimir N. Oleynik,Eric Andersen2001-02-142-10/+124
| | | | so now route behaves as expected w/o any arguments.
* Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen2001-02-149-2/+2830
| | | | -Erik
* Add in ifconfig and routeEric Andersen2001-02-1412-0/+1778
|
* Bump rev to 0.50pre.Eric Andersen2001-02-144-3/+10
|
* Several cleanups from Manuel Novoa III.Eric Andersen2001-02-143-134/+155
| | | | | | | | | | | | 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),
* Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen2001-02-138-0/+111
| | | | -Erik
* Closer integration with dpkg-deb and other busybox functions.Glenn L McGrath2001-02-122-258/+280
| | | | Hopefully simplified some code (works for me).
* New dpkg-deb option, warning about dpkg usageGlenn L McGrath2001-02-122-4/+8
|
* New option 'list' produces output that can be used for the packages .list file.Glenn L McGrath2001-02-122-10/+26
| | | | Will be used be bb dpkg
* New function, deb-extract to be used by dpkg, code cleanups. saves some bytesGlenn L McGrath2001-02-112-170/+172
|
* Consmetic changesGlenn L McGrath2001-02-112-14/+22
|
* More style changesGlenn L McGrath2001-02-112-300/+350
|
* Style changes; use get_line_from_file from utilitiesGlenn L McGrath2001-02-112-346/+264
|
* BB_DPKG uses copy_fileGlenn L McGrath2001-02-101-1/+1
|
* Use copy_file from utilty.c, remove some char definesGlenn L McGrath2001-02-102-82/+20
|
* Bug fix, rename status file, cleanupsGlenn L McGrath2001-02-102-142/+102
|
* 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