K 10 svn:author V 5 luigi K 8 svn:date V 27 2009-12-05T13:53:41.941873Z K 7 svn:log V 684 some MFC: r200020 change the type of the opcode from enum *:8 to u_int8_t so the size and alignment of the ipfw_insn is not compiler dependent. No changes in the code generated by gcc. r200023 Add new sockopt names for ipfw and dummynet. This commit is just grabbing entries for the new names that will be used in the future, so you don't need to rebuild anything now. r200034 Dispatch sockopt calls to ipfw and dummynet using the new option numbers, IP_FW3 and IP_DUMMYNET3. Right now the modules return an error if called with those arguments so there is no danger of unwanted behaviour. The code for r200040 was already in RELENG_7 before the 8.x freeze END