1. 17e0e43 ulimit: set both hard and soft limits by default by Alexander Shishkin · 14 years ago
  2. 0670236 mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes. by Denys Vlasenko · 14 years ago
  3. b4d0351 *: s/spaces/tabs/ by Denys Vlasenko · 14 years ago
  4. f0b8214 *: fix unterminated last lines. no code changes by Denys Vlasenko · 14 years ago
  5. e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 14 years ago
  6. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  7. 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
  8. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  9. ccb9771 ash: fix $! value when traps are set by Alexander Shishkin · 14 years ago
  10. 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 14 years ago
  11. 535ce1d httpd: cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
  12. 451add4 lineedit: mostly revert recent wrong logic in "ask terminal" code by Denys Vlasenko · 14 years ago
  13. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
  14. e0a6220 ip: fix "ip r" breakage by Denys Vlasenko · 14 years ago
  15. b78ac5a libnetlink: code shrink by Natanael Copa · 14 years ago
  16. 4f0279b ifplugd: code shrink by Maksym Kryzhanovskyy · 14 years ago
  17. c5fb0ad vi: fix "ask terminal" code by Denys Vlasenko · 14 years ago
  18. 217df6e mpstat: small code shrink by Denys Vlasenko · 14 years ago
  19. 23e8c08 mpstat: new applet. ~5.5k by Marek Polacek · 14 years ago
  20. ba085c6 make DESKTOP=y the default by Denys Vlasenko · 14 years ago
  21. 2ea12d8 tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST by Jeremie Koenig · 15 years ago
  22. 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
  23. 84b01d5 mkdir: fix -p on FreeBSD by Jeremie Koenig · 15 years ago
  24. 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 15 years ago
  25. 1c05303 init: make the initial $TERM value configurable by Jeremie Koenig · 15 years ago
  26. 714674e init,halt: portability improvements by Jeremie Koenig · 15 years ago
  27. f812eac init,loginutils: termios portability fixes by Jeremie Koenig · 15 years ago
  28. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  29. b175462 readlink: use xmalloc_realpath() by Jeremie Koenig · 15 years ago
  30. daf286c Fix out-of-tree build's recursion by Alexander Shishkin · 14 years ago
  31. fb4cb1c tweak defconfig by Denys Vlasenko · 14 years ago
  32. 55241fa lineedit: limit ASK_TERMINAL to the case when we can't find out the width by Denys Vlasenko · 14 years ago
  33. b9e35dc lineedit: cosmetics, no code changes by Denys Vlasenko · 14 years ago
  34. 4cab7f3 depmod: generate "new-style" modules.dep with relative paths. by Denys Vlasenko · 14 years ago
  35. d1516c4 dos2unix: fix the case w/o parameters by Denys Vlasenko · 14 years ago
  36. 6adf2aa hush: move msh/lash config into hush.c, no code changes by Denys Vlasenko · 14 years ago
  37. 51ca776 cttyhack: move build system bits into cttyhack.c, no code changes by Denys Vlasenko · 14 years ago
  38. 5d26df6 tweak defconfig by Denys Vlasenko · 14 years ago
  39. 771f199 ash: move config stuff into ash.c, no code chages by Denys Vlasenko · 14 years ago
  40. 2908223 hush: fix multimple dependent variable expansion cases by Denys Vlasenko · 14 years ago
  41. 202a2d1 hush: make set -x support optional by Denys Vlasenko · 14 years ago
  42. 3f5fae0 hush: add support for set -x by Denys Vlasenko · 14 years ago
  43. b3389de hush: fix typo in comment by Denys Vlasenko · 14 years ago
  44. 8fa1f5d hush: fix faloout from previous commit by Denys Vlasenko · 14 years ago
  45. 889550b hush: make pun_pipe loop clearer; fix "cmd | var=`cmd` | cmd" handling by Denys Vlasenko · 14 years ago
  46. 6ac37da build system: disable some applets by default by Denys Vlasenko · 14 years ago
  47. 0e45066 util-linux: move VOLUMEID to a submenu by Denys Vlasenko · 14 years ago
  48. a95ce93 top: add tie breaking for topmem mode by Denys Vlasenko · 14 years ago
  49. 6af732b acpid: old kernel headers compat by Denys Vlasenko · 14 years ago
  50. 04a5d5a mktemp: fix "mktemp /path/to/tempfile.XXXXXX" by Denys Vlasenko · 14 years ago
  51. c5bbd5d wget: fix progress display by Denys Vlasenko · 14 years ago
  52. d8b989f more: style fix. no code changes by Denys Vlasenko · 14 years ago
  53. 69d69e2 crond: mention other cronds' behavior in comment. no code changes by Denys Vlasenko · 14 years ago
  54. 729f39d remove unzip doc: we don't have 100% proof it's ok to distribute by Denys Vlasenko · 14 years ago
  55. 75703eb diff: make diff -r much less eager to recurse into directories by Denys Vlasenko · 14 years ago
  56. a48a29f Modprobe: Make -l open the right file by Lauri Kasanen · 14 years ago
  57. 32a6bae diff: cosmetic change on top of last commit by Denys Vlasenko · 14 years ago
  58. 61f5f78 diff: fix "diff dir1 dir2/". Closes bug 2203 by Matheus Izvekov · 14 years ago
  59. 1883cb1 fix make O=dir build by Denys Vlasenko · 14 years ago
  60. 1f0ab1d crond: code shrink by Denys Vlasenko · 14 years ago
  61. 45963c8 crond: rename HumpBack names. Note two TODOs/FIXMEs by Denys Vlasenko · 14 years ago
  62. dfc870f crond: check mtime on crontab dir every minute, and reread if changed by Denys Vlasenko · 14 years ago
  63. 4a09aef crond: reorder functions to follow usual order: "main last" by Denys Vlasenko · 14 years ago
  64. 9388b4e ifplugd: code shrink by Maksym Kryzhanovskyy · 14 years ago
  65. 1d36f24 make usage_compressed.h generation _always_ update mtime by Denys Vlasenko · 14 years ago
  66. d3c2b71 crond: code shrink by Denys Vlasenko · 14 years ago
  67. 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
  68. 7a2aa87 bootchartd: fix labels in config system. no code changes by Denys Vlasenko · 14 years ago
  69. 89a1cac Start 1.18.0 development cycle by Denys Vlasenko · 14 years ago
  70. b2d9514 bump version to 1.17.0 by Denys Vlasenko · 14 years ago 1_17_0
  71. 3e5fa43 scripts/randomtest: update to pass testsuite with Rob's toolchain by Denys Vlasenko · 14 years ago
  72. ee1f19b [un]expand: fix testsuite by Denys Vlasenko · 14 years ago
  73. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  74. 08f0b78 Yet another attempt to stamp out "make -j" problems by Denys Vlasenko · 14 years ago
  75. 7e1bb4b libbb: reduce number of *error_msg[_and_die].c files by four by Denys Vlasenko · 14 years ago
  76. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  77. 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
  78. fd74451 ip a: fix SEGV if "dev IFACE" is not specified by Denys Vlasenko · 14 years ago
  79. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  80. 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
  81. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  82. 922f6f5 chrt: code shrink by Denys Vlasenko · 14 years ago
  83. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  84. 8119967 conspy: stop losing some keyboard keys. by Pascal Bellard · 14 years ago
  85. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  86. 620e863 bzip2 decompression: simple code shrink by Denys Vlasenko · 14 years ago
  87. fa5ea17 conspy: code shrink by Pascal Bellard · 14 years ago
  88. c03fb3c bootchartd: fix sample period calculations by Keisuke Yasui · 14 years ago
  89. ff37799 conspy: code shrink by Pascal Bellard · 14 years ago
  90. 7d1201c nc: better comments. no code changes by Denys Vlasenko · 14 years ago
  91. 1a3b071 conspy: significant output minimization; blink attribute support by Denys Vlasenko · 14 years ago
  92. 31c3dad remove recently added erroneous _and_die() by Denys Vlasenko · 14 years ago
  93. fa1b370 mount: fix a case when sometimes error message is not printed by Denys Vlasenko · 14 years ago
  94. 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
  95. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  96. 1b14cdb modinfo: support relative paths in modules.dep by Lauri Kasanen · 14 years ago
  97. f646400 modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE by Lauri Kasanen · 14 years ago
  98. 1eaf7e7 libbb/copyfd.c: fix the case of copy buffer <= 4kb by Denys Vlasenko · 14 years ago
  99. fd33e17 ash: fix obscure case of replacing + globbing + backslashes by Denys Vlasenko · 14 years ago
  100. b768aeb tar: make typical extraction less memory-hungry by Denys Vlasenko · 14 years ago