コミット履歴

作者 SHA1 メッセージ 日付
  Denis Vlasenko 7049ff8696 whitespace fixes. no code changes 16 年 前
  Denis Vlasenko f4e6bd0bf3 mdev: add commented-out debug code to open stdio. 16 年 前
  Denis Vlasenko e94a87134d mdev: fix counting of '%' in pattern 16 年 前
  Denis Vlasenko ff9234948e mdev: fix whitespace damage 16 年 前
  Denis Vlasenko a959a2abdd mdev: suppress "may be used uninitialized" warning 16 年 前
  Denis Vlasenko 4801441e9a mdev: add support for "only rename" option in mdev.conf 16 年 前
  Denis Vlasenko 77ad97f199 more -Wall warning fixes from Cristian Ionescu-Idbohrn. 16 年 前
  Denis Vlasenko 4579e9c1c8 mdev: /sys/class/block/ are also block devices 16 年 前
  Denis Vlasenko 32dcc53b71 mdev: fix a bug where we were eating argv[0] of helper 16 年 前
  Denis Vlasenko 1f228985b2 whitespace fixes. no code changes 16 年 前
  Denis Vlasenko f2f3868e0d mdev: optional support for regex pattern group substitution. 16 年 前
  Denis Vlasenko aa8a601084 mdev: fix block/char device detection. Closes bug 2144. 16 年 前
  Denis Vlasenko cae11b51aa mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes 16 年 前
  Denis Vlasenko 4461564c77 mdev: fix a bug where it was not stopping on first matching rule 16 年 前
  Denis Vlasenko cf26ab70c1 mdev: plug a few memory and fd leaks; simplify code a bit 16 年 前
  Denis Vlasenko 8ee649a02e *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ 16 年 前
  Denis Vlasenko 68404f13d4 *: add -Wunused-parameter; fix resulting breakage 16 年 前
  Mike Frysinger ae86a338b8 [#1334] exec script for devices even if they dont have device nodes 17 年 前
  Denis Vlasenko cb448fe01b libbb: introduce and use xrename and rename_or_warn. 17 年 前
  Mike Frysinger f0044c480c add support for renaming/relocating device nodes 17 年 前
  Mike Frysinger 46ef46aefb as reported by George Boudreau, make sure we properly skip blank lines 17 年 前
  Denis Vlasenko ee87ebf381 fix buglets found by randomconfig 17 年 前
  Mike Frysinger c881c733bb cleanup comments and coding style and rewrite the mdev.conf parser to use common busybox functions and call strdup() less often ... saves a ~few hundred bytes 17 年 前
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 年 前
  Denis Vlasenko dc757aa16c introduce and use bb_basename() 17 年 前
  Bernhard Reutner-Fischer bb0baed564 - strndupa is a GNU extension. Using strdup to avoid several errors like: 17 年 前
  Mike Frysinger 0e0639b702 Alex Landau writes: open firmware for reading, not writing 17 年 前
  Mike Frysinger b51fd3525e as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off 17 年 前
  Mike Frysinger a78ef2ccf1 add support for firmware loading 17 年 前