1. 6696eac hush: add support for "set -o pipefail" by Denys Vlasenko · 14 years ago
  2. c08c3f5 hush: preparatory patch for set -o pipefail support by Denys Vlasenko · 14 years ago
  3. 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
  4. a8dc97c deluser: do not warn spuriously when deleting group by deluser by Tito Ragusa · 14 years ago
  5. e057b0f delgroup: correct the check for users who still use the group by Denys Vlasenko · 14 years ago
  6. f595d8e typo fix by Denys Vlasenko · 14 years ago
  7. 1586c7a deluser: 2nd attempt at deluser/delgroup size reduction and improvements by Tito Ragusa · 14 years ago
  8. 0ebafcc powertop: code shrink by Maksym Kryzhanovskyy · 14 years ago
  9. 9135fd2 Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
  10. 4909fec ls: fix -lg to show group (was showing user) by Denys Vlasenko · 14 years ago
  11. dea28e1 powertop: fix last line detection in process_timer_stats() by Denys Vlasenko · 14 years ago
  12. dcb163a powertop: replace erroneous \n with \0; make numberic conversion more robust by Denys Vlasenko · 14 years ago
  13. 3bbfb58 ip: Fix command line option parsing of "ip route get ..." by Christian Hornung · 14 years ago
  14. 6052c2b powertop: code shrink by Maksym Kryzhanovskyy · 14 years ago
  15. 854738d type fix in comment by Denys Vlasenko · 14 years ago
  16. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  17. 5e99340 *: move lzo compressor code to archival/libunarchive/. No code changes by Denys Vlasenko · 14 years ago
  18. db5fe62 init: if PID!=1, show clearer error message. move usage text closer to main() by Denys Vlasenko · 14 years ago
  19. 4d4d1a0 whitespace fix by Denys Vlasenko · 14 years ago
  20. 8531c43 decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE by Denys Vlasenko · 14 years ago
  21. 2658888 umount: cleanup and code shrink by Rob Landley · 14 years ago
  22. 66be919 stat: fix mtime/ctime/atime by Eric Lammerts · 14 years ago
  23. d7559c2 fdisk: fix trivial build failure by Denys Vlasenko · 14 years ago
  24. 11872ca networking/*: remove superfluous comments by Denys Vlasenko · 14 years ago
  25. f16727e decompress_bunzip2: code shrink ~5 bytes by Denys Vlasenko · 14 years ago
  26. 0c57697 decompress_bunzip2: code shrink ~10 bytes by Denys Vlasenko · 14 years ago
  27. 5d49b72 decompress_bunzip2: add profiling data to comment. no code changes by Denys Vlasenko · 14 years ago
  28. 1642d02 scripts/mkdiff_obj: show "size OBJFILE" too by Denys Vlasenko · 14 years ago
  29. 1014a9a decompress_bunzip2: relieve register pressure in hot function read_bunzip by Denys Vlasenko · 14 years ago
  30. bf3bec5 decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop by Denys Vlasenko · 14 years ago
  31. f29a1c5 powertop: build fix for !386 compiles by Denys Vlasenko · 14 years ago
  32. 36ef0a6 decompress_bunzip2: code shrink by Denys Vlasenko · 14 years ago
  33. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  34. 66cb7be ifupdown: add manual method for IPv6. Closes bug 2497. by Denys Vlasenko · 14 years ago
  35. ec07420 telnet: do not check for 0 return from poll (it's impossible) by Denys Vlasenko · 14 years ago
  36. 036dbb9 telnet: convert CR NUL -> CR on input. Closes bug 2569 by Denys Vlasenko · 14 years ago
  37. 6b3f0b0 unicode: update unicode_width on !unicode branch too. Closes bug 2593 by Denys Vlasenko · 14 years ago
  38. dc8ef35 dnsd: fix 64-bit bug 2539. by Denys Vlasenko · 14 years ago
  39. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  40. 8410ac1 bloat-o-meter: make it python3 compliant by Marek Polacek · 14 years ago
  41. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  42. 02788ac scripts: remove bitrotted scripts/individual by Denys Vlasenko · 14 years ago
  43. b27d62a update docs/new-applet-HOWTO.txt by Holger Blasum · 14 years ago
  44. 756e95e ipcrm: small code shrink by Denys Vlasenko · 14 years ago
  45. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  46. 7765095 mount: pass NULL, not "", as "data" to mount syscall if we have no opts by Alexander Shishkin · 14 years ago
  47. 78b286f login: free fromhost upon cleaning up by Alexander Shishkin · 14 years ago
  48. 16cc80e crc32: cleanups, no code changes by Denys Vlasenko · 14 years ago
  49. db9ccc5 netstat: was using buffers one byte short for scanf (no place for NUL). fixing by Denys Vlasenko · 14 years ago
  50. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  51. dd88ba8 netstat: fix IPv6 problem (garbage in scope_id); code shrink by Denys Vlasenko · 14 years ago
  52. c386aa5 Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
  53. 3c99d59 top: Use _exit() instead of exit() in sighandler by Marek Polacek · 14 years ago
  54. 55a046b netstat: fix -r display in usage text by Bob Dunlop · 14 years ago
  55. 4fa07bd whitespace fix by Denys Vlasenko · 14 years ago
  56. 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
  57. a43e969 powertop: simplified C-state display code by Denys Vlasenko · 14 years ago
  58. d8b687f powertop: IPIs and hw irqs were swapped, fixing by Denys Vlasenko · 14 years ago
  59. c3f1fa1 powertop: fixes to output format and code shrink by Denys Vlasenko · 14 years ago
  60. 373789e powertop: code shrink by Denys Vlasenko · 14 years ago
  61. a2d27a1 libbb/process_escape_sequence.c: fix recently broken handling of \\ by Denys Vlasenko · 14 years ago
  62. b507cc3 powertop: new applet by Marek Polacek · 14 years ago
  63. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  64. 3b06052 init: do not sleep forever on usage errors by Denys Vlasenko · 14 years ago
  65. 03a5fe3 sha1: small tweak for clearer code, no logic changes by Denys Vlasenko · 14 years ago
  66. f4c93ab sha1: use Rob's code, it's smaller and faster by Denys Vlasenko · 14 years ago
  67. 4b63e16 md5/sha1sum: code shrink by Denys Vlasenko · 14 years ago
  68. ba04337 umount: I forgot to change another PATH_MAX to 4096 by Denys Vlasenko · 14 years ago
  69. 17fc33d finish busybox.1 renaming by Denys Vlasenko · 14 years ago
  70. d8205b3 awk: reduce ifdef forest by Rob Landley · 14 years ago
  71. 738e4de English fixes to docs/smallint.txt by Denys Vlasenko · 14 years ago
  72. 8f8ee53 adding docs/smallint.txt by Denys Vlasenko · 14 years ago
  73. 58647e8 Remove check for supported libc. by Denys Vlasenko · 14 years ago
  74. 07b1c6e umount: do not (ab)use PATH_MAX as mntent buffer size by Denys Vlasenko · 14 years ago
  75. 1c26e05 remove unused SC_x (serial port names) defines by Denys Vlasenko · 14 years ago
  76. 57b6833 correct manpage name by Denys Vlasenko · 14 years ago
  77. f2657a9 init: do not clear CRTSCTS (fix from Debian bug 528560) by Denys Vlasenko · 14 years ago
  78. 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
  79. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  80. 6a0d749 awk: fix segfault on closing non-opened file by Denys Vlasenko · 14 years ago
  81. 54779a4 mount: code shrink (-81 bytes) by Alexander Shishkin · 14 years ago
  82. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  83. cbfeaac smemcap: close /proc handle upon cleaning up by Alexander Shishkin · 14 years ago
  84. 46b6cd7 nbd-client: kill unused variable (total 0 bytes) by Alexander Shishkin · 14 years ago
  85. d3036ef pmap: get rid of a warning by Denys Vlasenko · 14 years ago
  86. 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
  87. 0818735 patch: implement -E option by Lukas Huba · 14 years ago
  88. e7599d1 revert last change (wrong author) by Denys Vlasenko · 14 years ago
  89. f0c7e0c patch: implement -E option by Gilles Espinasse · 14 years ago
  90. 2348e09 tail: free tailbuf upon cleaning up by Alexander Shishkin · 14 years ago
  91. a7027bf stat: remove superfluous setXXent() calls, plug memory leak by Alexander Shishkin · 14 years ago
  92. 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
  93. 5d374e9 udhcpc: exit if iface disappeared; use correct MAC if it changes by Denys Vlasenko · 14 years ago
  94. c72c1d7 udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf by Denys Vlasenko · 14 years ago
  95. a5048fa udhcpc: periodically reread our ifindex and mac by Denys Vlasenko · 14 years ago
  96. b3af65b udhcpc: emit maxsize option in all non-NAK type packets by Denys Vlasenko · 14 years ago
  97. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  98. c59e06e udhcpc: better help text by Denys Vlasenko · 14 years ago
  99. ff19d52 add/remove-shell: use O_TRUNC instead of O_EXCL by Denys Vlasenko · 14 years ago
  100. 5be79ff add-shell, remove-shell: new applets by Alexander Shishkin · 14 years ago