Age | Commit message (Expand) | Author |
2007-06-27 | devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>) | Denis Vlasenko |
2007-06-19 | networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr... | Denis Vlasenko |
2007-06-17 | hwclock: size optimizations | Denis Vlasenko |
2007-06-14 | traceroute: stop using floating point needlessly; nuke useless assignment. | Denis Vlasenko |
2007-06-10 | moved biggest stack buffers to malloc space, or made their size configurable | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-13 | sourse_route_list -> source_route_list | Denis Vlasenko |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-11 | style fixes, no code changes. | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-03-29 | traceroute: move data off bss. small code optimizations. | Denis Vlasenko |
2007-02-04 | ifconfig: use IPv6 infrastructure | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko |
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-22 | remove useless casts (type*) xzalloc(...) | Denis Vlasenko |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko |
2006-11-22 | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko |
2006-11-21 | httpd: slight reduction of #ifdef forest | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-10-03 | traceroute: fix compilation if netinet/protocols.h is missing | Denis Vlasenko |
2006-10-03 | traceroute: do not look up icmp protocol# in /etc, it is well-known :) | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-08-18 | - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK | Bernhard Reutner-Fischer |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-16 | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley |
2006-07-12 | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-04-16 | kill off pointless malloc.h include | Mike Frysinger |
2006-04-16 | kill pointless memory.h includes | Mike Frysinger |
2006-04-12 | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley |
2006-02-19 | rfelker writes in Bug 740: s/u_char/unsigned char/ | Mike Frysinger |
2006-01-31 | - add and use ATTRIBUTE_ALIGNED(num_bytes) | Bernhard Reutner-Fischer |
2006-01-30 | fix up annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-12 | usage bb_dev_null | "Vladimir N. Oleynik" |
2005-09-06 | - sync traceroute with Slackware-10.1 | "Vladimir N. Oleynik" |
2005-07-31 | typecast to int | Mike Frysinger |
2005-07-20 | much more concise fix for bug #45. just align the packet... | Paul Fox |
2005-07-19 | applying fix for: | Paul Fox |