- ebe578a nslookup: make it more IPv6 friendly by Denis Vlasenko · 18 years ago
- 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
- 940b2e4 ip: "ip addr del" and "ip addr delete" both should work by Denis Vlasenko · 18 years ago
- c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
- d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
- c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
- 7534e08 wget: -100 bytes, reduce stack usage, remove --header length limit by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
- d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
- c6ec8c9 telnetd: check ptsname() for NULL by Denis Vlasenko · 18 years ago
- 023b57d wget: xatoi's were oversealous ("200 OK" isn't a number) by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
- a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
- f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
- cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
- 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
- 96e9d3c wget: don't be careless with xstrdup'ing by Denis Vlasenko · 18 years ago
- a655152 wget: fix download of URLs like: by Denis Vlasenko · 18 years ago
- c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
- 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
- de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
- 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
- 6edadde traceroute: fix compilation if netinet/protocols.h is missing by Denis Vlasenko · 18 years ago
- 7c1ed2e traceroute: do not look up icmp protocol# in /etc, it is well-known :) by Denis Vlasenko · 18 years ago
- 1c3577f ifupdown: Debian users contributed improvement to it by Denis Vlasenko · 18 years ago
- f8aa109 wget: make progress bar and ETA work correctly with -c by Denis Vlasenko · 18 years ago
- 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
- 3038ac9 vconfig: fix bug 701 (I be damned if I understand it) by Denis Vlasenko · 18 years ago
- 7935a5a libiproute/ll_map.c: fix bug 279 by Denis Vlasenko · 18 years ago
- a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
- 981b24d rt_names.c: move few strings into rodata by Denis Vlasenko · 18 years ago
- 06b543b ifupdown: make dhcp start/stop scripts user configurable by Denis Vlasenko · 18 years ago
- c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
- 2f4399c ifupdown: fix for standalone shell; removed hardcoded PATH by Denis Vlasenko · 18 years ago
- 0534125 ifupdown: style cleanup, no code changes by Denis Vlasenko · 18 years ago
- e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
- 8b8c75e httpd: sanitize indentation by Denis Vlasenko · 18 years ago
- a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
- a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
- c1876d7 inetd: deindent main loop, other readability enhancements by Denis Vlasenko · 18 years ago
- ec17d43 inetd: reformat with tabs for indentation by Denis Vlasenko · 18 years ago
- 7f1f5b0 ifupdown: getopt_ulflags'ification. by Denis Vlasenko · 18 years ago
- a65a177 arping: fix bug (getopt_ulflags and optarg don't mix), by Denis Vlasenko · 18 years ago
- 754a88f netstat: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 8514fc5 hostname: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 0e87d34 telnetd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- f5fc138 So, in the cornucopia of superfulous warning directives I didn't add to the by Rob Landley · 18 years ago
- 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
- 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
- 3526a13 wget: wrap one atrociously long line (around 200 chars long!). by Denis Vlasenko · 18 years ago
- d797fcd udhcp: FEATURE_UDHCP_SYSLOG should be selected only if by Denis Vlasenko · 18 years ago
- 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
- 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
- 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
- 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
- 65113e8 zcip: bb_error_msg had stray newlines; small optimization in opt parsing by Denis Vlasenko · 18 years ago
- af906a3 zcip: minor fixes by Denis Vlasenko · 18 years ago
- a9abecd zcip: fix stdout/err versus syslog output. by Denis Vlasenko · 18 years ago
- 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
- 60e3dd6 zcip: convert lots of zero-initialized locals by Denis Vlasenko · 18 years ago
- 035aae5 zcip: use xfunc() where appropriate by Denis Vlasenko · 18 years ago
- 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
- 87d80dc zcip: apply patch from by Denis Vlasenko · 18 years ago
- bcf4908 ping: bind -> xbind by Denis Vlasenko · 18 years ago
- e0b7f71 ping(6): use htons instead of SWAP_BE. by Denis Vlasenko · 18 years ago
- 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
- db7f2e5 ping6: resolve interface name to number early. by Denis Vlasenko · 18 years ago
- cb6874c Sync ping and ping6 a bit, fix style and indentation. by Denis Vlasenko · 18 years ago
- d53dd3e Fix endianness issue in ping6 by Denis Vlasenko · 18 years ago
- bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
- 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
- 099ed50 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why by Rob Landley · 18 years ago
- 289e86a - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g by Bernhard Reutner-Fischer · 18 years ago
- d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
- 13068a4 - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK by Bernhard Reutner-Fischer · 18 years ago
- 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
- 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
- affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
- 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
- 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
- 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
- 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
- 280a264 Attempt to fixup httpd.c to match svn 15767. by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 581d4f3 Move declaration to be compatible with older gcc's. by "Robert P. J. Day" · 18 years ago
- cae61e7 Make a gcc 4.1 warning go away. by Rob Landley · 18 years ago
- 91a3390 get rid of udhcp submenu by Mike Frysinger · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
- c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
- 2819f75 Add one-line GPL boilerplate to these source files. by "Robert P. J. Day" · 18 years ago