summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/parse.c
AgeCommit message (Expand)Author
2013-07-17print the next parser name instead of just the pointer in debugging.christos
2013-03-01Retire OSI network stack. OK core@joerg
2010-07-01Add to the string parse object (pstr), and its constructors, a flag thatdyoung
2010-04-20C99 says that offsetof() expands to a constant expresssion, so weplunky
2009-07-28Both carp.c and vlan.c expect for a keyword with a KW_T_STR-typedyoung
2009-01-18fix -Wsign-compare issueslukem
2008-08-01Extract common code. Create subroutine paddr_prefix_size().dyoung
2008-08-01Always initialize the union of sockaddrs. I used to initialize itdyoung
2008-07-15Cosmetic: s/xenv/oenv/dyoung
2008-07-02Let us add/remove features from ifconfig, such as support fordyoung
2008-05-19Fix two bugs:dyoung
2008-05-12Fix link-layer address parsing. Add debug statements.dyoung
2008-05-12Add code for parsing link-layer addresses of the form xx:xx:...:xx.dyoung
2008-05-09In address, integer, string parsers, gracefully handle a missingdyoung
2008-05-07Fix a bug that I introduced in rev 1.88, where the default IPv6dyoung
2008-05-06Use prop_dictionary_util(3).dyoung
2008-05-06Add a license.dyoung
2008-05-06Overhaul ifconfig. Use fewer global variables. Take a leap towarddyoung