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
/
vlan.c
Age
Commit message (
Expand
)
Author
2021-06-21
fix proplib deprecation
christos
2019-08-16
Whitespace fix.
msaitoh
2014-09-15
Add -vlanif to the help message of ifconfig
ozaki-r
2009-07-28
Don't require a "vlan" argument with "-vlanif". "ifconfig vlan0
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-16
The key 'vlantag' activates the 'vlanif' keyword, not the key
dyoung
2008-05-07
Factor out common code, creating direct_ioctl() and indirect_ioctl()
dyoung
2008-05-07
Move vlan(4) syntax from ifconfig.c into vlan.c.
dyoung
2008-05-06
Use prop_dictionary_util(3).
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
2005-03-19
name -> ifname (avoid shadow decl with global name[]).
thorpej
2005-03-19
Move extern decls to extern.h
thorpej
2005-03-19
Split VLAN configuration bits out into a separate file.
thorpej