index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ifconfig
/
af_inet6.c
Age
Commit message (
Expand
)
Author
2019-08-16
Whitespace fix.
msaitoh
2016-10-01
Modernise the output for the address to address/prefix instead
roy
2016-09-30
ifaddrs has more data than just the address.
roy
2016-09-13
print address flag bits using snprintb
christos
2016-02-29
Consistently 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 on
roy
2015-05-12
ioctl -> prog_ioctl as pointed out by pooka@
roy
2015-04-22
Move the INET6 specific code for wait_dad_exec() into af_inet6
roy
2015-01-20
Display the IPv6 address flags autoconf and temporary
roy
2014-10-20
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
roy
2013-10-19
use symbolic flags
christos
2013-10-19
use the new scopeid functions
christos
2010-12-13
Convert from the .ifdef RUMP_ACTION stuff to RUMPPRG.
pooka
2010-01-22
Compare a pointer with NULL instead of testing its "truth."
dyoung
2009-09-11
Make ifconfig(8) set and display preference numbers for IPv6
dyoung
2009-08-07
Add option -N. -N is just the opposite of option -n in netstat(8)
dyoung
2008-07-15
Only describe flags -L and -m in the usage if they are available.
dyoung
2008-07-02
Let us add/remove features from ifconfig, such as support for
dyoung
2008-05-12
Retire in6_addreq and in6_ridreq, which we do not use in the
dyoung
2008-05-12
Initialize IPv6 addresses and ifreqs with more rigor. Fixes this
dyoung
2008-05-11
Get rid of sec2str() altogether.
dyoung
2008-05-11
In in6_alias(), instead of repeating the memset()/estrlcpy()/sockaddr_in6
dyoung
2008-05-11
Delete unused array sin6tab[]. Delete unnecessary casts.
dyoung
2008-05-11
Delete dead code in sec2str().
dyoung
2008-05-11
Retire some code that in6_commit_address() replaces.
dyoung
2008-05-11
Let the address family modules zero initialize their own ifreqs,
dyoung
2008-05-08
Move IPv4/IPv6-specific code from commit_address() to in_commit_address()
dyoung
2008-05-07
Move IPv6 syntax to af_inet6.c from ifconfig.c. Move IFKW() macro
dyoung
2008-05-07
Fix a bug that I introduced in rev 1.88, where the default IPv6
dyoung
2008-05-06
Use prop_dictionary_util(3).
dyoung
2008-05-06
Rename in_addr_commit() to commit_address(), and refactor slightly
dyoung
2008-05-06
Overhaul ifconfig. Use fewer global variables. Take a leap toward
dyoung
2008-04-24
Don't cast memset(3) to void. Remove a needless cast to struct
dyoung
2008-04-15
Use static initializers to setup ISO and IPv6 addresses, instead
dyoung
2006-08-26
Programs that use efun.
christos
2006-06-16
fix incorrect usage of strncpy() to (an internal implementation of)
elad
2006-06-14
Adapt ifconfig(8) to new return value from socket(2). This stops
tron
2005-03-20
Remove an #ifdef that is no longer necessary.
thorpej
2005-03-20
Split IPv6 support out into its own file.
thorpej