aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix aRob Landley2006-04-252-5/+12
* Patch from Jean Wolter:Rob Landley2006-04-191-11/+16
* New applet cksum, from Rob Sullivan.Rob Landley2006-04-183-0/+63
* Simplify the GPL boilerplate.Rob Landley2006-04-181-18/+2
* - typo: s/derefernce/dereference/gBernhard Reutner-Fischer2006-04-181-2/+2
* Glenn gave permission for GPLv2 "or later".Rob Landley2006-04-171-14/+3
* use strchr() not index()Mike Frysinger2006-04-161-2/+2
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-28/+28
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-17/+2
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-15/+3
* - use C99 %j format to print intmax.Bernhard Reutner-Fischer2006-04-121-16/+16
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-123-33/+6
* We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER isRob Landley2006-04-102-2/+2
* - patch from Rob Sullivan to add support for -LBernhard Reutner-Fischer2006-04-061-36/+64
* - shrink it a little bit and make it buildable with gcc-2.95Bernhard Reutner-Fischer2006-04-061-35/+46
* - remove unused args.Bernhard Reutner-Fischer2006-04-061-12/+13
* - move code around to avoid the need for the prototypes.Bernhard Reutner-Fischer2006-04-061-587/+557
* - new applet diff. Rob Sullivan writes:Bernhard Reutner-Fischer2006-04-063-0/+1310
* - include inttypes.h as pointed out by Jason Schoon.Bernhard Reutner-Fischer2006-04-051-17/+4
* - use proper macros to print intmax_t.Bernhard Reutner-Fischer2006-04-051-3/+3
* Some tests were always true. We need comm.tests...Rob Landley2006-04-041-18/+4
* - make append_option and multiconvert static.Bernhard Reutner-Fischer2006-04-031-1/+1
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;Bernhard Reutner-Fischer2006-04-022-2/+2
* - Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer2006-03-291-1/+1
* Turn #if 0 into a comment.Rob Landley2006-03-271-5/+2
* dont printf arguments given by user for security sanityMike Frysinger2006-03-231-1/+1
* Fix "seq 1 1".Rob Landley2006-03-221-2/+2
* Another header suggestion from Shaun Jackman.Rob Landley2006-03-221-0/+1
* - tito writes: this patch fixes some comments in dos2unix that are wrongBernhard Reutner-Fischer2006-03-181-4/+2
* Tito shrank dos2unix.Rob Landley2006-03-141-101/+37
* - revert back to r14406Bernhard Reutner-Fischer2006-03-132-19/+37
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-133-6/+3
* Cleanup patch from tito.Rob Landley2006-03-121-40/+37
* Size reduction by Tito.Rob Landley2006-03-111-22/+7
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-102-8/+13
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-092-4/+13
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-0641-43/+43
* Walt Wimer noticed that mknod couldn't handle major or minor > 255. Now ourRob Landley2006-03-061-2/+4
* - remove unused lists *-mBernhard Reutner-Fischer2006-03-021-1/+0
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-022-0/+8
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-012-49/+11
* Selinux fix from Jan Kiszka.Rob Landley2006-03-011-5/+1
* more busybox's style: close bug 745"Vladimir N. Oleynik"2006-02-282-6/+6
* A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley2006-02-241-14/+4
* "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, Rob Landley2006-02-231-31/+22
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-222-4/+4
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+4
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-212-39/+53
* Walter Harms added -D to date, and I did a code cleanup while I was in theRob Landley2006-02-211-85/+41
* rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.hMike Frysinger2006-02-191-1/+0