- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
[oweals/busybox.git] / coreutils /
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-22 Rob Landley"Jordan Crouse" <jordan.crouse@amd.com> says:
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-06 Rob LandleyTeach md5sum and sha1sum to work the way other applets...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-31 Rob LandleyRemove code that can't be reached.
2006-07-26 Rob LandleyPatch from Shaun Jackman, set optind by hand if we...
2006-07-20 Mike Frysingermove lchown/chown define out of specific files and...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-14 Rob LandleyPatch from Suresh Rajashekara moving comments and ...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Rob LandleyMake warnings go away.
2006-06-30 Rob LandleyFix bug 744 by moving the flushing logic into the exhau...
2006-06-20 Rob LandleyI broke allbareconfig with half-finished cleanups I...
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-18 Rob LandleyUndo all of the ugliness and some of the bloat from...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-15 Rob LandleyPatch from Rich Felker:
2006-06-15 Rob LandleyFix bug found by Joey Hess and forwarded by Bastian...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-06 Rob LandleyRemove a config entry that leaked in from my tree befor...
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-06-01 Bernhard Reutner... - look at bb_applet_name. Should close bugs #892 and...
2006-05-31 Rob LandleyAdd catv (separate applet instead of cat -v). Also...
2006-05-29 Bernhard Reutner... - just whitespace
2006-05-29 Bernhard Reutner... - ls: remove unused variable
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-28 Rob LandleyFix some warnings in allbareconfig.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-24 Rob LandleyTwo more issues pointed out by Bernhard.
2006-05-23 Rob LandleyIt takes _talent_ to implement a version of nohup that...
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - use shorter boilerplate.
2006-05-19 Bernhard Reutner... - do not use non-standard u_int.
2006-05-16 Rob LandleyRob Sullivan cleaned up the longstanding patch from...
2006-05-16 Rob LandleyMake md5 calculation always go through an the buffer...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-10 Bernhard Reutner... - typo in error-message: s/algotithm/algorithm
2006-05-09 Rob LandleyReplace isnan() and isinf() with inline tests so uClibc...
2006-05-05 Bernhard Reutner... - add helptext for CONFIG_UNIX2DOS
2006-05-03 Rob LandleyPatch from Rich Felker to make ls use libc's qsort.
2006-05-02 Rob LandleyPatch from Jason Schoon to add optional SIGUSR1 support...
2006-05-02 Rob LandleyPatch from Shaun Jackman:
2006-04-27 Rob LandleyRe-wordwrap the new tests, and fix seq.c to pass them.
2006-04-25 Rob LandleyConvert a chunk of usage.h to USE_ and SKIP_ (more...
2006-04-19 Rob LandleyPatch from Jean Wolter:
2006-04-18 Rob LandleyNew applet cksum, from Rob Sullivan.
2006-04-18 Rob LandleySimplify the GPL boilerplate.
2006-04-18 Bernhard Reutner... - typo: s/derefernce/dereference/g
2006-04-17 Rob LandleyGlenn gave permission for GPLv2 "or later".
2006-04-16 Mike Frysingeruse strchr() not index()
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - use C99 %j format to print intmax.
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-04-10 Rob LandleyWe use -funsigned-char now, so having a separate RESERV...
2006-04-06 Bernhard Reutner... - patch from Rob Sullivan to add support for -L
2006-04-06 Bernhard Reutner... - shrink it a little bit and make it buildable with...
2006-04-06 Bernhard Reutner... - remove unused args.
2006-04-06 Bernhard Reutner... - move code around to avoid the need for the prototypes.
2006-04-06 Bernhard Reutner... - new applet diff. Rob Sullivan writes:
2006-04-05 Bernhard Reutner... - include inttypes.h as pointed out by Jason Schoon.
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.
next