aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Patch from Larry Doolittle to cross things in multibuild.plEric Andersen2001-02-161-0/+1
* Make ar be crossed.Eric Andersen2001-02-163-986/+2057
* Make dpkg require dpkg-debEric Andersen2001-02-161-0/+6
* Fix warning for implicit declaration of time()Glenn L McGrath2001-02-162-2/+4
* Fix compile error, sync() always returns 0 anyway.Glenn L McGrath2001-02-162-2/+6
* Another small formatting change from Larry Doolittle.Mark Whitley2001-02-152-8/+12
* Applied patch from Larry Doolittle that does the following:Mark Whitley2001-02-152-106/+108
* Acknowledge Kenneth Chalmers ln fix.Eric Andersen2001-02-151-0/+3
* use perror_msg instead of perror to print the applet name.Eric Andersen2001-02-152-36/+62
* fix a few mallocs to be xmallocs.Eric Andersen2001-02-152-4/+4
* Patch from Matt Kraai to fix bug #1103. I've tested it,Eric Andersen2001-02-152-6/+10
* Fixed 'ls -s' so it actually displays block sizes again.Eric Andersen2001-02-152-6/+6
* Make usage.c depend on usage.hEric Andersen2001-02-141-0/+2
* 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
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-14198-3979/+702
* implemented displayroute() based on a patch from Vladimir N. Oleynik,Eric Andersen2001-02-142-10/+124
* Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen2001-02-149-2/+2830
* 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
* Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen2001-02-138-0/+111
* Closer integration with dpkg-deb and other busybox functions.Glenn L McGrath2001-02-122-258/+280
* 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
* 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
* 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
* After testing multi-build, I stupidly committed Config.hEric Andersen2001-02-021-4/+113
* Patch from Chris Jaeger that makes turning on and off options in the makefileMark Whitley2001-02-021-6/+6
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen2001-02-0121-185/+53
* Tightened things up a bit, saved 20 bytes, and made the code a bit clearer inMark Whitley2001-02-012-58/+28
* Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking forMark Whitley2001-02-012-16/+22
* Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley2001-02-012-12/+10