Patch from Denis Vlasenko to constify things and fix a few typos.
[oweals/busybox.git] / coreutils /
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:
2005-07-30 Mike Frysingertell people to ignore the dups/e0 warnings
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-26 Mike Frysingerremove unused variable ret as reported by apgo in Bug...
2005-07-26 Mike Frysingerjust punt all the f_frsize crap since not all linux...
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying patch from:
2005-07-20 Rob LandleyIf /tmp and /home were different partitions, then ...
2005-07-01 Mike FrysingerPatch by jonlar in Bug 312 to split the U_W_TMP feature...
2005-06-30 Mike Frysingerpatch by Shaun Jackman to combine dup/close funcs into...
2005-06-29 Mike Frysingerdont use f_frsize unless linux-2.6.0 or better
2005-06-24 Mike Frysingertweak signed/unsigned char usage to avoid mismatches
2005-05-28 Rob LandleyShaun Jackman submitted a patch converting an allocatio...
2005-05-28 Rob LandleyPatch from Shaun Jackman to save a few bytes.
2005-05-16 Mike Frysingeruse more busybox functions and remove redundant code
2005-05-13 Mike Frysingeras Rob Landley pointed out, need to fix the 1 versus...
2005-05-13 Mike Frysingerblah, forgot to save last time to fix whitespacing
2005-05-13 Mike Frysingerremove duplicated code and rework algorithms to end...
2005-05-12 Mike Frysingeruse a bunch of if statements since it is a few bytes...
2005-05-12 Mike Frysingererr, added 2 to the wrong var :) also touchup the optio...
2005-05-12 Mike Frysingerfix segfault if user only specifies 1 file
2005-05-12 Mike Frysingerfix whitespace/coding style
2005-05-12 Mike Frysingeradd missing comm.o rule
2005-05-12 Mike Frysingerwhitespace touchups
2005-05-11 Rob LandleySmall comm implementatin from Rob Sullivan. Needed...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-05-09 Rob LandleyPatch from Shaun Jackman:
next