- d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
- f3f33eb zcip: open ARP socket before openlog (else we can thrash syslog socket) by Denis Vlasenko · 17 years ago
- a2980c6 sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> by Denis Vlasenko · 17 years ago
- 7cff01e nc: fix fallout from C99 standard compliance change by Denis Vlasenko · 17 years ago
- 0b2b584 Fix compilation error when FEATURE_FANCY_PING enabled. Also by Paul Fox · 17 years ago
- 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
- ddd42cb sendmail: really svn add it by Denis Vlasenko · 17 years ago
- 73032ca sendmail: new applet by dronnikov at gmail.com by Denis Vlasenko · 17 years ago
- 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
- f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
- b76b9a4 udhcpc: filter unwanted packets in kernel by Denis Vlasenko · 17 years ago
- ca9635b udhcpc: fix wrong options in decline and release packets by Denis Vlasenko · 17 years ago
- 2b11fb4 - implement brctl setpathcost, setportprio, setbridgeprio, stp by Bernhard Reutner-Fischer · 17 years ago
- 1aac3ab - shrink a bit and implement time related fancy features. Improve help texts. by Bernhard Reutner-Fischer · 17 years ago
- c44c210 - save four bytes by manually hoisting the br assignment by Bernhard Reutner-Fischer · 17 years ago
- d27d925 - new applet brctl by Bernhard Reutner-Fischer · 17 years ago
- 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
- 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
- 83c4422 ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) by Denis Vlasenko · 17 years ago
- fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
- d3c042f libbb: introduce fputc_printable (from ed) by Denis Vlasenko · 17 years ago
- fcd878e httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>) by Denis Vlasenko · 17 years ago
- 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 17 years ago
- ddc865f netstat: in error message, report filename and line number by Denis Vlasenko · 17 years ago
- c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
- abee3d0 Fix xmalloc_fgets_str so that it really does NOT strip terminator. by Denis Vlasenko · 17 years ago
- 8e5b6f5 Makefile: change version to 1.10.0.svn by Denis Vlasenko · 17 years ago
- f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
- e3cbfb9 vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, by Denis Vlasenko · 17 years ago
- 6198792 udhcp: decided to not send "short" dhcp packets, by Denis Vlasenko · 17 years ago
- fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 17 years ago
- 9ad2cb3 traceroute: stop using global data/bss by Denis Vlasenko · 17 years ago
- 1918368 udhcpc: support for -O <option>. by Denis Vlasenko · 17 years ago
- 7221c8c lineedit: reduce stack usage by Denis Vlasenko · 17 years ago
- 2bec513 fix whitespace damage by Denis Vlasenko · 17 years ago
- 8723a94 libnetlink: comment out unused code; don't use 8k stack buffers by Denis Vlasenko · 17 years ago
- b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
- 35ff746 dhcpc: let server know we don't like oversized packets. add TODO comment by Denis Vlasenko · 17 years ago
- 79c6904 ip route: add comment, no code changes by Denis Vlasenko · 17 years ago
- 186c2b3 iproute: fix a bug where "ip r flush table main" was rejected, by Denis Vlasenko · 17 years ago
- b1bac0d zcip: simplify code a bit by Denis Vlasenko · 17 years ago
- a09300a zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order by Denis Vlasenko · 17 years ago
- 72e7604 dhcpc: cope with buggy DHCP servers which send oversized packets by Denis Vlasenko · 17 years ago
- 8ec6ee4 Add an RFC for future ipv6 ftp work by Denis Vlasenko · 17 years ago
- fff9b69 arping: fix a bug where there is implicit count of 4G; by Denis Vlasenko · 17 years ago
- ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
- 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
- 68af8e7 udhcpc: remove -W option, -A can be reused for that help texts: trimmed a bit by Denis Vlasenko · 17 years ago
- b559105 fix a thinko in build system by Denis Vlasenko · 17 years ago
- 9cdfd14 dhcpc: cleanup and comments; fix buggy timeout handling in corner cases. by Denis Vlasenko · 17 years ago
- 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
- ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
- 9d6c469 Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: by Denis Vlasenko · 17 years ago
- 6df9e3c inetd: revert bogus fix for bug 1562; shrink inetd a bit by Denis Vlasenko · 17 years ago
- abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
- 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
- 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
- 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
- 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
- bfc3d82 ifconfig: code shrink by Denis Vlasenko · 17 years ago
- 9d1afdb inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) by Denis Vlasenko · 17 years ago
- 1641d61 - fix typo in helptext by Bernhard Reutner-Fischer · 17 years ago
- dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
- 78ee7c8 httpd: fix trivial bug (spotted by Alex Landau) by Denis Vlasenko · 17 years ago
- 2edbc2a ping: fix breakage from -I fix by Denis Vlasenko · 17 years ago
- 1a7afb4 paing: make -I ethN work too (-I addr already worked) by Denis Vlasenko · 17 years ago
- 34cd7af httpd: free big buffer after use; improve grep-ability of 'headers' variable by Denis Vlasenko · 17 years ago
- f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
- e87b868 telnetd: make sure telnetd -K exits if child dies by Denis Vlasenko · 17 years ago
- 9e23767 telnetd: trivial optimization by Denis Vlasenko · 17 years ago
- 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
- 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
- 23c8128 telnetd: fix comment by Denis Vlasenko · 17 years ago
- f472b23 telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> by Denis Vlasenko · 17 years ago
- 008eda2 bzip2: make -s equivalent to -2 (compatible with standard bzip2) by Denis Vlasenko · 17 years ago
- 2450c45 telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence by Denis Vlasenko · 17 years ago
- 10916c5 telnetd: document bug in remove_iacs. reinstate band-aid by Denis Vlasenko · 17 years ago
- 59d7c43 telnetd: some simplifications and better error hadling. by Denis Vlasenko · 17 years ago
- 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
- 4a45756 httpd: fix bug where we were trying to read more POSTDATA than content-length by Denis Vlasenko · 17 years ago
- 11c23d7 whitespace/style fix by Denis Vlasenko · 17 years ago
- 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- db60bcf ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de> by Denis Vlasenko · 17 years ago
- def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
- e747f62 - mark TODO: use index_in_str_array() by Bernhard Reutner-Fischer · 17 years ago
- feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
- deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
- d7b3350 dhcpreplay: code shrink, -40 bytes by Denis Vlasenko · 17 years ago
- 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
- 1eecaf2 libiproute: add missing break's by Denis Vlasenko · 17 years ago
- 3d2a921 httpd: trivial simplification by Denis Vlasenko · 17 years ago
- b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
- a36535b wget: -O FILE is allowed to overwrite existing file (compat) by Denis Vlasenko · 17 years ago
- 6124c37 zcip: fix unaligned trap on ARM by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
- 3982407 inetd: move struct fields around -> save .25 k of code by Denis Vlasenko · 17 years ago