- 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
- e0eebc1 Make -Werror configurable by Denis Vlasenko · 18 years ago
- fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
- 5ff8f3d add link to post 1.4.1 patches by Denis Vlasenko · 18 years ago
- 98c0bba fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! by Denis Vlasenko · 18 years ago
- fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
- 8b942c6 fix "expr has no effect" warning by Denis Vlasenko · 18 years ago
- 86724af bb_parse_mode: do not do umask() needlessly. by Denis Vlasenko · 18 years ago
- f98d637 - readahead depends on LFS by Bernhard Reutner-Fischer · 18 years ago
- 5b6195c respect CFLAGS/CPPFLAGS in env by Mike Frysinger · 18 years ago
- bc5262d fix option -F mishandling by Denis Vlasenko · 18 years ago
- a1042e9 fix non-ipv6 compile by Denis Vlasenko · 18 years ago
- 30abe97 announce 1.4.1 by Denis Vlasenko · 18 years ago
- 90ec4dc arping: stop using last gethostbyname2 in the tree hostname: small optimization by Denis Vlasenko · 18 years ago
- aeb4bdd accidentally applied wrong (old) patch, fixing up... by Denis Vlasenko · 18 years ago
- 581930c opt_complementary doesn't like numeric opts :( by Denis Vlasenko · 18 years ago
- b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
- 677cb5e hostname declaration was misplaced by Denis Vlasenko · 18 years ago
- 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
- 84d2d49 - remove nested function. Saves ~30 bytes. by Bernhard Reutner-Fischer · 18 years ago
- 7b1c5aa - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult by Bernhard Reutner-Fischer · 18 years ago
- 0e282c9 combine depends lines by Mike Frysinger · 18 years ago
- 11353ae as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file by Mike Frysinger · 18 years ago
- a01579d change "bool ... if OPT" to more common "depend ... OPT" by Mike Frysinger · 18 years ago
- 6cda897 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
- 841ef13 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
- 08e7097 "depends ..." -> "depends on ..." by Mike Frysinger · 18 years ago
- 71a6a4e correct file format errors by Mike Frysinger · 18 years ago
- 1c747b3 - add hostcc-option checker by Bernhard Reutner-Fischer · 18 years ago
- 82f8788 - call cc-option to check if the compiler supports the flags we asked to use by Bernhard Reutner-Fischer · 18 years ago
- b5bb40f - add an unsupported makefile for IMA compiles by Bernhard Reutner-Fischer · 18 years ago
- 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
- 52848ee add link to fixes-1.4.0 by Denis Vlasenko · 18 years ago
- 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
- d77f7c3 remove empty source files by Denis Vlasenko · 18 years ago
- 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
- 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
- 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
- fdcd7c4 - add more strict prototype checking to catch wrong and broken code (like nested functions) by Bernhard Reutner-Fischer · 18 years ago
- 835f575 - the archivers expect mode to be a mode_t, so do not trip signed/unsigned conversion purposefully by Bernhard Reutner-Fischer · 18 years ago
- 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
- d0f33b3 - not sure if we want a timestamp there, so put one in by Bernhard Reutner-Fischer · 18 years ago
- bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
- 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
- 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
- 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
- 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
- 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
- d8760a7 defconfig: refresh by Denis Vlasenko · 18 years ago
- 95fef70 move shell/cmdedit.c -> libbb/lineedit.c by Denis Vlasenko · 18 years ago
- 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
- 253ce00 cmdedit: fix breakage by Denis Vlasenko · 18 years ago
- b01b4e2 cmdedit.h: remove by Denis Vlasenko · 18 years ago
- 6258fd3 cmdedit: stop playing dirty games with atexit by Denis Vlasenko · 18 years ago
- 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
- 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
- 5592fac cmdedit: more optimizations by Denis Vlasenko · 18 years ago
- 47bdb3a cmdedit: small optimizations by Denis Vlasenko · 18 years ago
- 82b39e8 sanitize cmdedit a bit (group functions by task etc) by Denis Vlasenko · 18 years ago
- 7b1f236 - use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers. by Bernhard Reutner-Fischer · 18 years ago
- 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
- b3f3c23 - point to correct version. Thanks to Yann E. MORIN. by Bernhard Reutner-Fischer · 18 years ago
- 12f96c1 - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
- af45760 - get_terminal_width_height does not and should never write to fd. Cosmetic Precaution by Bernhard Reutner-Fischer · 18 years ago
- d19f4aa - small size tweak by Bernhard Reutner-Fischer · 18 years ago
- 1118a1d - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
- 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
- b31c252 - reuse retval for the option handling. by Bernhard Reutner-Fischer · 18 years ago
- 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
- ca5b352 - make read_stduu() and read_base64() void, small size tweaks by Bernhard Reutner-Fischer · 18 years ago
- d58c194 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
- a8e2e18 - add C99 bool type for setups that support it. by Bernhard Reutner-Fischer · 18 years ago
- 3127358 Announce 1.3.2 and 1.4.0 on busybox.net by Denis Vlasenko · 18 years ago
- 12a3917 head is 1.5.0.svn now by Denis Vlasenko · 18 years ago
- 8942c12 releasing busybox 1.4.0 by Denis Vlasenko · 18 years ago 1_4_0
- 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
- 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago
- e055443 ls: stop doing time() for each file in "ls -l" by Denis Vlasenko · 18 years ago
- 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
- 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
- 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
- f8c11aa fsck: dead code removal; also disable progress indicator code by Denis Vlasenko · 18 years ago
- e18a293 fsck: stop using strtok by Denis Vlasenko · 18 years ago
- 1abf91a fsck: move functions around so that related ones are nearby by Denis Vlasenko · 18 years ago
- a0e701d fsck: small optimization by Denis Vlasenko · 18 years ago
- 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
- c966ba4 - move the smallint that is platform dependant to it's proper place by Bernhard Reutner-Fischer · 18 years ago
- f8384fa Use char for smallint on CRIS as well. by Peter Kjellerstedt · 18 years ago
- 1a250d9 - reinstate paranoia check in wrapf(). by Bernhard Reutner-Fischer · 18 years ago
- 7f0d7ae fix subtle bug inherited from dash by Denis Vlasenko · 18 years ago
- 41aaefc stop using global variable needlessly by Denis Vlasenko · 18 years ago
- cbbc043 smallint can be a char for amd64 too by Denis Vlasenko · 18 years ago
- ef44d9d sed,get_line_from_file: improve comments by Denis Vlasenko · 18 years ago
- ae114c2 - stty's visible() function and catv's guts are identical. Merge them into by Bernhard Reutner-Fischer · 18 years ago
- 79cc559 - remove superfluous define that expanded to "!strcmp" - remove some dead code by Bernhard Reutner-Fischer · 18 years ago
- 8eb0549 - reuse return code of vsnprintf to avoid pulling in strlen by Bernhard Reutner-Fischer · 18 years ago
- 94feb1c - merge display_changed() and display_all() by Bernhard Reutner-Fischer · 18 years ago
- d4a745c - peruse get_terminal_width_height and remove legacy code for ancient by Bernhard Reutner-Fischer · 18 years ago
- a6e31ad - rewrite find_param to use index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
- 4950f01 - manually inline tty_value_to_baud and remove string_to_baud_or_die (cleanup) by Bernhard Reutner-Fischer · 18 years ago