1. dd88ba8 netstat: fix IPv6 problem (garbage in scope_id); code shrink by Denys Vlasenko · 14 years ago
  2. 55a046b netstat: fix -r display in usage text by Bob Dunlop · 14 years ago
  3. 46b6cd7 nbd-client: kill unused variable (total 0 bytes) by Alexander Shishkin · 14 years ago
  4. 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
  5. 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
  6. 5d374e9 udhcpc: exit if iface disappeared; use correct MAC if it changes by Denys Vlasenko · 14 years ago
  7. c72c1d7 udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf by Denys Vlasenko · 14 years ago
  8. a5048fa udhcpc: periodically reread our ifindex and mac by Denys Vlasenko · 14 years ago
  9. b3af65b udhcpc: emit maxsize option in all non-NAK type packets by Denys Vlasenko · 14 years ago
  10. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  11. c59e06e udhcpc: better help text by Denys Vlasenko · 14 years ago
  12. d3c5ab7 udhcpc: remove now-unneeded definitions of vendor and client-id opts by Denys Vlasenko · 14 years ago
  13. 1cbdc03 udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same better by Denys Vlasenko · 14 years ago
  14. 9e244c7 udhcpc: move usage text to .c file. no code changes by Denys Vlasenko · 14 years ago
  15. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  16. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  17. ad8def2 udhcpc: fix OPTION_IP_PAIR parsing by Vladislav Grishenko · 14 years ago
  18. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  19. 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
  20. c0f39b0 dhcprelay: code shrink, and explain its workings a bit more by Denys Vlasenko · 14 years ago
  21. d678257 ntpd: allow peer-less (standalone stratum 1 server) operation by Denys Vlasenko · 14 years ago
  22. 7d3a48a udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options by Vladislav Grishenko · 14 years ago
  23. ebec11d wget: flush output to network before receving reply by Nguyễn Thái Ngọc Duy · 14 years ago
  24. 1fc20c4 nbd-client: new applet by Rob Landley · 14 years ago
  25. b103fb1 nc: show help text on bad parameters by Denys Vlasenko · 14 years ago
  26. 3d4a8f8 made 3 license strings to follow the usual form ("or later" bit is not changed!) by Denys Vlasenko · 14 years ago
  27. 2ab3acb ifupdown: %client%, not %clientid% by Denys Vlasenko · 14 years ago
  28. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  29. c71ec70 iplink: another compat #ifndef/#define tweak by Denys Vlasenko · 14 years ago
  30. 74c992a ntpd: with -q, exit after 60 seconds even if time is not synced. by Denys Vlasenko · 14 years ago
  31. b276e41 ip: add a #define for older kernels by Denys Vlasenko · 14 years ago
  32. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  33. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  34. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
  35. 64f2ba2 wget: make -T support enabled by default by Denys Vlasenko · 14 years ago
  36. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  37. 58a15cd Fix a typo in config text by Denys Vlasenko · 14 years ago
  38. e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 14 years ago
  39. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  40. 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
  41. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  42. 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 14 years ago
  43. 535ce1d httpd: cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
  44. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
  45. e0a6220 ip: fix "ip r" breakage by Denys Vlasenko · 14 years ago
  46. b78ac5a libnetlink: code shrink by Natanael Copa · 14 years ago
  47. 4f0279b ifplugd: code shrink by Maksym Kryzhanovskyy · 14 years ago
  48. 2ea12d8 tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST by Jeremie Koenig · 15 years ago
  49. 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
  50. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  51. fb4cb1c tweak defconfig by Denys Vlasenko · 14 years ago
  52. c5bbd5d wget: fix progress display by Denys Vlasenko · 14 years ago
  53. 9388b4e ifplugd: code shrink by Maksym Kryzhanovskyy · 14 years ago
  54. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  55. 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
  56. fd74451 ip a: fix SEGV if "dev IFACE" is not specified by Denys Vlasenko · 14 years ago
  57. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  58. 7d1201c nc: better comments. no code changes by Denys Vlasenko · 14 years ago
  59. 31c3dad remove recently added erroneous _and_die() by Denys Vlasenko · 14 years ago
  60. 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
  61. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  62. eff6d59 ntpd: step correction to variables had wrong sign, fixing by Denys Vlasenko · 14 years ago
  63. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  64. 134d0eb cosmetics on top of Dan's patches by Denys Vlasenko · 14 years ago
  65. fdd7b56 A few minor portability improvements by Dan Fandrich · 14 years ago
  66. 5b1dfe6 tftp: increase initial retry timeout from 50 to 100 ms by Denys Vlasenko · 14 years ago
  67. 0cc2594 networking/Config.src: make tftp/tftpd-related options less confusing. Closes 2017 by Denys Vlasenko · 14 years ago
  68. 53e2f38 tftp: make message about 512 byte block less confusing by Denys Vlasenko · 15 years ago
  69. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  70. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  71. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  72. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  73. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  74. 6db1373 udhcpd: fix daemonize crash on nommu systems by Mike Frysinger · 15 years ago
  75. b8b72f0 dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849 by Denys Vlasenko · 15 years ago
  76. e58c6e2 dhcp: indicate IP network order in prototypes too by Denys Vlasenko · 15 years ago
  77. b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 15 years ago
  78. eb29e91 trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole by Denys Vlasenko · 15 years ago
  79. c5f30c0 ip addr: shrink by Bernhard Reutner-Fischer · 15 years ago
  80. cc4493a ip addr: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
  81. 1b35498 ip rule: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
  82. 96913f9 ip tunnel: unify parsing args; no obj-code changes by Bernhard Reutner-Fischer · 15 years ago
  83. ab0e412 ip link: add qlen by Bernhard Reutner-Fischer · 15 years ago
  84. d148e48 iplink: shrink by Bernhard Reutner-Fischer · 15 years ago
  85. 6faebfa iplink: support add/delete by Bernhard Reutner-Fischer · 15 years ago
  86. 49ee839 ipaddress: print OPERSTATEs and NO-CARRIER by Bernhard Reutner-Fischer · 15 years ago
  87. a85b66e ifconfig: do not truncate interface names. closes bug 1795 by Denys Vlasenko · 15 years ago
  88. 238bf18 ash: fix bug which causes signal6.tests to fail by Denys Vlasenko · 15 years ago
  89. 78d035f ifplugd: fix typo in prev commit by Denys Vlasenko · 15 years ago
  90. ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
  91. 19afe84 ifplugd: replace potentially-leaking setenv with malloc/putenv/free by Denys Vlasenko · 15 years ago
  92. 78abf88 ifdown: use /var/run/udhcpc.%iface%.pid only if it exists by Denys Vlasenko · 15 years ago
  93. fde3fb3 udhcpd: fix hostname truncation bug 1663 by Denys Vlasenko · 15 years ago
  94. 25b10d9 telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON. by Denys Vlasenko · 15 years ago
  95. 6646de0 dnsd: fix unaligned access problem by Denys Vlasenko · 15 years ago
  96. 238c83b ftpd: work around LIST -aXYZ too, not only LIST -lXYZ by Denys Vlasenko · 15 years ago
  97. c2d413b httpd_indexcgi example: trivial fix by Denys Vlasenko · 15 years ago
  98. 0ecc116 dnsd: enforce alignment on packet buffer by Denys Vlasenko · 15 years ago
  99. 823b636 ipcalc: more correct checking for proper number of arguments by Steve Bennett · 15 years ago
  100. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago