aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-17Update the build system for pristine source directory builds. Thisandersen9-85/+167
2001-02-17Update the debian build stuffandersen4-157/+622
2001-02-17Throw out the obsolete INIT_CHROOT junkandersen2-182/+0
2001-02-16Several features were hard coded on. Stop that. List tab completionandersen3-29/+20
2001-02-16Commit Vladimir's latest cmdedit. I modified it slightly to ensureandersen5-18/+17
2001-02-16Revert multibuild.pl change.andersen1-1/+0
2001-02-16Regression testing bugfixes from Larry Doolittle. As an aside,andersen1-3/+4
2001-02-16Do usage messages the same way all other apps fo them.andersen5-46/+42
2001-02-16Patch from Larry Doolittle to cross things in multibuild.plandersen1-0/+1
2001-02-16Make ar be crossed.andersen3-986/+2057
2001-02-16Make dpkg require dpkg-debandersen1-0/+6
2001-02-16Fix warning for implicit declaration of time()bug12-2/+4
2001-02-16Fix compile error, sync() always returns 0 anyway.bug12-2/+6
2001-02-15Another small formatting change from Larry Doolittle.markw2-8/+12
2001-02-15Applied patch from Larry Doolittle that does the following:markw2-106/+108
2001-02-15Acknowledge Kenneth Chalmers ln fix.andersen1-0/+3
2001-02-15use perror_msg instead of perror to print the applet name.andersen2-36/+62
2001-02-15fix a few mallocs to be xmallocs.andersen2-4/+4
2001-02-15Patch from Matt Kraai to fix bug #1103. I've tested it,andersen2-6/+10
2001-02-15Fixed 'ls -s' so it actually displays block sizes again.andersen2-6/+6
2001-02-14Make usage.c depend on usage.handersen1-0/+2
2001-02-14Fins find message.andersen3-6/+6
2001-02-14I forgot to add usage.h, so here it is, with a few extra cleanups.andersen4-2/+6122
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workandersen198-3979/+702
2001-02-14implemented displayroute() based on a patch from Vladimir N. Oleynik,andersen2-10/+124
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.andersen9-2/+2830
2001-02-14Add in ifconfig and routeandersen12-0/+1778
2001-02-14Bump rev to 0.50pre.andersen4-3/+10
2001-02-14Several cleanups from Manuel Novoa III.andersen3-134/+155
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.andersen8-0/+111
2001-02-12Closer integration with dpkg-deb and other busybox functions.bug12-258/+280
2001-02-12New dpkg-deb option, warning about dpkg usagebug12-4/+8
2001-02-12New option 'list' produces output that can be used for the packages .list file.bug12-10/+26
2001-02-11New function, deb-extract to be used by dpkg, code cleanups. saves some bytesbug12-170/+172
2001-02-11Consmetic changesbug12-14/+22
2001-02-11More style changesbug12-300/+350
2001-02-11Style changes; use get_line_from_file from utilitiesbug12-346/+264
2001-02-10BB_DPKG uses copy_filebug11-1/+1
2001-02-10Use copy_file from utilty.c, remove some char definesbug12-82/+20
2001-02-10Bug fix, rename status file, cleanupsbug12-142/+102
2001-02-10Replace status defines with const int to conform to sytle guide, adds 32 bytesbug12-122/+116
2001-02-10Initial importbug12-0/+1810
2001-02-10New applet: dpkgbug15-0/+23
2001-02-09Fix typo.kraai1-1/+1
2001-02-09Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.markw3-28/+253
2001-02-09Minor cleanups and clarifications.markw1-8/+16
2001-02-07Add listening support.kraai5-29/+102
2001-02-07Added documentation for new find options.kraai1-1/+3
2001-02-07Reworked find with David Douthitt to support -type, -perm, -mtime, andkraai5-114/+315
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.kraai7-10/+13