1. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  2. 7765095 mount: pass NULL, not "", as "data" to mount syscall if we have no opts by Alexander Shishkin · 14 years ago
  3. 78b286f login: free fromhost upon cleaning up by Alexander Shishkin · 14 years ago
  4. 16cc80e crc32: cleanups, no code changes by Denys Vlasenko · 14 years ago
  5. db9ccc5 netstat: was using buffers one byte short for scanf (no place for NUL). fixing by Denys Vlasenko · 14 years ago
  6. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  7. dd88ba8 netstat: fix IPv6 problem (garbage in scope_id); code shrink by Denys Vlasenko · 14 years ago
  8. c386aa5 Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
  9. 3c99d59 top: Use _exit() instead of exit() in sighandler by Marek Polacek · 14 years ago
  10. 55a046b netstat: fix -r display in usage text by Bob Dunlop · 14 years ago
  11. 4fa07bd whitespace fix by Denys Vlasenko · 14 years ago
  12. 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
  13. a43e969 powertop: simplified C-state display code by Denys Vlasenko · 14 years ago
  14. d8b687f powertop: IPIs and hw irqs were swapped, fixing by Denys Vlasenko · 14 years ago
  15. c3f1fa1 powertop: fixes to output format and code shrink by Denys Vlasenko · 14 years ago
  16. 373789e powertop: code shrink by Denys Vlasenko · 14 years ago
  17. a2d27a1 libbb/process_escape_sequence.c: fix recently broken handling of \\ by Denys Vlasenko · 14 years ago
  18. b507cc3 powertop: new applet by Marek Polacek · 14 years ago
  19. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  20. 3b06052 init: do not sleep forever on usage errors by Denys Vlasenko · 14 years ago
  21. 03a5fe3 sha1: small tweak for clearer code, no logic changes by Denys Vlasenko · 14 years ago
  22. f4c93ab sha1: use Rob's code, it's smaller and faster by Denys Vlasenko · 14 years ago
  23. 4b63e16 md5/sha1sum: code shrink by Denys Vlasenko · 14 years ago
  24. ba04337 umount: I forgot to change another PATH_MAX to 4096 by Denys Vlasenko · 14 years ago
  25. 17fc33d finish busybox.1 renaming by Denys Vlasenko · 14 years ago
  26. d8205b3 awk: reduce ifdef forest by Rob Landley · 14 years ago
  27. 738e4de English fixes to docs/smallint.txt by Denys Vlasenko · 14 years ago
  28. 8f8ee53 adding docs/smallint.txt by Denys Vlasenko · 14 years ago
  29. 58647e8 Remove check for supported libc. by Denys Vlasenko · 14 years ago
  30. 07b1c6e umount: do not (ab)use PATH_MAX as mntent buffer size by Denys Vlasenko · 14 years ago
  31. 1c26e05 remove unused SC_x (serial port names) defines by Denys Vlasenko · 14 years ago
  32. 57b6833 correct manpage name by Denys Vlasenko · 14 years ago
  33. f2657a9 init: do not clear CRTSCTS (fix from Debian bug 528560) by Denys Vlasenko · 14 years ago
  34. 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
  35. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  36. 6a0d749 awk: fix segfault on closing non-opened file by Denys Vlasenko · 14 years ago
  37. 54779a4 mount: code shrink (-81 bytes) by Alexander Shishkin · 14 years ago
  38. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  39. cbfeaac smemcap: close /proc handle upon cleaning up by Alexander Shishkin · 14 years ago
  40. 46b6cd7 nbd-client: kill unused variable (total 0 bytes) by Alexander Shishkin · 14 years ago
  41. d3036ef pmap: get rid of a warning by Denys Vlasenko · 14 years ago
  42. 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
  43. 0818735 patch: implement -E option by Lukas Huba · 14 years ago
  44. e7599d1 revert last change (wrong author) by Denys Vlasenko · 14 years ago
  45. f0c7e0c patch: implement -E option by Gilles Espinasse · 14 years ago
  46. 2348e09 tail: free tailbuf upon cleaning up by Alexander Shishkin · 14 years ago
  47. a7027bf stat: remove superfluous setXXent() calls, plug memory leak by Alexander Shishkin · 14 years ago
  48. 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
  49. 5d374e9 udhcpc: exit if iface disappeared; use correct MAC if it changes by Denys Vlasenko · 14 years ago
  50. c72c1d7 udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf by Denys Vlasenko · 14 years ago
  51. a5048fa udhcpc: periodically reread our ifindex and mac by Denys Vlasenko · 14 years ago
  52. b3af65b udhcpc: emit maxsize option in all non-NAK type packets by Denys Vlasenko · 14 years ago
  53. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  54. c59e06e udhcpc: better help text by Denys Vlasenko · 14 years ago
  55. ff19d52 add/remove-shell: use O_TRUNC instead of O_EXCL by Denys Vlasenko · 14 years ago
  56. 5be79ff add-shell, remove-shell: new applets by Alexander Shishkin · 14 years ago
  57. bec5888 *: s/open3_or_warn/open_or_warn/ where makes sense by Denys Vlasenko · 14 years ago
  58. d3c5ab7 udhcpc: remove now-unneeded definitions of vendor and client-id opts by Denys Vlasenko · 14 years ago
  59. 1cbdc03 udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same better by Denys Vlasenko · 14 years ago
  60. 9e244c7 udhcpc: move usage text to .c file. no code changes by Denys Vlasenko · 14 years ago
  61. f04ca74 dmesg: more correct skipping of <N>; use faster putchar for most output by Denys Vlasenko · 14 years ago
  62. 0016bce klogd: do not log partial lines by Denys Vlasenko · 14 years ago
  63. ef6c6d8 mkmakefile: make 3.82 fix by Thomas Chou · 14 years ago
  64. 7ab94ca md5: remove outdated comment by Denys Vlasenko · 14 years ago
  65. 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
  66. d982da7 nanddump: make oobbuf allocation dynamic by Baruch Siach · 14 years ago
  67. c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
  68. b5aa1d9 libbb/hash_sha.c -> libbb/hash_md5_sha.c by Denys Vlasenko · 14 years ago
  69. eb7fe6d libbb: move md5 and shaN into a common source file. no code changes by Denys Vlasenko · 14 years ago
  70. e08ef58 md5: length should be stored in *little-endian* order! fixing... by Denys Vlasenko · 14 years ago
  71. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  72. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  73. 06f719f libbb: rename hash source files. no code changes by Denys Vlasenko · 14 years ago
  74. 5fe2f86 sort: -o FILE should create/truncate FILE by Denys Vlasenko · 14 years ago
  75. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  76. 36af2f7 nanddump: new applet by Baruch Siach · 14 years ago
  77. 873bb31 cpio: avoid 'not created: newer or same age file exists' message for dirs by Pascal Bellard · 14 years ago
  78. cadf901 depmod: accept and ignore -u, -q, -C FILE by Pascal Bellard · 14 years ago
  79. 122a4b3 touch: update help text by Pascal Bellard · 14 years ago
  80. b8d0259 md5: fix biuld failure on big-endian machines by Denys Vlasenko · 14 years ago
  81. 2b01168 docs: Sync up AUTHORS and busybox_footer.pod by Kevin Cernekee · 14 years ago
  82. 20e2c35 docs: Change CVS references to Git by Kevin Cernekee · 14 years ago
  83. ea69416 typo fix by Denys Vlasenko · 14 years ago
  84. 786635e seq: exit on write errors by Denys Vlasenko · 14 years ago
  85. ad8def2 udhcpc: fix OPTION_IP_PAIR parsing by Vladislav Grishenko · 14 years ago
  86. cfe114c md5: code shrink -5 bytes by Denys Vlasenko · 14 years ago
  87. f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
  88. 36ab585 md5: code shrink by Denys Vlasenko · 14 years ago
  89. a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
  90. 446c234 whitespace fix by Denys Vlasenko · 14 years ago
  91. 4bc3b85 sha512: inline rotr64 by Denys Vlasenko · 14 years ago
  92. 273abcb shaN: small code shrink by Denys Vlasenko · 14 years ago
  93. 1ac476b md5: fix "fast" md5 broken by prev commit by Denys Vlasenko · 14 years ago
  94. e8ee862 testsuite: add tests for {ms5,shaN}sum by Denys Vlasenko · 14 years ago
  95. bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
  96. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  97. 1a5e11c modutils/*: move help bits into corresponding .c files by Denys Vlasenko · 14 years ago
  98. 7018671 libbb/md5: code shrink by Denys Vlasenko · 14 years ago
  99. 3d16098 libbb/md5: small code shrink by Denys Vlasenko · 14 years ago
  100. c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago