aboutsummaryrefslogtreecommitdiff
path: root/toys/net/ifconfig.c
AgeCommit message (Expand)Author
2024-02-10Whitespace cleanup.Rob Landley
2024-01-03ifconfig: add missing flags.Elliott Hughes
2023-11-09Use FLAG() macros.Rob Landley
2022-04-15Thinko spotted by Elliott: actually compare with variable, not if (constant).Rob Landley
2022-04-04Add "ifconfig eth0 rename NEWNAME".Rob Landley
2021-11-06Replace various x = x declarations with QUIET macro to shut up gcc.Rob Landley
2019-07-17ifconfig: fix for non-root on Android.Elliott Hughes
2018-08-18Allow enough space padding for "192.168.123.456/24" to consistently indent.Rob Landley
2018-08-05Add ifconfig -S (short view), and do some minor cleanups while there.Rob Landley
2018-08-05Tweak help text.Rob Landley
2017-01-28Add missing `static`s and remove an unused function.Elliott Hughes
2016-10-20Show driver for interface in ifconfig output.Rob Landley
2016-07-03Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory.Rob Landley