svn commit: r217499 - in head/sys: dev/re pci

2011-01-16 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 17 03:24:33 2011 New Revision: 217499 URL: http://svn.freebsd.org/changeset/base/217499 Log: Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIe GbE controllers. It seems these controllers no longer support multi-fragmented RX buffers such that dri

svn commit: r217498 - in head/sys: dev/re pci

2011-01-16 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 17 02:23:50 2011 New Revision: 217498 URL: http://svn.freebsd.org/changeset/base/217498 Log: Add initial support for RTL8168E/8111E-VL PCIe GbE. H/W donated by: Realtek Semiconductor Corp. Modified: head/sys/dev/re/if_re.c head/sys/pci/if_rlreg.h Mo

svn commit: r217492 - head/usr.sbin/sysinstall

2011-01-16 Thread Bruce Cran
Author: brucec Date: Mon Jan 17 00:15:01 2011 New Revision: 217492 URL: http://svn.freebsd.org/changeset/base/217492 Log: Add missing comma to unbreak the PC98 build. Modified: head/usr.sbin/sysinstall/menus.c Modified: head/usr.sbin/sysinstall/menus.c ===

svn commit: r217491 - head/usr.sbin/sysinstall

2011-01-16 Thread Bruce Cran
Author: brucec Date: Mon Jan 17 00:08:28 2011 New Revision: 217491 URL: http://svn.freebsd.org/changeset/base/217491 Log: Reduce the amount of text users need to read on each screen. Also try and make it more relevant to modern systems: for example users will be familiar with the MBR but pos

svn commit: r217484 - head/lib/libc/sys

2011-01-16 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 16 21:59:50 2011 New Revision: 217484 URL: http://svn.freebsd.org/changeset/base/217484 Log: mknod(2): The required include is , not . This is what SUSv4 requires, and also the only thing that works if strict standards compliance is requested or mknodat() is n

svn commit: r217482 - head/sys/vm

2011-01-16 Thread Alan Cox
Author: alc Date: Sun Jan 16 20:40:50 2011 New Revision: 217482 URL: http://svn.freebsd.org/changeset/base/217482 Log: Sort function prototypes. Modified: head/sys/vm/pmap.h Modified: head/sys/vm/pmap.h == --- head/s

svn commit: r217481 - head/share/man/man5

2011-01-16 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Sun Jan 16 20:10:55 2011 New Revision: 217481 URL: http://svn.freebsd.org/changeset/base/217481 Log: Fix the mount example of xfDmitry Marakasov s(5) filesystems by including the read-only option. We only support ro mounts for xfs, so it's nice if the e

svn commit: r217479 - head/sys/vm

2011-01-16 Thread Alan Cox
Author: alc Date: Sun Jan 16 18:04:01 2011 New Revision: 217479 URL: http://svn.freebsd.org/changeset/base/217479 Log: Update a lock annotation on the page structure. Modified: head/sys/vm/vm_page.h Modified: head/sys/vm/vm_page.h =

svn commit: r217478 - head/sys/vm

2011-01-16 Thread Alan Cox
Author: alc Date: Sun Jan 16 18:01:39 2011 New Revision: 217478 URL: http://svn.freebsd.org/changeset/base/217478 Log: Shift responsibility for synchronizing access to the page's act_count field to the object's lock. Reviewed by: kib@ Modified: head/sys/vm/vm_page.c head/sys/vm/vm_p

svn commit: r217477 - head/sys/vm

2011-01-16 Thread Alan Cox
Author: alc Date: Sun Jan 16 17:33:34 2011 New Revision: 217477 URL: http://svn.freebsd.org/changeset/base/217477 Log: Clean up the start of vm_page_alloc(). In particular, eliminate an assertion that is no longer required. Long ago, calls to vm_page_alloc() from an interrupt handler had t

svn commit: r217475 - head/share/man/man4

2011-01-16 Thread Marius Strobl
Author: marius Date: Sun Jan 16 14:21:26 2011 New Revision: 217475 URL: http://svn.freebsd.org/changeset/base/217475 Log: Add a missing word. Submitted by: gj Modified: head/share/man/man4/rgephy.4 Modified: head/share/man/man4/rgephy.4 ==

svn commit: r217473 - head/bin/sh

2011-01-16 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 16 14:11:50 2011 New Revision: 217473 URL: http://svn.freebsd.org/changeset/base/217473 Log: sh(1): Document changes to 'exit' from traps. Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1 ==

svn commit: r217472 - in head: bin/sh tools/regression/bin/sh/builtins

2011-01-16 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 16 13:56:41 2011 New Revision: 217472 URL: http://svn.freebsd.org/changeset/base/217472 Log: sh: If exit is used without args from a trap action, exit on the signal. This is useful so that it is easier to exit on a signal than to reset the trap to default and

svn commit: r217469 - head/sys/netinet

2011-01-16 Thread Michael Tuexen
Author: tuexen Date: Sun Jan 16 10:02:46 2011 New Revision: 217469 URL: http://svn.freebsd.org/changeset/base/217469 Log: Add support for resource pooling to CMT. An original version of the patch was developed by Martin Becke and Thomas Dreibholz. MFC after: 3 months Modified: head/s