freebsd-skq/share
glebius f3a0231bff A step in resolving mess with byte ordering for AF_INET. After this change:
- All packets in NETISR_IP queue are in net byte order.
  - ip_input() is entered in net byte order and converts packet
    to host byte order right _after_ processing pfil(9) hooks.
  - ip_output() is entered in host byte order and converts packet
    to net byte order right _before_ processing pfil(9) hooks.
  - ip_fragment() accepts and emits packet in net byte order.
  - ip_forward(), ip_mloopback() use host byte order (untouched actually).
  - ip_fastforward() no longer modifies packet at all (except ip_ttl).
  - Swapping of byte order there and back removed from the following modules:
    pf(4), ipfw(4), enc(4), if_bridge(4).
  - Swapping of byte order added to ipfilter(4), based on __FreeBSD_version
  - __FreeBSD_version bumped.
  - pfil(9) manual page updated.

Reviewed by:	ray, luigi, eri, melifaro
Tested by:	glebius (LE), ray (BE)
2012-10-06 10:02:11 +00:00
..
colldef
dict
doc Don't build and install the 07.lpd doc if WITHOUT_LPR is set. 2012-08-27 17:15:14 +00:00
dtrace Remove copy/pasteo in the copyright notice. 2012-07-21 07:14:52 +00:00
examples Indicate (loudly) that ports csup is going away. 2012-10-01 22:27:34 +00:00
i18n
info
man A step in resolving mess with byte ordering for AF_INET. After this change: 2012-10-06 10:02:11 +00:00
me
misc - Add myself as a new src committer. 2012-09-16 06:44:58 +00:00
mk Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk. 2012-09-26 17:25:15 +00:00
mklocale
monetdef
msgdef
numericdef
security
sendmail
skel Copy recent changes from etc/root/dot.cshrc that make the defaults more 2012-04-29 22:29:48 +00:00
snmp
syscons Add a description of the Spanish Dvorak keymap added in r235251 2012-07-07 17:35:34 +00:00
tabset
termcap General mdoc(7) and typo fixes. 2012-05-12 15:08:22 +00:00
timedef
zoneinfo
Makefile Add support for our own DTrace scripts and those from the DTraceToolkit 2012-05-18 16:40:15 +00:00
Makefile.inc