summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2014-01-19Rename link to link_pkw to avoid shadowing the link syscall.matt
2014-01-08perror is obsolete, use warn and add missing paren.christos
2014-01-07Before scanning, check if the card is up. If it is not the case, exitdegroote
2013-11-09Bring tunnel src_addr and dst_addr on the same linekefren
2013-10-19use correct functionchristos
2013-10-19use symbolic flagschristos
2013-10-19use the new scopeid functionschristos
2013-07-17print the next parser name instead of just the pointer in debugging.christos
2013-07-17Allow -v to be used with other commands (list scan for example) as documented.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-02-07Abort on error from prop_dictionary_augment.apb
2013-02-07Avoid dereferencing NULL. Coverity CID 275201.apb
2013-02-07Don't call prop_distionary_make_immutable on a NULL pointer.apb
2012-12-30fix function name in error messages.christos
2012-12-30PR/46579: Takahiro HAYASHI: ifconfig clone destroy should not print uselesschristos
2012-11-01Use snprintb_m(3) to split flags/capabilities/enabled across multiplepgoyette
2012-10-31Add SIOCGETHERCAP ioctl.msaitoh
2012-08-08don't define RUMP_ACTION if MKRUMP = nochristos
2012-03-17PR/43141: Tobias Nygren: Print an error on unknown interfaces.christos
2012-01-28When ifconfig is invoked without any arguments, display the list ofmbalmer
2011-08-29Use __deadjoerg
2011-08-14use memcpy to avoid strict aliasing warningschristos
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2011-05-31Fix typo: `symbolically' takes three l's, not two.riastradh
2011-05-24Don't use address strings as format string.joerg
2010-12-14A few weeks ago when i added "linkstr" support I didn't know thatpooka
2010-12-13use crunchops for crunchablespooka
2010-12-13op_read return value is a ssize_t, not an int.njoly
2010-12-13Convert from the .ifdef RUMP_ACTION stuff to RUMPPRG.pooka
2010-11-15Implement ifconfig linkstr as proposed on tech-net.pooka
2010-11-05Need getifaddrs() for the rump client since it executes sysctl(2)pooka
2010-11-05adapt to new rumpclient_init() signaturepooka
2010-11-04Update RUMP_ACTION to use the newstyle rump client.pooka
2010-07-01Add to the string parse object (pstr), and its constructors, a flag thatdyoung
2010-07-01Apparently, -g belongs in the DBG variable, not in CFLAGS. Make it sodyoung
2010-07-01Change a > to a >= to avoid writing to the character after the end ofdyoung
2010-04-20C99 says that offsetof() expands to a constant expresssion, so weplunky
2010-01-30Use getnameinfo() for printing AppleTalk addresses. While here, fixis
2010-01-22Compare a pointer with NULL instead of testing its "truth."dyoung
2009-09-16- no space needed between -I and dir per gcc(1)tsutsui
2009-09-16Add comments that Makefile.inc should have shared stuff withtsutsui
2009-09-15Move the addition of pfsync.c from Makefile.inc to Makefile,he
2009-09-14Change from using ${.CURDIR} to ${NETBSDSRCDIR} because this filehe
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-09-11This should fix 'carpdev <ifname>' or, at least, not break it moredyoung
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-08-07Describe the -N flag.dyoung
2009-08-07Use getnameinfo(3) instead of inet_ntoa(3) to convert IPv4 addressesdyoung
2009-08-07Add option -N. -N is just the opposite of option -n in netstat(8)dyoung
2009-07-29Add "MAC" keyword to the corresponding example.hubertf