aboutsummaryrefslogtreecommitdiff
path: root/ln.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2001-02-10Use copy_file from utilty.c, remove some char definesGlenn L McGrath2-82/+20
2001-02-10Bug fix, rename status file, cleanupsGlenn L McGrath2-142/+102
2001-02-10Replace status defines with const int to conform to sytle guide, adds 32 bytesGlenn L McGrath2-122/+116
2001-02-10Initial importGlenn L McGrath2-0/+1810
2001-02-10New applet: dpkgGlenn L McGrath5-0/+23
2001-02-09Fix typo.Matt Kraai1-1/+1
2001-02-09Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.Mark Whitley3-28/+253
2001-02-09Minor cleanups and clarifications.Mark Whitley1-8/+16
2001-02-07Add listening support.Matt Kraai5-29/+102
2001-02-07Added documentation for new find options.Matt Kraai1-1/+3
2001-02-07Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai5-114/+315
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai7-10/+13
2001-02-03Added some more on paren spacing and a section on testing guidelines.Mark Whitley1-2/+38
2001-02-02It seems I stupidly checked in a silly test I was making.Eric Andersen2-2/+0
2001-02-02After testing multi-build, I stupidly committed Config.hEric Andersen1-4/+113
2001-02-02Patch from Chris Jaeger that makes turning on and off options in the makefileMark Whitley1-6/+6
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen21-185/+53
2001-02-01Tightened things up a bit, saved 20 bytes, and made the code a bit clearer inMark Whitley2-58/+28
2001-02-01Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking forMark Whitley2-16/+22
2001-02-01Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley2-12/+10
2001-02-01Create find_applet_by_name function. Save 32 bytes.Matt Kraai8-41/+37
2001-02-01Fix wget error message and add (and use) chomp library function.Matt Kraai15-24/+31
2001-01-31Make old compilers not choke -- define the attribute in the func prototype.Eric Andersen2-2/+6
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
2001-01-31Added floppyfw to list of known projects using BusyBox.Mark Whitley1-0/+1
2001-01-31xfopen now used by wgetEric Andersen1-1/+1
2001-01-31Patch from Vladimir N. Oleynik to simplify wget file openingEric Andersen2-6/+4
2001-01-31Cleanup patch from Vladimir N. Oleynik.Eric Andersen6-120/+76
2001-01-31Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.cEric Andersen2-12/+8
2001-01-31Patch from Vladimir N. Oleynik to simplify how it decides whichEric Andersen1-3/+3
2001-01-31Wrap a table (bg set to black, width=80%) around the screenshotEric Andersen1-1/+5
2001-01-31Make it validate.Matt Kraai1-12/+11