1. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  2. 038a977 lineedit: simplify code a bit by Denys Vlasenko · 8 years ago
  3. 2c769c6 makedevs: make special node creation idempotent by Denys Vlasenko · 8 years ago
  4. bff71d3 lineedit: fix two bugs in SIGWINCH signal handling by Denys Vlasenko · 8 years ago
  5. 710b6ce fdisk_gpt: simplify GPT partition name printing by Denys Vlasenko · 8 years ago
  6. 29516ac fdisk: sanitize partition name printing; drop "Code" column; get rid of one static var by Denys Vlasenko · 8 years ago
  7. 351ab82 dpkg-deb: shorten code, improve help text by Denys Vlasenko · 8 years ago
  8. 6747bda dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option by Denys Vlasenko · 8 years ago
  9. ccc9985 find: fix handling of trailing slashes in -name PATTERN comparisons by Denys Vlasenko · 8 years ago
  10. 4b89d51 ash,hush: make ^C in interactive mode visually much closer to bash behavior by Denys Vlasenko · 8 years ago
  11. 24860fa Move FEATURE_BUFFERS_USE_foo options to library tuning by Denys Vlasenko · 8 years ago
  12. 1255925 Move locale, unicode, and "use sendfile?" options to library tuning by Denys Vlasenko · 8 years ago
  13. 3360226 Collapse three levers of menuconfig to two levels. by Denys Vlasenko · 8 years ago
  14. 8660aeb ash,hush: ^C from command line should set $? to 128+SIGINT by Denys Vlasenko · 8 years ago
  15. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  16. cb810c4 patch: fix matching failure by Aaro Koskinen · 8 years ago
  17. 2eff596 patch: fix debug log failure by Aaro Koskinen · 8 years ago
  18. 5bbee27 Remove outdated comments by Denys Vlasenko · 8 years ago
  19. f7683cd Convert all udhcp applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  20. a8e52da Convert all selinux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  21. 15fb91c test: make [ and [[ forms individually selectable by Denys Vlasenko · 8 years ago
  22. 73f743a Remove remnants of disabled "length" applet by Denys Vlasenko · 8 years ago
  23. 7caf136 Make dos2unix/unix2dos independently selectable by Denys Vlasenko · 8 years ago
  24. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  25. 5b966c6 Make "hd" independently selectable by Denys Vlasenko · 8 years ago
  26. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  27. e5dd71f Remove trailing empty lines by Denys Vlasenko · 8 years ago
  28. 6d93299 Convert all console-tools/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  29. c19f758 Convert all mailutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  30. 29e2c45 tc: consolidate its disabled bits by Denys Vlasenko · 8 years ago
  31. 8342397 Make ping6 and traceroute6 selectable independently from ping/traceroute by Denys Vlasenko · 8 years ago
  32. 6bfab0c ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts by Denys Vlasenko · 8 years ago
  33. 3148e0c Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_* by Denys Vlasenko · 8 years ago
  34. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  35. e32b64c Convert all modutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  36. 5467d26 Make killall and killall5 selecatable independent from kill by Denys Vlasenko · 8 years ago
  37. f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  38. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  39. fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
  40. 9f8eb1e httpd: explain why we use sprintf and why it should be fine by Denys Vlasenko · 8 years ago
  41. 7e8218f Fix allnoconfig warnings by Denys Vlasenko · 8 years ago
  42. f4d0f4e applets.h.sh: a script to check applet names against config options by Denys Vlasenko · 8 years ago
  43. 10880cc Make mkfs.vfat and mkdosfs individually selectable by Denys Vlasenko · 8 years ago
  44. 0581a2f Make mke2fs and mkfs.ext2 individually selectable by Denys Vlasenko · 8 years ago
  45. eb3fdc8 Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable by Denys Vlasenko · 8 years ago
  46. a8c696b Make ifup and ifdown individually selectable. by Denys Vlasenko · 8 years ago
  47. f417ffd Make swapon and swapoff individually selectable. by Denys Vlasenko · 8 years ago
  48. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago
  49. 97e9a72 Make halt/poweroff/reboot independently selectable by Denys Vlasenko · 8 years ago
  50. c314ca9 Make setarch/linux32/linux64 independently selectable by Denys Vlasenko · 8 years ago
  51. 67fd2f2 dnsdomainname: split it from "hostname", make it independently selectable by Denys Vlasenko · 8 years ago
  52. 9655f95 tar: handle pax-encoded utf8 filenames and link names. Closes 9406 by Denys Vlasenko · 8 years ago
  53. 87e039d hush: make getch/peek functions directly called by Denys Vlasenko · 8 years ago
  54. 00a06b9 hush: renumber PIPE_foo, make PIPE_SEQ = 0 by Denys Vlasenko · 8 years ago
  55. 6c635d6 hush: small optimization in run_list by Denys Vlasenko · 8 years ago
  56. 5cc9bf6 hush: deindent large block of code, no code changes by Denys Vlasenko · 8 years ago
  57. 1eada9a hush: simplify insert_bg_jobs by Denys Vlasenko · 8 years ago
  58. 830ea35 hush: make "wait %1" less likely to play with signal mask by Denys Vlasenko · 8 years ago
  59. 02affb4 hush: rework "wait %jobspec" to work in non-interactive shells too by Denys Vlasenko · 8 years ago
  60. 26ad94b hush: "wait $!; echo $?" should return 127 if $! already exited by Denys Vlasenko · 8 years ago
  61. 62b717b hush: implement "wait %jobspec" by Denys Vlasenko · 8 years ago
  62. 4e1c8b4 hush: factor out %jobspec parsing by Denys Vlasenko · 8 years ago
  63. 5d5a611 hush: comment fix by Denys Vlasenko · 8 years ago
  64. 4224647 hush: do not allow sh -c '{ echo boo }' by Denys Vlasenko · 8 years ago
  65. 46443a3 cpio: add ownership (-R) test cases by Aaro Koskinen · 8 years ago
  66. aeaee43 hush: case logic for setting $? was still wrong by Denys Vlasenko · 8 years ago
  67. 30bfcf6 hush: non-matching "case" statement sets $? to 0 by Denys Vlasenko · 8 years ago
  68. 672a55e hush: allow { cmd } to not be terminated by semicolon in some cases by Denys Vlasenko · 8 years ago
  69. 06b1149 ash: fix "duplicate local" code (forgot to re-enable interrupts) by Denys Vlasenko · 8 years ago
  70. 834aba3 comment and readme updates by Denys Vlasenko · 8 years ago
  71. 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
  72. 2b28823 loadfont: 32k size limit is not enough by Denys Vlasenko · 8 years ago
  73. 1ab7c2f ash: while (!got_sig) pause() is not reliable, use sigsuspend() by Denys Vlasenko · 8 years ago
  74. 2e6af54 man: remove -Tascii from nroff invocation by Denys Vlasenko · 8 years ago
  75. 7c3c92c man: make width selection more thorough; explain how to override it by Denys Vlasenko · 8 years ago
  76. a92a749 man: allow nroff and tbl commands be overridden; unmangle writing to files by Denys Vlasenko · 8 years ago
  77. d4f3db9 ash: if using libc glob(), skip it if no metachars are in word by Denys Vlasenko · 8 years ago
  78. 474ed06 ash: fix bit-rotten debug infrastructure by Denys Vlasenko · 8 years ago
  79. 493b9ca ash: make popfile() anfter popallfiles() safe by Denys Vlasenko · 8 years ago
  80. 9db74e4 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" by Denys Vlasenko · 8 years ago
  81. 7e67536 hush: fix "wait PID" by Denys Vlasenko · 8 years ago
  82. 8f7b024 ash: use pause(), not sigsuspend(), in wait builtin by Denys Vlasenko · 8 years ago
  83. d81e9f5 ash: fix interactive "command eval STRING" exiting on errors. by Denys Vlasenko · 8 years ago
  84. 458c1f2 ash: [JOBS] Fix dowait signal race by Denys Vlasenko · 8 years ago
  85. c0663c7 ash: [SIGNAL] Remove EXSIG by Denys Vlasenko · 8 years ago
  86. 6918811 ash: open-code blocking_dowait_with_raise_on_sig() by Denys Vlasenko · 8 years ago
  87. b543bda ash: return to DOWAIT_* constants similar to dash, no logic changes by Denys Vlasenko · 8 years ago
  88. 3f44a6b ash: delete leftovers from "simplify EOF/newline handling in list parser" commit by Denys Vlasenko · 8 years ago
  89. 5ac04f2 ash: [EXPAND] Fix ifsfirst/ifslastp leak by Denys Vlasenko · 8 years ago
  90. 455e422 ash: move ifsbreakup() and ifsfree() up by Denys Vlasenko · 8 years ago
  91. b4f51d3 ash: partially sync with dash on "fork if traps are set" logic by Denys Vlasenko · 8 years ago
  92. 2eb0a7e ash: [SHELL] Expand ENV before using it by Denys Vlasenko · 8 years ago
  93. 7039233 ash: comment tweaks, no code changes by Denys Vlasenko · 8 years ago
  94. 65a8b85 ash: optimize tryexec(): avoid one allocation by Denys Vlasenko · 8 years ago
  95. 0e081d0 ash: [CD] Lookup PWD after going through CDPATH by Denys Vlasenko · 8 years ago
  96. a318bba ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc by Denys Vlasenko · 8 years ago
  97. dbef38a ash: [VAR] Remove setvarsafe by Denys Vlasenko · 8 years ago
  98. 35c2a13 ash: use shellparam.optind/optoff in getopts() directly, not through pointers by Denys Vlasenko · 8 years ago
  99. 3df1410 ash: [PARSER] Size optimisations in parameter expansion parser by Denys Vlasenko · 8 years ago
  100. 350e686 ash: [PARSER] Recognise here-doc delimiters terminated by EOF by Denys Vlasenko · 8 years ago