aboutsummaryrefslogtreecommitdiff
path: root/dd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-20Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSEric Andersen2-8/+8
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-18Put back Vladimir's testing defines, which I mistakenly removed.Eric Andersen2-8/+12
2001-02-18A few more cleanups from Vladimir.Eric Andersen1-17/+21
2001-02-18Another patch from Vladimir to eliminate obsolete junk.Eric Andersen4-18/+4
2001-02-18A small cleanup by VladimirEric Andersen2-16/+10
2001-02-18Remove leftover junkEric Andersen2-2/+0
2001-02-17Get rid of long stale usage message code.Eric Andersen4-20/+12
2001-02-17A bunch of usage clenups from kent robotti <robotti@metconnect.com>Eric Andersen3-66/+63
2001-02-17More updates from Larry Doolittle. Don't use basedir, Don't assumeEric Andersen1-8/+7
2001-02-17More updates.Eric Andersen1-4/+3
2001-02-17Ignore applet_source_listEric Andersen1-0/+1
2001-02-17Update the build system for pristine source directory builds. ThisEric Andersen9-85/+167
2001-02-17Update the debian build stuffEric Andersen4-157/+622
2001-02-17Throw out the obsolete INIT_CHROOT junkEric Andersen2-182/+0
2001-02-16Several features were hard coded on. Stop that. List tab completionEric Andersen3-29/+20
2001-02-16Commit Vladimir's latest cmdedit. I modified it slightly to ensureEric Andersen5-18/+17
2001-02-16Revert multibuild.pl change.Eric Andersen1-1/+0
2001-02-16Regression testing bugfixes from Larry Doolittle. As an aside,Eric Andersen1-3/+4
2001-02-16Do usage messages the same way all other apps fo them.Eric Andersen5-46/+42
2001-02-16Patch from Larry Doolittle to cross things in multibuild.plEric Andersen1-0/+1
2001-02-16Make ar be crossed.Eric Andersen3-986/+2057
2001-02-16Make dpkg require dpkg-debEric Andersen1-0/+6
2001-02-16Fix warning for implicit declaration of time()Glenn L McGrath2-2/+4
2001-02-16Fix compile error, sync() always returns 0 anyway.Glenn L McGrath2-2/+6
2001-02-15Another small formatting change from Larry Doolittle.Mark Whitley2-8/+12
2001-02-15Applied patch from Larry Doolittle that does the following:Mark Whitley2-106/+108
2001-02-15Acknowledge Kenneth Chalmers ln fix.Eric Andersen1-0/+3
2001-02-15use perror_msg instead of perror to print the applet name.Eric Andersen2-36/+62
2001-02-15fix a few mallocs to be xmallocs.Eric Andersen2-4/+4
2001-02-15Patch from Matt Kraai to fix bug #1103. I've tested it,Eric Andersen2-6/+10
2001-02-15Fixed 'ls -s' so it actually displays block sizes again.Eric Andersen2-6/+6
2001-02-14Make usage.c depend on usage.hEric Andersen1-0/+2
2001-02-14Fins find message.Eric Andersen3-6/+6
2001-02-14I forgot to add usage.h, so here it is, with a few extra cleanups.Eric Andersen4-2/+6122
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-02-14implemented displayroute() based on a patch from Vladimir N. Oleynik,Eric Andersen2-10/+124
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen9-2/+2830
2001-02-14Add in ifconfig and routeEric Andersen12-0/+1778
2001-02-14Bump rev to 0.50pre.Eric Andersen4-3/+10
2001-02-14Several cleanups from Manuel Novoa III.Eric Andersen3-134/+155
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen8-0/+111
2001-02-12Closer integration with dpkg-deb and other busybox functions.Glenn L McGrath2-258/+280
2001-02-12New dpkg-deb option, warning about dpkg usageGlenn L McGrath2-4/+8
2001-02-12New option 'list' produces output that can be used for the packages .list file.Glenn L McGrath2-10/+26
2001-02-11New function, deb-extract to be used by dpkg, code cleanups. saves some bytesGlenn L McGrath2-170/+172
2001-02-11Consmetic changesGlenn L McGrath2-14/+22
2001-02-11More style changesGlenn L McGrath2-300/+350
2001-02-11Style changes; use get_line_from_file from utilitiesGlenn L McGrath2-346/+264
2001-02-10BB_DPKG uses copy_fileGlenn L McGrath1-1/+1