- use proper macros to print intmax_t.
[oweals/busybox.git] / coreutils /
2006-04-05 Bernhard Reutner... - use proper macros to print intmax_t.
2006-04-04 Rob LandleySome tests were always true. We need comm.tests...
2006-04-03 Bernhard Reutner... - make append_option and multiconvert static.
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-03-27 Rob LandleyTurn #if 0 into a comment.
2006-03-23 Mike Frysingerdont printf arguments given by user for security sanity
2006-03-22 Rob LandleyFix "seq 1 1".
2006-03-22 Rob LandleyAnother header suggestion from Shaun Jackman.
2006-03-18 Bernhard Reutner... - tito writes: this patch fixes some comments in dos2un...
2006-03-14 Rob LandleyTito shrank dos2unix.
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-12 Rob LandleyCleanup patch from tito.
2006-03-11 Rob LandleySize reduction by Tito.
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-06 Rob LandleyWalt Wimer noticed that mknod couldn't handle major...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleySelinux fix from Jan Kiszka.
2006-02-28 "Vladimir N. Oleynik"more busybox's style: close bug 745
2006-02-24 Rob LandleyA few changes falling out from the effort to make sed...
2006-02-23 Rob Landley"sed 2 -2 10" was very unhappy. Made the thing bigger...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-21 Rob LandleyWalter Harms added -D to date, and I did a code cleanup...
2006-02-19 Mike Frysingerrfelker writes in Bug 736: stty.c includes unneeded...
2006-02-19 Mike Frysingerrfelker writes in Bug 734: Nothing from err.h is used...
2006-02-14 Rob LandleyFix bug 674: sum's block count should always round up.
2006-02-06 Rob LandleyBug 677: there are apparently still people using telnet.
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 "Vladimir N. Oleynik"more better for me signed<->unsigned and the const...
2006-01-31 "Vladimir N. Oleynik"avoid signed<->unsigned warning
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-30 Bernhard Reutner... - very minor tweak: save 1 byte.
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned".
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-30 "Vladimir N. Oleynik"support GNU suffixes for fancy mode: b(512), k(1024...
2006-01-30 "Vladimir N. Oleynik"remove outdated and do not corected comment. Use bb_xas...
2006-01-30 Rob LandleyMove SUSv2 obsolete feature disabling to debug menu...
2006-01-25 "Vladimir N. Oleynik"support 64 arith. Close bug 136
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-19 Bernhard Reutner... - cleanup Config.in. Use "select CONFIG_FOO" and add...
2006-01-17 Bernhard Reutner... - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-09 Rob LandleyFix bug 603: "chown :root thingy" should work now.
2006-01-06 Rob LandleyBug 624 wants quoted char support for printf, so you...
2006-01-06 Rob LandleyNo, we _want_ the suid and sgid bits reverted by chown...
2005-12-15 Bernhard Reutner... - Stephane Billiart writes:
2005-12-15 Rob LandleyEliminate unnecessary allocation from md5sum that was...
2005-12-13 Bernhard Reutner... - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_appl...
2005-12-12 Rob LandleyBug 310: be consistent about stat/lstat and chown/lchow...
2005-12-12 Rob Landleyprintf() arguments shouldn't be passed straight from...
2005-12-11 Glenn L McGrathAdd build options to control SuS compatability, allows...
2005-12-10 Bernhard Reutner... - remove unused variable have_read_stdin
2005-12-08 Paul Foxavoid mixed declarations, to support older compilers...
2005-12-02 Rob LandleyAnother cleanup patch that's been in my tree for a...
2005-11-01 Rob LandleyFix cp /dev/null filename, and a few in-passing cleanups.
2005-10-27 Bernhard Reutner... - Matthias Wenzel writes:
2005-10-26 Bernhard Reutner... * uniq.c: remove unneeded include and use short boiler...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-15 "Vladimir N. Oleynik"RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"remove 1 CR, correct strange bb_opt_complementally...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-09 Rob LandleyWhen lstat returns an error (such as file not found...
2005-10-08 Rob LandleyRob Sullivan added character and equivalence classes...
2005-10-08 Rob LandleyRename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so...
2005-10-06 "Vladimir N. Oleynik"to bb_getopt_ulflags()
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-22 "Vladimir N. Oleynik"very small size reduce for nohup applet
2005-09-21 Bernhard Reutner... - add applet nohup(1)
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-15 Manuel Novoa III Get rid of warnings, remove compat with older gnu uniq...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-10 Mike Frysingeruse CONFIG_BUFFER macros like cow suggested and shrink...
2005-09-10 Rob LandleyPatch from Dirk Clemens so df doesn't run numbers toget...
2005-09-10 Mike Frysingersome tweaks by cow to shrink a little
2005-09-08 Manuel Novoa III Rob, I don't know why you feel some unexplainable compu...
2005-09-07 Rob LandleyDon't comment warnings. Don't put #warnings about...
2005-09-06 Rob LandleyWhitespace-level changes. Replace s0,s1,e0,e1 with...
2005-09-05 "Vladimir N. Oleynik"- usage fresh bb_getopt_ulflags for ls -- very size...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyBernhard Fischer trimmed down dos2unix a bit.
2005-08-13 Rob LandleyVery minor tweak to tail.
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2005-08-01 Paul Foxcommiting patch from bug 71:
next