1. c5830bd modprobe/insmod: fix parameter quoting by Denys Vlasenko · 14 years ago
  2. 8ae386b revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84 by Denys Vlasenko · 14 years ago
  3. 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 14 years ago
  4. 625cfd8 fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze) by Denys Vlasenko · 14 years ago
  5. b5233f8 tar: add -h and -T to help text by Denys Vlasenko · 14 years ago
  6. aa4f9a2 libbb/copy_file.c: use smallints instead of signed chars by Denys Vlasenko · 14 years ago
  7. 4907f6e getty: fix "ifdef CMSPAR" by Denys Vlasenko · 14 years ago
  8. f36368e getty: restore CRTSCTS comment by Denys Vlasenko · 14 years ago
  9. df7b657 id: fix inverted if (!ENABLE_DESKTOP) by Denys Vlasenko · 14 years ago
  10. ffd81f2 getty: do clear CLOCAL and CRTSCTS unless told otherwise by Denys Vlasenko · 14 years ago
  11. cf9d33a getty: do not clear all c_cflag's (we were clearing baud bits!) by Denys Vlasenko · 14 years ago
  12. ddd1ec1 getty: wait up to 5 seconds for the output buffer to drain by Peter Korsgaard · 14 years ago
  13. e3d4c03 stty: cosmetic fix to settings table; no code changes by Denys Vlasenko · 14 years ago
  14. 3ff9be3 getty: document bits we don't set - maybe we should set some of them? by Denys Vlasenko · 14 years ago
  15. d7c25e9 getty: add ECHOE explanation by Denys Vlasenko · 14 years ago
  16. d849493 getty: explain every bit in termios; remove redundant stuff in termios_final by Denys Vlasenko · 14 years ago
  17. ea023ea disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents by Denys Vlasenko · 14 years ago
  18. f18a82d diff: return 1 when skipping directories with -r, but without -N by Alexander Shishkin · 14 years ago
  19. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  20. 9aa599d top: replace %MEM with %VSZ in header text by Denys Vlasenko · 14 years ago
  21. 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 14 years ago
  22. 444ff28 top: document a debugging script by Denys Vlasenko · 14 years ago
  23. 975c714 nicer looking ifdef in libbb/makedev.c by Denys Vlasenko · 14 years ago
  24. 1360918 getty: flush _only_ input after switching to the next baud rate by Denys Vlasenko · 14 years ago
  25. e54cfc5 stty: enable line discipline display and change code if __linix__ by Denys Vlasenko · 14 years ago
  26. 7073964 getty: simplify macros; improve VSWTC[H] compat by Denys Vlasenko · 14 years ago
  27. 6b1ce45 FreeBSD compat for match_fstype by Chris Rees · 14 years ago
  28. e22af94 FreeBSD compat for makedev by Chris Rees · 14 years ago
  29. 330718e FreeBSD compat by Chris Rees · 14 years ago
  30. e3c127d FreeBSD compat by Chris Rees · 14 years ago
  31. 271c0ce stty: make swtch and iutf8 visible/settable by Denys Vlasenko · 14 years ago
  32. faaf8cb getty: more simplifications; explain how we treat parity now by Denys Vlasenko · 14 years ago
  33. 6596380 getty: simplify code by going to more straignforward G trick by Denys Vlasenko · 14 years ago
  34. e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 14 years ago
  35. dc6cd12 getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s by Denys Vlasenko · 14 years ago
  36. 1f08404 getty: use cfsetspeed to save some bytes; cosmetic fixes by Denys Vlasenko · 14 years ago
  37. 658a437 hwclock: implement --systz by Davide Cavalca · 14 years ago
  38. 1336f89 wc: fix swapped -c and -m by Denys Vlasenko · 14 years ago
  39. 1f4a987 pltaform.h: move include of stdint.h before uint16_t is used by Denys Vlasenko · 14 years ago
  40. 006416e getty: more correct check for O_RDWR by Denys Vlasenko · 14 years ago
  41. 2b57b6c getty: comment out parity detection code; improve usage text by Denys Vlasenko · 14 years ago
  42. 3a0f690 svlogd: extend usage text. +70 bytes by Denys Vlasenko · 14 years ago
  43. e8f565c Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
  44. b40da22 fix compile error on non-x86 architectures by Denys Vlasenko · 14 years ago
  45. dd169e8 eliminate aliasing warnings in traceroute.c and udhcp/socket.c by Denys Vlasenko · 14 years ago
  46. b3b6c8b eliminate aliasing warning in networking/route.c by Denys Vlasenko · 14 years ago
  47. 53f30b4 ifplugd: eliminate aliasing warnings by Denys Vlasenko · 14 years ago
  48. 9ad97d5 sighandler_t definition for BSD by Chris Rees · 14 years ago
  49. a146319 hush: improve prompt in nested {}s, remove unused in_str->promptme member by Denys Vlasenko · 14 years ago
  50. 98c46d1 hush: fix "cmd & <newline>" problem by Denys Vlasenko · 14 years ago
  51. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  52. 3b5acaa disable automatic selection of FEATURE_SUID; improve its help text by Denys Vlasenko · 14 years ago
  53. 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
  54. 10ee20b libbb: better comment in parse_date by Denys Vlasenko · 14 years ago
  55. ad3d72f move passwd, shadow, group and gshadow path definitions to libbb.h by Tito Ragusa · 14 years ago
  56. e8d0a14 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  57. df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  58. 0684446 top: add keyboard commands to --help by Denys Vlasenko · 14 years ago
  59. 8030a14 httpd: send correct mtime for .gz files by Denys Vlasenko · 14 years ago
  60. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  61. 5a163b2 lsmod: fox unsafe usage of strlen() - 1 by Denys Vlasenko · 14 years ago
  62. 0f44c08 libbb: progress indicator: use unicode support funcs instead of open-coding it by Denys Vlasenko · 14 years ago
  63. 84dba9c tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 by Denys Vlasenko · 14 years ago
  64. 7b30564 stop giving root rights to dnsd, ipcrm, ipcs by Denys Vlasenko · 14 years ago
  65. bcdb9b8 getty: fix -i (was ignored) by Denys Vlasenko · 14 years ago
  66. e9d12b5 modprobe-small: support compressed modules in insmod by Denys Vlasenko · 14 years ago
  67. 642e71a hush: fix wrong prompt problem on empty interactive commants by Denys Vlasenko · 14 years ago
  68. f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 14 years ago
  69. e66a212 mkswap: selinux build fix by Denys Vlasenko · 14 years ago
  70. a116552 tar: add a note about -C and symlink-in-tarball attack by Denys Vlasenko · 14 years ago
  71. 6100b51 explain every non-SUID_DROP applet. No code changes by Denys Vlasenko · 14 years ago
  72. 327d288 kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX by Denys Vlasenko · 14 years ago
  73. 7b276fc kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code by Denys Vlasenko · 14 years ago
  74. 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
  75. a5d3d34 date: preserve isdst value if date is in time_t (unix time) format by Alexey Soloviev · 14 years ago
  76. a9e25ff su: document -l in --help text. Closes bug 2761 by Denys Vlasenko · 14 years ago
  77. 0cd4f30 add missed underscore by Denys Vlasenko · 14 years ago
  78. d1e4665 date: add a comment about _SVID_SOURCE by Denys Vlasenko · 14 years ago
  79. ed9b08d bzip2: plug memory leak on every processed file by Denys Vlasenko · 14 years ago
  80. 2753aae libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names by Denys Vlasenko · 14 years ago
  81. 90615a0 blkid: optional support for TYPE="fstype" by Denys Vlasenko · 14 years ago
  82. 2272129 plug a DIR* leak on error path by Denys Vlasenko · 14 years ago
  83. 8578196 modprobe: add -D option (synonym of --show-depends) by Serj Kalichev · 14 years ago
  84. 260fb55 login: apply PAM environment by Ian Wienand · 14 years ago
  85. 1f937d6 cpio: allow cpio -i to take params - names of files to extract by Denys Vlasenko · 14 years ago
  86. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
  87. 6088e13 init: simpler handling of leading dash in commands by Denys Vlasenko · 14 years ago
  88. 8993c3f udhcpc: document SIGUSRn effect in help text by Denys Vlasenko · 14 years ago
  89. 75eb9d2 hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory) by Denys Vlasenko · 14 years ago
  90. 51d714c sendmail: remove forgotten commenting-out on a "if (verbose)" by Denys Vlasenko · 14 years ago
  91. 5707b52 mailutils/*: add verbose option to sendmail; remove -m and -j from makemime by Denys Vlasenko · 14 years ago
  92. 27c6c00 test: add examples when "%s: unknown operand" happens by Denys Vlasenko · 14 years ago
  93. a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
  94. 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
  95. 86ffe5c volume_id: recognize compressed hibernate swap signature by James Hunt · 14 years ago
  96. 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
  97. 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
  98. 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
  99. d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
  100. f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago