freebsd-dev/share/man
Gleb Smirnoff 21d172a3f1 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
..
man1 sh: Add kill builtin. 2010-12-21 22:47:34 +00:00
man3 siginfo(3): Document TRAP_DTRACE signal code. 2012-09-14 22:12:04 +00:00
man4 Implement SATA revision (speed) control for legacy SATA controller for 2012-10-02 22:03:21 +00:00
man5 Regen for r240690 2012-09-19 11:40:17 +00:00
man6
man7 Remove some duplicated advice. 2012-09-22 21:34:46 +00:00
man8 Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-24 02:24:03 +00:00
man9 A step in resolving mess with byte ordering for AF_INET. After this change: 2012-10-06 10:02:11 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00