1. 0d1eaf4 i2c-tools: don't include linux/i2c-dev.h by Bartosz Golaszewski · 7 years ago
  2. 3a7b0fb i2c-tools: remove unneeded include by Bartosz Golaszewski · 7 years ago
  3. 0b6ec06 kill: add '--' option to separate options from arguments by Ron Yorston · 7 years ago
  4. 14551b7 xargs: optional support for -P NUM. Closes 9511 by Denys Vlasenko · 7 years ago
  5. b270be3 xargs: code shrink by Denys Vlasenko · 7 years ago
  6. 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
  7. 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
  8. 12ffefb ash: more s/error/perror/ for better error reporting by Denys Vlasenko · 7 years ago
  9. 687aac0 ash: when cd fails, say why by Johannes Schindelin · 7 years ago
  10. 20a63b2 ash: report reason when a script file could not be opened by Johannes Schindelin · 7 years ago
  11. 6bafcfb tar: fix handling of first argument without '-' by Ron Yorston · 7 years ago
  12. 3505e38 sendmail: fix segfault if "To: email1,email2" is used by Denys Vlasenko · 7 years ago
  13. e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
  14. 0ec0fac ps: fix build failure if FEATURE_PS_TIME is disabled by Ron Yorston · 7 years ago
  15. efcc89b rpm,rpm2cpio: do not compile not-configurred parts of rpm.c by Denys Vlasenko · 7 years ago
  16. 7d834c9 run-init: if doing dry run, do not require pid==1 by Denys Vlasenko · 7 years ago
  17. 753c404 ps: allow ps config options if minips is enabled by Kang-Che Sung · 7 years ago
  18. bbc26c6 run-init: implement -n "dry run" by Denys Vlasenko · 7 years ago
  19. 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
  20. 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
  21. ec2482e setpriv: code shrink by Denys Vlasenko · 7 years ago
  22. 20c0d07 nuke: shorten help text by Denys Vlasenko · 7 years ago
  23. ab77e81 klibc-utils: new applets: resume, nuke, minips by Denys Vlasenko · 7 years ago
  24. 7974741 setpriv: accept any case in capability names by Denys Vlasenko · 7 years ago
  25. fec2b1f ash: stage backported LINENO support as a separate patch by Denys Vlasenko · 7 years ago
  26. fb8348b telnet: "-a" + "-l USER" should respect USER by Denys Vlasenko · 7 years ago
  27. 048491f hush: trivial code shrink in builtin_getopts by Denys Vlasenko · 7 years ago
  28. a1799db awk: stop on first non-option, closes 9861 by Denys Vlasenko · 7 years ago
  29. e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
  30. cf686ae syslogd,logger: code shrink for musl by Denys Vlasenko · 7 years ago
  31. dce39c9 fsck_minix,mkfs_minix: fix "strict-aliasing" warnings by Denys Vlasenko · 7 years ago
  32. c4367d7 uevent: placate gcc by Denys Vlasenko · 7 years ago
  33. d80302d top: switch to malloced "globals". by Denys Vlasenko · 7 years ago
  34. 9832bba ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior by Denys Vlasenko · 7 years ago
  35. 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
  36. 0485b67 ash: one "current line = 1" might be missing, fix that by Denys Vlasenko · 7 years ago
  37. c2aea02 ash: update testsuite (we now error out on ${#=}) by Denys Vlasenko · 7 years ago
  38. 452cc1d ash: [PARSER] Catch variable length expansions on non-existant specials by Denys Vlasenko · 7 years ago
  39. 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
  40. 007ce9f shell: tweak getopts tests, no code changes by Denys Vlasenko · 7 years ago
  41. 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
  42. 129e1ce hush: add a test which fails due to uclibc bug in getopt() by Denys Vlasenko · 7 years ago
  43. d16e612 hush: fix redirect code (was using uninitialized variables) by Denys Vlasenko · 7 years ago
  44. 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
  45. 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
  46. 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
  47. 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
  48. 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
  49. c52dc0e fdisk: typo fix by Denys Vlasenko · 7 years ago
  50. 9c7c63b ps: improve TIME column for large times: showing "14453:50" is not good by Denys Vlasenko · 7 years ago
  51. 9a6f62f ps: make it NOEXEC by Denys Vlasenko · 7 years ago
  52. 1fd8e66 ps: stop using AT_CLKTCK, there are more standard ways by Denys Vlasenko · 7 years ago
  53. 5da5365 rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far) by Denys Vlasenko · 7 years ago
  54. bac929b Hopefully fix "will break strict-aliasing rules" warning for get_le32 by Denys Vlasenko · 7 years ago
  55. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  56. 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
  57. 3c9b8fe rpm2cpio: use rpm_gettags by Denys Vlasenko · 7 years ago
  58. e5650a4 rpm: prepare rpm_gettags for reuse in rpm2cpio by Denys Vlasenko · 7 years ago
  59. 3fa9262 rpm,rpm2cpio: put both sources into one file, no code changes by Denys Vlasenko · 7 years ago
  60. 3bc2317 Update NOFORK_NOEXEC.lst by Denys Vlasenko · 7 years ago
  61. 890bd5d ipcs: tweak output orer to match util-linux 2.28 by Denys Vlasenko · 7 years ago
  62. c6ce1c9 ipcrm,ipcs: make them NOEXEC by Denys Vlasenko · 7 years ago
  63. 7943be1 ipcrm: code shrink by Denys Vlasenko · 7 years ago
  64. a4d4ab0 vconfig: make it NOEXEC by Denys Vlasenko · 7 years ago
  65. 9be166b rpm: code shrink by Denys Vlasenko · 7 years ago
  66. cde46f7 shell: more efficient check for EOL in read by Denys Vlasenko · 7 years ago
  67. 1f41c88 hush: implement -d DELIM option for 'read' by Denys Vlasenko · 7 years ago
  68. 3bef5d8 ash: implement -d DELIM option for read by Johannes Schindelin · 7 years ago
  69. 5856dc7 chcon: show '--reference' in help text only if LONG_OPTS=y by Xabier Oneca · 7 years ago
  70. 4974917 start-stop-daemon: show only short options in --help text by Denys Vlasenko · 7 years ago
  71. 89d8753 ftpgetput: show only short options in --help text by Denys Vlasenko · 7 years ago
  72. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  73. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  74. 00677b5 *: fix up use of "getopt_longopts" for longopts not in getopt applet by Denys Vlasenko · 7 years ago
  75. ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
  76. 8858a98 libbb: rearrange NOFORK/NOEXEC code, logic is not changed by Denys Vlasenko · 7 years ago
  77. 73adef1 ipcalc: trim help text by Denys Vlasenko · 7 years ago
  78. 90ad4ba ipcalc,rdev: make NOEXEC by Denys Vlasenko · 7 years ago
  79. dbbc3f2 dumpleases: make NOEXEC by Denys Vlasenko · 7 years ago
  80. af5d008 expr: make it NOEXEC by Denys Vlasenko · 7 years ago
  81. ec98e3a freeramdisk: make NOEXEC by Denys Vlasenko · 7 years ago
  82. ae84418 losetup: make NOEXEC by Denys Vlasenko · 7 years ago
  83. a907b82 ifenslave: make NOEXEC by Denys Vlasenko · 7 years ago
  84. 93c1a25 ifenslave: remove longopts from --help text by Denys Vlasenko · 7 years ago
  85. 354b104 fatattr: make NOEXEC by Denys Vlasenko · 7 years ago
  86. fc9efcb df: make NOEXEC by Denys Vlasenko · 7 years ago
  87. 76b6562 unxz: get_le32 macro is obviously wrong by Denys Vlasenko · 7 years ago
  88. ed4393b dnsdomainname,hostname: make NOEXEC by Denys Vlasenko · 7 years ago
  89. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  90. c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
  91. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  92. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  93. 316d38e setconsole: much better help text by Denys Vlasenko · 7 years ago
  94. 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
  95. 798b945 ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE by Denys Vlasenko · 7 years ago
  96. b34eb4a ubiupdatevol: fix bug with -sSIZE: was ignoring IMAGE_FILE by Denys Vlasenko · 7 years ago
  97. 115e0a7 ubi_tools: a bit smaller applet resolution code by Denys Vlasenko · 7 years ago
  98. 4dea1ed script: -f means "flush", not "fsync" by Denys Vlasenko · 7 years ago
  99. 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
  100. dd55d5d script: make -t independent of scriptreplay by Denys Vlasenko · 7 years ago