1. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  2. 099ef93 free: no longer include common_bufsiz.h by Denys Vlasenko · 7 years ago
  3. 318c811 free: make it NOFORK by Denys Vlasenko · 7 years ago
  4. 6e2beb7 date: maybe_set_utc only once by Denys Vlasenko · 7 years ago
  5. b5d9ba8 i2cset: fix 'i' & 's' modes (3 extra bytes were sent) by Avi Fishman · 7 years ago
  6. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  7. f625836 udhcpc[6]: make log2 messages for chaddr field indented like the rest by Denys Vlasenko · 7 years ago
  8. a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
  9. 2b9acc6 udhcpc[6]: initialize entire sockaddr_ll by Denys Vlasenko · 7 years ago
  10. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  11. b63afea ip,ip*: make them NOEXEC by Denys Vlasenko · 7 years ago
  12. c3e60e1 update NOFORK_NOEXEC.lst by Denys Vlasenko · 7 years ago
  13. a6390ed httpd: fix handling of range requests by Denys Vlasenko · 7 years ago
  14. 3f5ba0c stty: add cmspar, flusho, extproc attributes by Denys Vlasenko · 7 years ago
  15. 3c34f68 netcat: net applet (alias to nc) by Denys Vlasenko · 7 years ago
  16. 7735e52 Clarify OPOST bit meaning by Denys Vlasenko · 7 years ago
  17. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  18. e58b447 hexedit: code shrink by Denys Vlasenko · 7 years ago
  19. f3fa865 hexedit: fixes to "goto address" code by Denys Vlasenko · 7 years ago
  20. 9a4100c hexedit: position in correct column on "goto" command by Denys Vlasenko · 7 years ago
  21. 44cb166 hexedit: code shrink by Denys Vlasenko · 7 years ago
  22. 8838c6d hexdump: code shrink by Denys Vlasenko · 7 years ago
  23. d54f58d hexedit: implement "[enter] goto offset" key by Denys Vlasenko · 7 years ago
  24. 363fb5e hexedit: restore screen on exit by Denys Vlasenko · 7 years ago
  25. d72e804 hexedit: optimize output buffering by Denys Vlasenko · 7 years ago
  26. 6264301 hexedit: implement page up/down by Denys Vlasenko · 7 years ago
  27. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  28. 136946c hexedit: smarter redraw by Denys Vlasenko · 7 years ago
  29. 73af705 hexedit: new applet by Denys Vlasenko · 7 years ago
  30. b5a0396 networking/interface.c: remove superfluous "& 0377" by Denys Vlasenko · 7 years ago
  31. b278ac0 setfattr: new applet by Denys Vlasenko · 7 years ago
  32. d134aa9 build system: fix a compiler warning by Denys Vlasenko · 7 years ago
  33. 0b1c629 build system: fix "allnoconfig" to clear all options. Closes 10296 by Denys Vlasenko · 7 years ago
  34. 9d858f5 chat: do not die when HANGUP param is missing. Closes 10016 by Denys Vlasenko · 7 years ago
  35. 94aaf4b httpd: skip "Status: " from CGI, including space. Closes 10291 by Denys Vlasenko · 7 years ago
  36. e39da80 klibc-utils: add ipconfig.c work-in-progress by Denys Vlasenko · 7 years ago
  37. 58bf902 xargs: fix a thinko in last commit by Denys Vlasenko · 7 years ago
  38. f8ee849 xargs: support -a FILE by Johannes Schindelin · 7 years ago
  39. f41ffff klibc-utils: remove accidental "or later" licensing wording. by Denys Vlasenko · 7 years ago
  40. 3256111 udhcpc: show only short opts in --help text by Denys Vlasenko · 7 years ago
  41. f27e150 i2c_tools: tweak --help text by Denys Vlasenko · 7 years ago
  42. 0180b57 setpriv: placete "declaration of 'index' shadows a global declaration" warning by Denys Vlasenko · 7 years ago
  43. 9fed83a hush: fix false positive in unset.tests by Denys Vlasenko · 7 years ago
  44. 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
  45. 55af51c hush: reuse "OPTIND=..." string by Denys Vlasenko · 7 years ago
  46. 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
  47. 0d1eaf4 i2c-tools: don't include linux/i2c-dev.h by Bartosz Golaszewski · 7 years ago
  48. 3a7b0fb i2c-tools: remove unneeded include by Bartosz Golaszewski · 7 years ago
  49. 0b6ec06 kill: add '--' option to separate options from arguments by Ron Yorston · 7 years ago
  50. 14551b7 xargs: optional support for -P NUM. Closes 9511 by Denys Vlasenko · 7 years ago
  51. b270be3 xargs: code shrink by Denys Vlasenko · 7 years ago
  52. 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
  53. 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
  54. 12ffefb ash: more s/error/perror/ for better error reporting by Denys Vlasenko · 7 years ago
  55. 687aac0 ash: when cd fails, say why by Johannes Schindelin · 7 years ago
  56. 20a63b2 ash: report reason when a script file could not be opened by Johannes Schindelin · 7 years ago
  57. 6bafcfb tar: fix handling of first argument without '-' by Ron Yorston · 7 years ago
  58. 3505e38 sendmail: fix segfault if "To: email1,email2" is used by Denys Vlasenko · 7 years ago
  59. e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
  60. 0ec0fac ps: fix build failure if FEATURE_PS_TIME is disabled by Ron Yorston · 7 years ago
  61. efcc89b rpm,rpm2cpio: do not compile not-configurred parts of rpm.c by Denys Vlasenko · 7 years ago
  62. 7d834c9 run-init: if doing dry run, do not require pid==1 by Denys Vlasenko · 7 years ago
  63. 753c404 ps: allow ps config options if minips is enabled by Kang-Che Sung · 7 years ago
  64. bbc26c6 run-init: implement -n "dry run" by Denys Vlasenko · 7 years ago
  65. 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
  66. 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
  67. ec2482e setpriv: code shrink by Denys Vlasenko · 7 years ago
  68. 20c0d07 nuke: shorten help text by Denys Vlasenko · 7 years ago
  69. ab77e81 klibc-utils: new applets: resume, nuke, minips by Denys Vlasenko · 7 years ago
  70. 7974741 setpriv: accept any case in capability names by Denys Vlasenko · 7 years ago
  71. fec2b1f ash: stage backported LINENO support as a separate patch by Denys Vlasenko · 7 years ago
  72. fb8348b telnet: "-a" + "-l USER" should respect USER by Denys Vlasenko · 7 years ago
  73. 048491f hush: trivial code shrink in builtin_getopts by Denys Vlasenko · 7 years ago
  74. a1799db awk: stop on first non-option, closes 9861 by Denys Vlasenko · 7 years ago
  75. e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
  76. cf686ae syslogd,logger: code shrink for musl by Denys Vlasenko · 7 years ago
  77. dce39c9 fsck_minix,mkfs_minix: fix "strict-aliasing" warnings by Denys Vlasenko · 7 years ago
  78. c4367d7 uevent: placate gcc by Denys Vlasenko · 7 years ago
  79. d80302d top: switch to malloced "globals". by Denys Vlasenko · 7 years ago
  80. 9832bba ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior by Denys Vlasenko · 7 years ago
  81. 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
  82. 0485b67 ash: one "current line = 1" might be missing, fix that by Denys Vlasenko · 7 years ago
  83. c2aea02 ash: update testsuite (we now error out on ${#=}) by Denys Vlasenko · 7 years ago
  84. 452cc1d ash: [PARSER] Catch variable length expansions on non-existant specials by Denys Vlasenko · 7 years ago
  85. 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
  86. 007ce9f shell: tweak getopts tests, no code changes by Denys Vlasenko · 7 years ago
  87. 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
  88. 129e1ce hush: add a test which fails due to uclibc bug in getopt() by Denys Vlasenko · 7 years ago
  89. d16e612 hush: fix redirect code (was using uninitialized variables) by Denys Vlasenko · 7 years ago
  90. 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
  91. 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
  92. 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
  93. 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
  94. 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
  95. c52dc0e fdisk: typo fix by Denys Vlasenko · 7 years ago
  96. 9c7c63b ps: improve TIME column for large times: showing "14453:50" is not good by Denys Vlasenko · 7 years ago
  97. 9a6f62f ps: make it NOEXEC by Denys Vlasenko · 7 years ago
  98. 1fd8e66 ps: stop using AT_CLKTCK, there are more standard ways by Denys Vlasenko · 7 years ago
  99. 5da5365 rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far) by Denys Vlasenko · 7 years ago
  100. bac929b Hopefully fix "will break strict-aliasing rules" warning for get_le32 by Denys Vlasenko · 7 years ago