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