update comments as to what caused the defines to change
[oweals/busybox.git] / libbb /
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-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
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-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-02-24 Rob LandleyA few changes falling out from the effort to make sed...
2006-02-22 Mike Frysingerdocument leading + option
2006-02-21 Rob LandleyForgot to check this in last night, part of the hash_fd...
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-21 Mike Frysingera few more comment touchups
2006-02-21 Mike Frysingertranslate Russian-English to just plain English
2006-02-20 "Vladimir N. Oleynik"sync with mainstream, but check more
2006-02-20 Rob Landleygetdomainname() isn't guaranteed to null terminate...
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
2006-02-20 "Vladimir N. Oleynik"correction get(host/domain)name usage, revert 742 bug
2006-02-20 Rob Landleysvn 14077 was completely broken and apparently never...
2006-02-19 Mike Frysingerrfelker writes in Bug 742: make sure string is null...
2006-02-19 Mike Frysingerrfelker writes in Bug 740: s/u_char/unsigned char/
2006-02-17 "Vladimir N. Oleynik"type typo. Thanks, Devin Bayer
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-16 "Vladimir N. Oleynik"removed #undef strlen, use builtins and prototuped...
2006-02-14 "Vladimir N. Oleynik"cleanups after changes by Denis Vlasenko. Size optimization
2006-02-13 Rob LandleyCleanups from Denis Vlasenko.
2006-02-13 Rob LandleyBug fix from Kim B. Heino, manifested via:
2006-02-05 Rob LandleySave a few bytes in error message.
2006-02-02 "Vladimir N. Oleynik"destroy bug 679, use getopt_ulflags with new feature...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 Bernhard Reutner... - bzero -> memset
2006-01-31 "Vladimir N. Oleynik"more obscure
2006-01-31 "Vladimir N. Oleynik"avoid signed<->unsigned warning
2006-01-31 Bernhard Reutner... - fix typo i introduced yesterday.
2006-01-30 Eric Andersenwith 2.4 kernel headers, lo_file_name is char, but...
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-30 Bernhard Reutner... - make linking against libcrypt optional by looking...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Rob LandleyClose bug 644: loop incrementing twice, skipping ever...
2006-01-17 Bernhard Reutner... - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-13 Bernhard Reutner... - correct definitions.
2006-01-12 Bernhard Reutner... - shrink simple obscure stuff a tiny bit:
2006-01-09 "Vladimir N. Oleynik"removed a warning about an unused pargv in bb_getopt_ul...
2006-01-09 Rob LandleyMinor cosmetic fix from Tito.
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2005-12-21 Rob LandleyTrying to losetup a device as a regular user shouldn...
2005-12-12 Rob LandleyFlush input when prompting for a password (bug 373).
2005-12-02 "Vladimir N. Oleynik"reduce signedness warning
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-26 "Vladimir N. Oleynik"change the interface of libbb/compare_string_array...
2005-11-26 "Vladimir N. Oleynik"more use const for interface of libbb/compare_string_ar...
2005-11-25 "Vladimir N. Oleynik"more use libbb/bb_msg_read_error
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...
2005-11-12 Rob LandleyMy last change to this file broke tar x. Sigh. (Tryin...
2005-11-04 Rob LandleyFix bug 424: doing full_read breaks things like cat...
2005-11-04 Rob LandleyWhen cp ran out of space it didn't return a nonzero...
2005-11-01 Rob LandleyFix cp /dev/null filename, and a few in-passing cleanups.
2005-10-27 Rob LandleySomebody suggested this, but I've forgotten who.
2005-10-25 Rob LandleyShaun Jackman noted that limits.h defines path_max...
2005-10-20 "Vladimir N. Oleynik"more const
2005-10-15 Bernhard Reutner... - don't update copyright years. He might release it...
2005-10-15 Bernhard Reutner... - an empty middle term in ?: violates ISO C
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"bb_dev_null
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-11 Rob LandleyThe check for EROFS was wrong. For example, if you...
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-07 Bernhard Reutner... - size reduction of pidof
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb; Add...
2005-10-05 "Vladimir N. Oleynik"another more correction for getopt_ulflags() documentat...
2005-10-05 "Vladimir N. Oleynik"more correction for getopt_ulflags() documentation...
2005-10-05 Bernhard Reutner... - add proper separators. sorry for the noise..
2005-10-05 Bernhard Reutner... - add a bit more documentation to vodz' recent additions.
2005-10-05 "Vladimir N. Oleynik"update bb_getopt_ulflags special for 'ps' applet, usagi...
2005-10-04 "Vladimir N. Oleynik"use updated bb_getopt_ulflags() for ps applet
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 Bernhard Reutner... - rename llist_add_to.c to llist.c
2005-09-26 "Vladimir N. Oleynik"spwd bulid now, (typo)
2005-09-25 Rob LandleyPatch from Amir Shalem to make busybox compile on a...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-20 Bernhard Reutner... - consolidated password helpers
2005-09-20 Bernhard Reutner... - consolidated password helpers into bb_pwd.c
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-16 "Vladimir N. Oleynik"ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE...
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"FEATURE->ENABLE_FEATURE loses one for 'top' applet
2005-09-07 Rob LandleyThis code exists to compensate for ancient broken build...
2005-09-06 Mike FrysingerAmir Shalem writes:
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-09-05 Rob Landleyget_terminal_width_height.c was in there twice.
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-05 Rob LandleyActually returning ret might be good.
2005-09-01 Rob LandleyAccording to bug #63, crond is unhappy with crontab...
2005-09-01 Rob LandleyBernhard Fischer suggested that get_terminal_width_hei...
next