aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifmac.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-2/+2
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-1/+1
* Fix special status reporting. Prior to the reorg there wasSam Leffler2004-12-311-2/+2
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-3/+24
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionRobert Watson2002-10-231-3/+3
* Teach ifconfig(8) how to print and set the MAC labels on networkRobert Watson2002-10-231-0/+100