index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ip.c
Age
Commit message (
Expand
)
Author
2011-12-06
iproute: fix help text
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-24
libiproute: code shrink by adding FAST_FUNC
Denys Vlasenko
2010-07-24
ip: fix "ip r" breakage
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-12-04
iproute: fix ipXXX utilities trying to parse their applet name
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-28
whitespace fixes
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-12-22
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
Denis Vlasenko
2007-11-18
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-17
fix trivial compile errors found by randomconfig run
Denis Vlasenko
2007-04-10
- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.
Bernhard Reutner-Fischer
2007-04-10
- rewrite the ip applet to be less bloaty
Bernhard Reutner-Fischer
2007-04-07
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-27
fix numbering in switch(): we don't have "del" anymore,
Denis Vlasenko
2006-11-21
- add 'ip rule' support. First take..
Bernhard Reutner-Fischer
2006-11-05
rename: compare_string_array -> index_in_str_array
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2005-10-26
* uniq.c: remove unneeded include and use short boilerplate.
Bernhard Reutner-Fischer
2004-04-12
Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-01
Enable ip commands to be compiled seperate from ip, modifed patch from Bastia...
Glenn L McGrath
2002-11-10
IP applet by Bastian Blank <waldi@debian.org>
Glenn L McGrath