summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/af_inet6.c
AgeCommit message (Expand)Author
2019-08-16 Whitespace fix.msaitoh
2016-10-01Modernise the output for the address to address/prefix insteadroy
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-04-22Move the INET6 specific code for wait_dad_exec() into af_inet6roy
2015-01-20Display the IPv6 address flags autoconf and temporaryroy
2014-10-20Remove the ability for userland to toggle IN6_IFF_TENTATIVE.roy
2013-10-19use symbolic flagschristos
2013-10-19use the new scopeid functionschristos
2010-12-13Convert from the .ifdef RUMP_ACTION stuff to RUMPPRG.pooka
2010-01-22Compare a pointer with NULL instead of testing its "truth."dyoung
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-08-07Add option -N. -N is just the opposite of option -n in netstat(8)dyoung
2008-07-15Only describe flags -L and -m in the usage if they are available.dyoung
2008-07-02Let us add/remove features from ifconfig, such as support fordyoung
2008-05-12Retire in6_addreq and in6_ridreq, which we do not use in thedyoung
2008-05-12Initialize IPv6 addresses and ifreqs with more rigor. Fixes thisdyoung
2008-05-11Get rid of sec2str() altogether.dyoung
2008-05-11In in6_alias(), instead of repeating the memset()/estrlcpy()/sockaddr_in6dyoung
2008-05-11Delete unused array sin6tab[]. Delete unnecessary casts.dyoung
2008-05-11Delete dead code in sec2str().dyoung
2008-05-11Retire some code that in6_commit_address() replaces.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-07Move IPv6 syntax to af_inet6.c from ifconfig.c. Move IFKW() macrodyoung
2008-05-07Fix a bug that I introduced in rev 1.88, where the default IPv6dyoung
2008-05-06Use prop_dictionary_util(3).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
2008-04-24Don't cast memset(3) to void. Remove a needless cast to structdyoung
2008-04-15Use static initializers to setup ISO and IPv6 addresses, insteaddyoung
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-20Remove an #ifdef that is no longer necessary.thorpej
2005-03-20Split IPv6 support out into its own file.thorpej