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
/
parse.c
Age
Commit message (
Expand
)
Author
2013-07-17
print the next parser name instead of just the pointer in debugging.
christos
2013-03-01
Retire OSI network stack. OK core@
joerg
2010-07-01
Add to the string parse object (pstr), and its constructors, a flag that
dyoung
2010-04-20
C99 says that offsetof() expands to a constant expresssion, so we
plunky
2009-07-28
Both carp.c and vlan.c expect for a keyword with a KW_T_STR-type
dyoung
2009-01-18
fix -Wsign-compare issues
lukem
2008-08-01
Extract common code. Create subroutine paddr_prefix_size().
dyoung
2008-08-01
Always initialize the union of sockaddrs. I used to initialize it
dyoung
2008-07-15
Cosmetic: s/xenv/oenv/
dyoung
2008-07-02
Let us add/remove features from ifconfig, such as support for
dyoung
2008-05-19
Fix two bugs:
dyoung
2008-05-12
Fix link-layer address parsing. Add debug statements.
dyoung
2008-05-12
Add code for parsing link-layer addresses of the form xx:xx:...:xx.
dyoung
2008-05-09
In address, integer, string parsers, gracefully handle a missing
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
Add a license.
dyoung
2008-05-06
Overhaul ifconfig. Use fewer global variables. Take a leap toward
dyoung