freebsd-dev/share/man
Kenneth D. Merry 7e949c467c Xen netback driver rewrite.
share/man/man4/Makefile,
share/man/man4/xnb.4,
sys/dev/xen/netback/netback.c,
sys/dev/xen/netback/netback_unit_tests.c:

	Rewrote the netback driver for xen to attach properly via newbus
	and work properly in both HVM and PVM mode (only HVM is tested).
	Works with the in-tree FreeBSD netfront driver or the Windows
	netfront driver from SuSE.  Has not been extensively tested with
	a Linux netfront driver.  Does not implement LRO, TSO, or
	polling.  Includes unit tests that may be run through sysctl
	after compiling with XNB_DEBUG defined.

sys/dev/xen/blkback/blkback.c,
sys/xen/interface/io/netif.h:

	Comment elaboration.

sys/kern/uipc_mbuf.c:

	Fix page fault in kernel mode when calling m_print() on a
	null mbuf.  Since m_print() is only used for debugging, there
	are no performance concerns for extra error checking code.

sys/kern/subr_scanf.c:

	Add the "hh" and "ll" width specifiers from C99 to scanf().
	A few callers were already using "ll" even though scanf()
	was handling it as "l".

Submitted by:	Alan Somers <alans@spectralogic.com>
Submitted by:	John Suykerbuyk <johns@spectralogic.com>
Sponsored by:	Spectra Logic
MFC after:	1 week
Reviewed by:	ken
2012-01-26 16:35:09 +00:00
..
man1 sh: Add kill builtin. 2010-12-21 22:47:34 +00:00
man3 Pull up vendor changes to mdoc(7) 2012-01-05 21:36:12 +00:00
man4 Xen netback driver rewrite. 2012-01-26 16:35:09 +00:00
man5 Add missing MLINKS to INDEX.5 2012-01-19 02:49:21 +00:00
man6
man7 No need to run buildworld before generate-release.sh. 2012-01-14 18:16:10 +00:00
man8 Remove documentation for set_rcvar() now that it has been removed. 2012-01-14 21:51:44 +00:00
man9 List supported ioctl commands instead of old one. 2012-01-26 11:08:55 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00