index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ip.c
Age
Commit message (
Expand
)
Author
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