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_inet.c
Age
Commit message (
Expand
)
Author
2020-05-14
Remove extra semicolon.
msaitoh
2020-04-10
trim extraneous return statement
plunky
2019-08-16
Whitespace fix.
msaitoh
2018-06-11
Correct Undefined Behavior in ifconfig(8)
kamil
2016-10-01
Return to printing explicit "netmask 0x...." in the case that the
kre
2016-10-01
Modernise the output for the address to address/prefix instead
roy
2016-09-30
Remove the alias keyword from ifconfig output as it serves no purpose.
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-05-02
Report IN_IFF_TENTATIVE and friends.
roy
2010-12-13
Convert from the .ifdef RUMP_ACTION stuff to RUMPPRG.
pooka
2009-09-11
Make ifconfig(8) set and display preference numbers for IPv6
dyoung
2009-08-07
Use getnameinfo(3) instead of inet_ntoa(3) to convert IPv4 addresses
dyoung
2008-07-02
Let us add/remove features from ifconfig, such as support for
dyoung
2008-05-12
Make prototype and definition of in_alias() agree: it's static.
dyoung
2008-05-11
Don't export in_alias(). Pass in_alias() a more useful template.
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-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
2006-11-13
Add a source-address selection policy mechanism to the kernel.
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
Split the IPv4 support into its own file.
thorpej