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
/
tunnel.c
Age
Commit message (
Expand
)
Author
2020-06-07
Update for proplib(3) API changes.
thorpej
2019-08-16
Whitespace fix.
msaitoh
2013-10-19
use correct function
christos
2013-10-19
use symbolic flags
christos
2013-10-19
use the new scopeid functions
christos
2009-08-07
Add option -N. -N is just the opposite of option -n in netstat(8)
dyoung
2008-07-15
Cosmetic: s/xenv/oenv/
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-07
Factor out common code, creating direct_ioctl() and indirect_ioctl()
dyoung
2008-05-07
Move tunnel syntax into tunnel.c. Move net80211 'list' command
dyoung
2008-05-06
Use prop_dictionary_util(3) some more.
dyoung
2008-05-06
Overhaul ifconfig. Use fewer global variables. Take a leap toward
dyoung
2007-03-26
Don't try to convert numbers to names for either endpoint of a
dyoung
2006-08-31
Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.
dyoung
2006-08-26
Programs that use efun.
christos
2006-06-16
fix incorrect usage of strncpy() to (an internal implementation of)
elad
2005-03-20
Split IPv6 support out into its own file.
thorpej
2005-03-19
const'ify afswtch
thorpej
2005-03-19
Don't hare-code inet/inet6 in tunnel_status(), lookup the address family
thorpej
2005-03-19
make this compilable with USE_INET6=no.
yamt
2005-03-19
Split tunnel support into its own file.
thorpej