1. 82c2fad fbsplash: use virtual y size in mmap size calculations by Timo Teräs · 9 years ago
  2. db70033 tweak defconfig by Denys Vlasenko · 9 years ago
  3. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  4. 9323026 randconfig fix by Denys Vlasenko · 9 years ago
  5. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  6. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  7. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  8. 2beb524 i2c-tools: rename remaining defines by Bartosz Golaszewski · 9 years ago
  9. d9892fa i2c-tools: remove duplicate definitions by Bartosz Golaszewski · 9 years ago
  10. 26ccd3d less: fix botched attempt to use last column by Ron Yorston · 9 years ago
  11. b27cf31 less: further tweaks to regular file detection by Ron Yorston · 9 years ago
  12. 9dc526d less: improve regular file detection in line counting code by Denys Vlasenko · 9 years ago
  13. 1ecb996 less: allow use of last column of terminal by Ron Yorston · 9 years ago
  14. d542d18 less: fix line number confusion by Ron Yorston · 9 years ago
  15. ad1b4d5 less: add a function to detect when display is at end of file by Ron Yorston · 9 years ago
  16. 70b84be less: rearrange detection of non-regular files by Ron Yorston · 9 years ago
  17. 159e032 less: move code to count lines into a separate function by Ron Yorston · 9 years ago
  18. ae1a9e8 less: fix numeric input by Ron Yorston · 9 years ago
  19. 193ba40 less: improvements to verbose status messages by Ron Yorston · 9 years ago
  20. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  21. 78cfa00 less: correctly account for tabs when rewrapping lines by Ron Yorston · 9 years ago
  22. f06386a less: fix display of line numbers by Ron Yorston · 9 years ago
  23. 51aa861 less: document -S flag and make it independently configurable by Ron Yorston · 9 years ago
  24. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  25. d908992 i2cdetect: use break instead of goto in list_i2c_busses_and_exit() by Bartosz Golaszewski · 10 years ago
  26. aeb11a9 i2cdump: code rework by Bartosz Golaszewski · 10 years ago
  27. 2204472 i2cdetect: add a check for (mode == DETECT_MODE_AUTO) by Bartosz Golaszewski · 10 years ago
  28. e545bf6 i2cdetect: don't scan non-regular addresses without the '-a' option by Bartosz Golaszewski · 10 years ago
  29. 3147427 i2cdetect: don't die on addresses already in use by drivers by Bartosz Golaszewski · 10 years ago
  30. 97c6491 typo fixes by Maninder Singh · 10 years ago
  31. c4603fb dc: fix "dc p" prinitng bogus data by Denys Vlasenko · 10 years ago
  32. 7ca5c51 i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT by Bartosz Golaszewski · 10 years ago
  33. b2cca32 i2c-tools: fix 'i2cdetect -l' by Bartosz Golaszewski · 10 years ago
  34. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  35. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  36. 54e9585 trivial code shrink by Denys Vlasenko · 10 years ago
  37. 70e30e8 dc: tweak parsing by Bernhard Reutner-Fischer · 10 years ago
  38. 622a7aa i2cget, i2cset, i2cdetect, i2cdump: new applets by Bartosz Golaszewski · 10 years ago
  39. 07fa09a ubiattach: add option -O by Micke Prag · 10 years ago
  40. ad0d009 nanddump: don't show --bb in usage when disabled by Baruch Siach · 10 years ago
  41. e835afa nandwrite: fix build when long options are disabled by Baruch Siach · 10 years ago
  42. bd7c1f2 flashcp: change BUFSIZE to 4k by Jacob Kjaergaard · 10 years ago
  43. 476654c man: do not mangle $MANPATH in memory by Denys Vlasenko · 10 years ago
  44. ee41094 man: accept a list of dirs in $MANPATH by Denys Vlasenko · 10 years ago
  45. 186b98a ubiupdatevol: fix -t to not require an option. Closes 7466 by Denys Vlasenko · 10 years ago
  46. 307d26c less: make -E work by Aaro Koskinen · 10 years ago
  47. 865814a less: trivial code shrink by Denys Vlasenko · 10 years ago
  48. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  49. 15943c8 less: disable "suppress empty wraparound" optimization by Denys Vlasenko · 10 years ago
  50. f02c52b taskset: fix logic error in "if it doesn't start with 0x..." by Denys Vlasenko · 10 years ago
  51. 962c4e8 taskset: support CPU masks for more than 64 CPUs by Denys Vlasenko · 10 years ago
  52. 2a870d0 nanddump: change default to --bb=skipbad by Richard Genoud · 10 years ago
  53. 8feb259 nanddump: kill -b Omit bad block by Richard Genoud · 10 years ago
  54. f17fbe1 nanddump: add options --bb=skipbad and padbad by Richard Genoud · 10 years ago
  55. cbf3bfa nanddump: correct rounding to next page (lead to infinite loop) by Richard Genoud · 10 years ago
  56. fe33683 Fix compile failures by Denys Vlasenko · 11 years ago
  57. 43b8a1c crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants by Denys Vlasenko · 11 years ago
  58. d5929d6 crond: simplify logging code by Denys Vlasenko · 11 years ago
  59. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  60. 01a1a96 crond: tweak help text, make course less cryptic by Denys Vlasenko · 11 years ago
  61. e152cb8 adjtimex: make its help text and printed data a bit less cryptic by Denys Vlasenko · 11 years ago
  62. 69b114f less: fix bugs discovered with "git log -p | less -m" on kernel tree by Denys Vlasenko · 11 years ago
  63. 30f17e9 man: default to ascii by Denys Vlasenko · 11 years ago
  64. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  65. 821e643 less: accept and ignore -s by Denys Vlasenko · 11 years ago
  66. ff65061 man: parse "DEFINE pager" in config by John Spencer · 11 years ago
  67. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  68. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  69. 4d8ad38 devfsd: remove static variable by Denys Vlasenko · 11 years ago
  70. 2635369 rfkill: use new-style config/kbuild/applet by Denys Vlasenko · 11 years ago
  71. 1d30b3f wall,crontab: use xopen_as_uid_gid() by Ryan Mallon · 11 years ago
  72. cd256e1 wall: access FILE under real user's credentials by Denys Vlasenko · 11 years ago
  73. d6ae4fb man: find posix man pages by John Spencer · 11 years ago
  74. a5e6c6c setsid: code shrink, expanded comments by Denys Vlasenko · 11 years ago
  75. 985345d ubi_tools: fix typo in strcpy by Paul B. Henson · 11 years ago
  76. cc1c9ca less: support "less 1<>TTY" by Denys Vlasenko · 11 years ago
  77. 0dacb68 chrt: remove warning for _POSIX_PRIORITY_SCHEDULING by Bernhard Reutner-Fischer · 11 years ago
  78. e9b3fcc ubi_tools: enhance -s option to allow size multiplier to match mtd-utils by Denys Vlasenko · 11 years ago
  79. f798ba9 ubi_tools: add forgotten argv++ by Denys Vlasenko · 11 years ago
  80. 65bdf0b ubi_tools: extend supported volume size to 64 bits; shrink code by Denys Vlasenko · 11 years ago
  81. f86404f ubimkvol: add -m option to create volume of maximum size by Paul B. Henson · 12 years ago
  82. c608731 setserial: Fix typo: s/baund_rate/baud_rate/g by Bernhard Reutner-Fischer · 12 years ago
  83. 45dc96c flash_eraseall: implement -N by Alexander Shiyan · 12 years ago
  84. 0d61dcd nanddump: fix build if nandwrite isn't enabled by Alexander Shiyan · 12 years ago
  85. 6be6f3b flashcp: trivial code shrink by Denys Vlasenko · 12 years ago
  86. 243e733 flashcp: pad output to BUFSIZE. Hopefully closes 5882 by Denys Vlasenko · 12 years ago
  87. 9daf33f dc: code shrink by Denys Vlasenko · 12 years ago
  88. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  89. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  90. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  91. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  92. 67dc7b2 fbsplash: fix regression from e4fa7b7 by Timo Teräs · 12 years ago
  93. 3aeb870 nanddump: invert the meaning of the -o parameter to match upstream by Baruch Siach · 12 years ago
  94. 98f6b2d nanddump: skip bad blocks when instructed to do so by Baruch Siach · 12 years ago
  95. da0200a nanddump: use the right operator of logic AND by Baruch Siach · 12 years ago
  96. d109798 flashcp: remove unused variable opts by Manuel Zerpies · 12 years ago
  97. 6d463de fbsplash: support non-RGB565 pixels in 16-bit mode by Linus Walleij · 12 years ago
  98. c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
  99. 6979325 nanddump: make dumping read-only partitions work by Matt Reimer · 13 years ago
  100. ba1d561 man: fix handling of gzipped manpages by Denys Vlasenko · 13 years ago