*: introduce and use xvfork()
[oweals/busybox.git] / networking / libiproute /
2008-06-29 Denis Vlasenkolibiproute: print_route() always uses stdout, do not...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-12 Bernhard Reutner... - make the first arg of the filter function passed...
2008-06-08 Denis Vlasenkoip: make numeric table work: "ip route list table 255...
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-06-05 Denis Vlasenkoip: support for the LOWER_UP flag by Natanael Copa...
2008-06-05 Denis Vlasenkoreplace single-char printf's with bb_putchar
2008-06-05 Denis Vlasenkolibiproute: use stdout directly instead of passing...
2008-05-31 Denis Vlasenkolibiproute: fix option parsing, so that "ip -o link...
2008-05-31 Denis Vlasenkolibiproute: style fixes, and using smallint as appropriate
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-16 Bernhard Reutner... - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00...
2008-05-16 Bernhard Reutner... - very minor shrinkage
2008-05-16 Bernhard Reutner... - add appropriate string for arp header #32 for use...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-04-19 Denis Vlasenkostyle fixes. no code changes
2008-03-20 Denis Vlasenko*: use fopen_or_warn in few more places
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-04 Denis Vlasenkoip route: "ip route" was misbehaving (extra argv+1...
2007-12-02 Denis Vlasenkolibnetlink: comment out unused code; don't use 8k stack...
2007-11-27 Denis Vlasenkoip route: add comment, no code changes
2007-11-26 Denis Vlasenkoiproute: fix a bug where "ip r flush table main" was...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-10-29 Denis Vlasenkoll_types.c: optimize link type table, make it conditional
2007-10-10 Denis Vlasenkoip tunnel parameter parsing fix by Jean Wolter <jw5...
2007-09-30 Denis Vlasenkoreplace printf with fputs where appropriate
2007-09-30 Denis Vlasenkolibiproute: add missing break's
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-21 Bernhard Reutner... - remove matches() from networking/. Untested.
2007-06-20 Bernhard Reutner... - move iprule and ipaddress from matches() to index_in_...
2007-06-20 Bernhard Reutner... - remove another user of the deprecated matches() func...
2007-06-19 Denis Vlasenkoll_map: disable interface name caching code
2007-06-04 Denis Vlasenkosnprintf(... "%s"...) => safe_strncpy
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-15 Bernhard Reutner... - apply hunk that fixes an issue with (wrong?) dependen...
2007-04-16 Bernhard Reutner... - fix compilation when ENABLE_FEATURE_IP_RULE was off
2007-04-12 Bernhard Reutner... - shrink iproute a bit (-200 bytes). Untested
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Bernhard Reutner... - set the scope properly. Thanks to Jean Wolter, who...
2007-04-10 Bernhard Reutner... - rewrite the ip applet to be less bloaty
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-01-30 Denis Vlasenkopreparatory patch for -Wwrite-strings #8 (missed part)
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #6
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-28 Bernhard Reutner... - reinstate static for the command string arrray to...
2007-01-28 Bernhard Reutner... - use uint32_t as suggested by vda.
2007-01-27 Denis Vlasenkofix numbering in switch(): we don't have "del" anymore,
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-23 Bernhard Reutner... - rtnl_rttable_a2n wants an unsigned int32
2007-01-22 Bernhard Reutner... - forgot to include ip_common.h
2007-01-12 Denis Vlasenkorandom small size optimizations
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-02 Denis VlasenkoRemove networking/libiproute/linux/pkt_sched.h
2007-01-01 Denis Vlasenkomsh: double "static char line[LINELIM]" etc deleted.
2006-12-31 Denis Vlasenkort_names: stop allocating 5k in rwdata
2006-12-31 Denis Vlasenkoiproute: remove double get_hz optimization
2006-12-31 Denis Vlasenkoremove commented out #includes etc
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-26 Denis Vlasenkostyle fixes
2006-12-23 Denis Vlasenkouse xbind, xconnect where appropriate.
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-15 Denis Vlasenkore-applying first post-1.3.x change
2006-12-15 Denis Vlasenkoback out last change - need to make busybox-1_3-stable...
2006-12-14 Bernhard Reutner... - table support for ip route
2006-12-07 Bernhard Reutner... - Improve wording in error message.
2006-12-04 Bernhard Reutner... - make sure we pickup the correct defines. Guards again...
2006-11-27 Denis Vlasenkodo not overflow ifr_name. maybe it was safe in some...
2006-11-21 Denis Vlasenkobb_INET_default[] is really just a const "default",
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkoip: "ip addr del" and "ip addr delete" both should...
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-30 Denis Vlasenkolibiproute/ll_map.c: fix bug 279
2006-09-28 Denis Vlasenkort_names.c: move few strings into rodata
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
next