summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/af_inet.c
AgeCommit message (Expand)Author
2020-05-14Remove extra semicolon.msaitoh
2020-04-10trim extraneous return statementplunky
2019-08-16 Whitespace fix.msaitoh
2018-06-11Correct Undefined Behavior in ifconfig(8)kamil
2016-10-01Return to printing explicit "netmask 0x...." in the case that thekre
2016-10-01Modernise the output for the address to address/prefix insteadroy
2016-09-30Remove the alias keyword from ifconfig output as it serves no purpose.roy
2016-09-30ifaddrs has more data than just the address.roy
2016-09-13print address flag bits using snprintbchristos
2016-02-29Consistently use estrlcpy for ifr.ifr_name here, not strncpy.riastradh
2016-01-07-W seconds will wait for the detached flag to clear on addresses onroy
2015-05-12ioctl -> prog_ioctl as pointed out by pooka@roy
2015-05-02Report IN_IFF_TENTATIVE and friends.roy
2010-12-13Convert from the .ifdef RUMP_ACTION stuff to RUMPPRG.pooka
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-08-07Use getnameinfo(3) instead of inet_ntoa(3) to convert IPv4 addressesdyoung
2008-07-02Let us add/remove features from ifconfig, such as support fordyoung
2008-05-12Make prototype and definition of in_alias() agree: it's static.dyoung
2008-05-11Don't export in_alias(). Pass in_alias() a more useful template.dyoung
2008-05-11Let the address family modules zero initialize their own ifreqs,dyoung
2008-05-08Move IPv4/IPv6-specific code from commit_address() to in_commit_address()dyoung
2008-05-06Rename in_addr_commit() to commit_address(), and refactor slightlydyoung
2008-05-06Overhaul ifconfig. Use fewer global variables. Take a leap towarddyoung
2006-11-13Add a source-address selection policy mechanism to the kernel.dyoung
2006-08-26Programs that use efun.christos
2006-06-16fix incorrect usage of strncpy() to (an internal implementation of)elad
2006-06-14Adapt ifconfig(8) to new return value from socket(2). This stopstron
2005-03-20Split the IPv4 support into its own file.thorpej