index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
/
ifconfig.c
Age
Commit message (
Expand
)
Author
2015-04-04
To ensure that toybox can be installed alongside busybox without
Paul Barker
2015-03-01
Patches from Elliott Hughes to fix various printf() format strings.
Rob Landley
2015-02-08
For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" ...
Rob Landley
2014-10-09
Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi...
Rob Landley
2014-08-12
Patches to commands for issues reported from static analysis tool.
Ashwini Sharma
2014-04-13
An issue in ifconfig while verifying the HW Address, which is assumed to be o...
Ashwini sharma
2014-04-02
In ifconfig.c, there is a glitch in function get_addrinfo() when computing th...
Ashwini Sharma
2014-02-28
Fix two bugs reported by Ashwini Sharma.
Rob Landley
2014-02-16
Various cleanups found by Tom Sparrow's static analysis.
Rob Landley
2014-02-04
Add /prefix netmask support to ifconfig, ala "ifconfig eth0 192.168.1.42/28"
Rob Landley
2013-12-22
Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 ne...
Rob Landley
2013-11-30
Cleanup help text, remove dead fields unused by linux kernel.
Rob Landley
2013-11-28
Promote ifconfig from pending to other.
Rob Landley