1. 9d6cbaf hush: replace signal handling machinery by Denys Vlasenko · 14 years ago
  2. 10c0131 hush: use SA_RESTARTed signal handlers across read. by Denys Vlasenko · 14 years ago
  3. 12bc152 fbset: abort on unknown options. closes 3121 by Denys Vlasenko · 14 years ago
  4. ed607a8 pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled by Steve Iribarne · 14 years ago
  5. bcf1fa8 hush: add tests for interrupting read by Denys Vlasenko · 14 years ago
  6. 54e9e12 hush: code shrink by Denys Vlasenko · 14 years ago
  7. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
  8. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  9. b870903 hush: fix incorrect PS2 dispaly and trap handling while reading command by Denys Vlasenko · 14 years ago
  10. 29c54aa iostat: code shrink ~0.5k by Maksym Kryzhanovskyy · 14 years ago
  11. c3f8db9 preparatory patch by Denys Vlasenko · 14 years ago
  12. 4d6059e top: another scripting improvement by Denys Vlasenko · 14 years ago
  13. 7d9a1d2 top: make it possible to feed commands via pipe by Denys Vlasenko · 14 years ago
  14. a348b45 traceroute: properly reduce poll timeout by Denys Vlasenko · 14 years ago
  15. d3e4be3 sed: shrink by 17 bytes by Pascal Bellard · 14 years ago
  16. 14b162f tweak examples/udhcp/udhcpd.conf by Denys Vlasenko · 14 years ago
  17. 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 14 years ago
  18. 8820629 mount: for NFS use tcp per default rather than udp by Bernhard Reutner-Fischer · 14 years ago
  19. 7945808 udhcp: fix some default values from "" to NULL by Denys Vlasenko · 14 years ago
  20. 6a0abcc sed: support \r in s command by Denys Vlasenko · 14 years ago
  21. 52d8370 sed: code shrink by Denys Vlasenko · 14 years ago
  22. 91b77c3 Compile options: default to -O2 when -Os is not available by Wolfgang Denk · 14 years ago
  23. 90ea1e3 setserial: small fix by Denys Vlasenko · 14 years ago
  24. fcbc641 get rid of several "variable 'x' set but not used" warnings by Cristian Ionescu-Idbohrn · 14 years ago
  25. 2cfb576 setserial: new applet by Marek Bečka · 14 years ago
  26. 2a6d598 mpstat.c: remove unused line by Marek Polacek · 14 years ago
  27. 9cfcc4d fdisk: backport disk check from util-linux by Lauri Kasanen · 14 years ago
  28. d1993f1 rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.c by Denys Vlasenko · 14 years ago
  29. 0bfb9c2 add help text by Denys Vlasenko · 14 years ago
  30. a610842 ubiupdatevol: new applet by Reuben Dowle · 14 years ago
  31. ab940af Fix ubirsvol usage information by Reuben Dowle · 14 years ago
  32. fb6b173 udhcp: add FEATURE_UDHCP_8021Q option by Nigel Hathaway · 14 years ago
  33. c37d4c6 dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form by Nigel Hathaway · 14 years ago
  34. b83c970 build fixes for scripts/kconfig by Denys Vlasenko · 14 years ago
  35. cfbd31a add include <sys/socket.h> by Denys Vlasenko · 14 years ago
  36. 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 14 years ago
  37. 0288b27 small fixes atop syslog config patch by Denys Vlasenko · 14 years ago
  38. 89b3cba ash: clear sa_flags always by Ian Wienand · 14 years ago
  39. 08caf09 fix another nonportable grep usage in scripts by Denys Vlasenko · 14 years ago
  40. e9c8bed syslogd: small fix to config patch by Sergey Naumov · 14 years ago
  41. d506897 wget: add a note about bug 3625 by Denys Vlasenko · 14 years ago
  42. 43a3d50 md5/sha1sum: better fix for small resource leak by Denys Vlasenko · 14 years ago
  43. 88a8384 md5/sha1sum: fix small resource leak by Alexey Fomenko · 14 years ago
  44. 2514302 Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 by Denys Vlasenko · 14 years ago
  45. 8c498b6 make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y by Denys Vlasenko · 14 years ago
  46. c3dadba gen_build_files.sh: do not use "sed --" for now by Denys Vlasenko · 14 years ago
  47. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  48. 88d3cfd add forgotten #include by Denys Vlasenko · 14 years ago
  49. 532e961 tftpd: add -l "log to syslog" option. Needed for inetd mode by Denys Vlasenko · 14 years ago
  50. 24ec952 tftp: fix progress bar for large (>32M) files. Closes 3499 by Denys Vlasenko · 14 years ago
  51. c13ee8c basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument by Denys Vlasenko · 14 years ago
  52. 6161cdb conspy: fix ESC key lost by Pascal Bellard · 14 years ago
  53. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  54. 73ef15c syslogd: optional support for /etc/syslog.conf by Sergey Naumov · 14 years ago
  55. d277f55 http: document index.cgi usage. no code changes by Denys Vlasenko · 14 years ago
  56. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  57. 8e23faf ntpd: decrease ntpd -q "no response" timeout to 10 sec by Denys Vlasenko · 14 years ago
  58. c0644ca applets/install.sh: afer quoting of variables by Denys Vlasenko · 14 years ago
  59. 9eb7bfd passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updated by Tito Ragusa · 14 years ago
  60. 12140e6 fix install.sh by Denys Vlasenko · 14 years ago
  61. e32d05b ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) by Denys Vlasenko · 14 years ago
  62. 929f63e start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcode by Denys Vlasenko · 14 years ago
  63. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  64. fa9126e ls: better help text for -a and -A by Denys Vlasenko · 14 years ago
  65. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  66. e3d8d07 small fix for HISTFILESIZE by Denys Vlasenko · 14 years ago
  67. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
  68. a439fa9 hush: remove outdated comments by Denys Vlasenko · 14 years ago
  69. cecbc98 hush: fix source1.tests by Denys Vlasenko · 14 years ago
  70. 0e89fd9 fbsplash: Add support for 24 and 32 bit color depth by Nuno Lucas · 14 years ago
  71. 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
  72. 6ec1510 applet_tables: do not include libbb.h, that header ir for target builds by Denys Vlasenko · 14 years ago
  73. 4a2aecb mesg: operate on stdin, not on stderr (compat) by Denys Vlasenko · 14 years ago
  74. 9575518 httpd: don't send error messages with gzip encoding by Peter Korsgaard · 14 years ago
  75. 95f5c52 diff: optimize diffing of files with the same metadata by Roman Borisov · 14 years ago
  76. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  77. 700fbc3 wget: --post-data=STR should not encode STR, should send it verbatim by Vitaly Magerya · 14 years ago
  78. a9e5c43 pstree: fix "warning: 'handle_thread' defined but not used" by Denys Vlasenko · 14 years ago
  79. 353680a lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y by Denys Vlasenko · 14 years ago
  80. 19311bf mount: add --rbind option support by Roman Borisov · 14 years ago
  81. d3679d2 mount: rprivate option fix by Roman Borisov · 14 years ago
  82. c162bcd hush: document a bug about aborting on sourced file error when non-interactive by Denys Vlasenko · 14 years ago
  83. 3eab24e hush: make parse errors in sourced file non-fatal in interactive script by Denys Vlasenko · 14 years ago
  84. 68d5cb5 hush: fix a case where return in sourced file has no effect by Denys Vlasenko · 14 years ago
  85. 20704f0 ash,hush: recheck LANG before every line input by Denys Vlasenko · 14 years ago
  86. 7f4b769 don't call freeaddinfo(NULL) by Vitaly Magerya · 14 years ago
  87. cf9074b login: set PAM RHOST by Ryan Phillips · 14 years ago
  88. f922154 dd: free allocated memory if CLEANUP enabled by Alexey Soloviev · 14 years ago
  89. beea5a7 mesg: make group/all writability configurable by Denys Vlasenko · 14 years ago
  90. b0e8ced ln: explain why we use xstrdup by Denys Vlasenko · 14 years ago
  91. 32176cc init: fix a case where execv's 1st arg was wrong by Denys Vlasenko · 14 years ago
  92. e2e55b0 wget: move help text to .c file by Denys Vlasenko · 14 years ago
  93. 625f218 wget: fix fname_out usage wrt redirects by Denys Vlasenko · 14 years ago
  94. c2fda86 mount: add a test for bind+rshared by Denys Vlasenko · 14 years ago
  95. cf8b55c pwdx: new applet by Pere Orga · 14 years ago
  96. 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 14 years ago
  97. 9ac5596 udhcpc: emit "correct" secs field by Denys Vlasenko · 14 years ago
  98. ea684c6 ls: fix handling of symlinks by option -1 by Denys Vlasenko · 14 years ago
  99. 8345b2b libbb: make warning go away by Denys Vlasenko · 14 years ago
  100. 48b6f59 chsum: fix by Pascal Bellard · 14 years ago