svn commit: r221288 - head/sbin/mount_nfs

2011-04-30 Thread Rick Macklem
Author: rmacklem Date: Sun May 1 01:34:22 2011 New Revision: 221288 URL: http://svn.freebsd.org/changeset/base/221288 Log: Fix the Makefile for mount_nfs so that it creates a link for mount_oldnfs.8 instead of mount_newnfs.8. Modified: head/sbin/mount_nfs/Makefile Modified: head/sbin/moun

svn commit: r221282 - head/contrib/gcc

2011-04-30 Thread Martin Matuska
Author: mm Date: Sat Apr 30 23:00:41 2011 New Revision: 221282 URL: http://svn.freebsd.org/changeset/base/221282 Log: Add ChangeLog.gcc43 for backported changes from gcc 4.3 MFC after:3 days Added: head/contrib/gcc/ChangeLog.gcc43 Added: head/contrib/gcc/ChangeLog.gcc43

svn commit: r221281 - head/sys/ufs/ffs

2011-04-30 Thread Konstantin Belousov
Author: kib Date: Sat Apr 30 22:46:02 2011 New Revision: 221281 URL: http://svn.freebsd.org/changeset/base/221281 Log: Fix typos. Noted by: Fabian Keil Pointy hat to:kib MFC after:1 week Modified: head/sys/ufs/ffs/ffs_vnops.c Modified: head/sys/ufs/ffs/ffs_vnops.c =

svn commit: r221271 - in head/sys: conf ia64/ia64 ia64/include

2011-04-30 Thread Marcel Moolenaar
Author: marcel Date: Sat Apr 30 20:49:00 2011 New Revision: 221271 URL: http://svn.freebsd.org/changeset/base/221271 Log: Stop linking against a direct-mapped virtual address and instead use the PBVM. This eliminates the implied hardcoding of the physical address at which the kernel needs to

svn commit: r221270 - head/sys/net

2011-04-30 Thread Andrew Thompson
Author: thompsa Date: Sat Apr 30 20:34:52 2011 New Revision: 221270 URL: http://svn.freebsd.org/changeset/base/221270 Log: LACP frames must not be send VLAN-tagged, check for that before processing. PR: kern/156743 Submitted by: Dmitrij Tejblum MFC after:1 week Modified:

svn commit: r221269 - in head/sys/boot/ia64: common efi

2011-04-30 Thread Marcel Moolenaar
Author: marcel Date: Sat Apr 30 20:16:49 2011 New Revision: 221269 URL: http://svn.freebsd.org/changeset/base/221269 Log: Turn PBVM page table entries into PTEs so that they can be inserted into the TLB as-is. While here, have ia64_platform_alloc() return ~0UL on failure. Modified: hea

svn commit: r221267 - in head/sys/modules: . if_carp

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 17:59:54 2011 New Revision: 221267 URL: http://svn.freebsd.org/changeset/base/221267 Log: Update carp, gre and pf module builds to be depenent on INET and/or INET6_SUPPORT. Reviewed by: gnn (slightly earlier version without pf) Sponsored by: The FreeBSD Foun

svn commit: r221266 - in head: share/man/man5 share/mk tools/build/options

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 17:58:28 2011 New Revision: 221266 URL: http://svn.freebsd.org/changeset/base/221266 Log: Introduce two new options MK_INET and MK_INET_SUPPORT analogically with INET6 equivalents. Patch reather than re-genenerating src.conf (given the current problem with the scr

svn commit: r221265 - head/sys/conf

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 17:51:39 2011 New Revision: 221265 URL: http://svn.freebsd.org/changeset/base/221265 Log: Allow MKMODULESENV being preset from other sources like makeoptions kernel configurations to apply WITH_* WITHOUT_* knobs we use for module building as well to restrict or co

svn commit: r221264 - head/sys/netinet

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 16:30:18 2011 New Revision: 221264 URL: http://svn.freebsd.org/changeset/base/221264 Log: Fix a mismerge from p4 in that in_localaddr() is not available without INET. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after:4 days Modified:

svn commit: r221263 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2011-04-30 Thread Martin Matuska
Author: mm Date: Sat Apr 30 14:52:49 2011 New Revision: 221263 URL: http://svn.freebsd.org/changeset/base/221263 Log: Fix deduplicated zfs receive (dmu_recv_stream builds incomplete guid_to_ds_map) Illumos-gate changeset: 13329:c48b8bf84ab7 MFC together with v28 Approved by:

svn commit: r221262 - head/sys/conf

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 14:22:45 2011 New Revision: 221262 URL: http://svn.freebsd.org/changeset/base/221262 Log: Fis a problem with r221258 that mac is still needed in case for ient6 only for mac_inet.c. Reported by: Luiz Otavio O Souza (lists.br gmail.com) MFC after:4 days M

svn commit: r221261 - in head/sys: fs/ext2fs ufs/ffs

2011-04-30 Thread Konstantin Belousov
Author: kib Date: Sat Apr 30 13:49:03 2011 New Revision: 221261 URL: http://svn.freebsd.org/changeset/base/221261 Log: Clarify the comment. MFC after:1 week Modified: head/sys/fs/ext2fs/ext2_readwrite.c head/sys/ufs/ffs/ffs_vnops.c Modified: head/sys/fs/ext2fs/ext2_readwrite.c ===

Re: svn commit: r221249 - in head/sys: netinet netinet6

2011-04-30 Thread Bjoern A. Zeeb
On Sat, 30 Apr 2011, Michael Tuexen wrote: Author: tuexen Date: Sat Apr 30 11:18:16 2011 New Revision: 221249 URL: http://svn.freebsd.org/changeset/base/221249 Log: Improve compilation of SCTP code without INET support. Some bugs where fixed while doing this: * ASCONF-ACK messages might use

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-04-30 Thread Dag-Erling Smørgrav
Rick Macklem writes: > "Dag-Erling Smørgrav" writes: > > Are you going to rename the sysctls as well? > I was not planning on it, but it the "collective" thinks it's a good > idea, I could do so. Yes, please. The change from vfs.nfs to vfs.newnfs breaks scripts. Ideally, both the old and the n

svn commit: r221260 - head/sys/conf

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 12:39:47 2011 New Revision: 221260 URL: http://svn.freebsd.org/changeset/base/221260 Log: After r221249 allow SCTP to be compiled in an IPv6 only environment as well. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after:10 days Modified

svn commit: r221259 - head/sys/mips/conf

2011-04-30 Thread Adrian Chadd
Author: adrian Date: Sat Apr 30 12:25:09 2011 New Revision: 221259 URL: http://svn.freebsd.org/changeset/base/221259 Log: An example configuration file for the Atheros PB92. TODO: * pcie doesn't yet work properly, I'm working on it. * if_arge doesn't work - it's likely the phy mask i

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-04-30 Thread Rick Macklem
> Rick Macklem writes: > > Log: > > This patch changes head so that the default NFS client is now the > > new > > NFS client (which I guess is no longer experimental). The fstype > > "newnfs" > > is now "nfs" and the regular/old NFS client is now fstype > > "oldnfs". > > Are you going

svn commit: r221258 - head/sys/conf

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 12:07:31 2011 New Revision: 221258 URL: http://svn.freebsd.org/changeset/base/221258 Log: Add some more missing optional dependencies on inet6, not only inet, to get the files for an IPv6 only kernel as well, remove extra inet6 option where not needed. Review

svn commit: r221257 - head/sys/mips/atheros

2011-04-30 Thread Adrian Chadd
Author: adrian Date: Sat Apr 30 12:07:15 2011 New Revision: 221257 URL: http://svn.freebsd.org/changeset/base/221257 Log: The AR724x SoC's require the irq status line to be acked/cleared. This allows console IO to occur correctly once the kernel is in multi-user mode. Submitted by: L

svn commit: r221256 - head/sys/mips/atheros

2011-04-30 Thread Adrian Chadd
Author: adrian Date: Sat Apr 30 11:56:04 2011 New Revision: 221256 URL: http://svn.freebsd.org/changeset/base/221256 Log: Call the DDR FIFO flush method when IP2 interrupts occur. Modified: head/sys/mips/atheros/ar71xx_pci.c Modified: head/sys/mips/atheros/ar71xx_pci.c ==

svn commit: r221255 - head/sys/mips/atheros

2011-04-30 Thread Adrian Chadd
Author: adrian Date: Sat Apr 30 11:40:31 2011 New Revision: 221255 URL: http://svn.freebsd.org/changeset/base/221255 Log: Flip off debugging for now. Modified: head/sys/mips/atheros/ar724x_pci.c Modified: head/sys/mips/atheros/ar724x_pci.c

svn commit: r221254 - head/sys/mips/atheros

2011-04-30 Thread Adrian Chadd
Author: adrian Date: Sat Apr 30 11:36:16 2011 New Revision: 221254 URL: http://svn.freebsd.org/changeset/base/221254 Log: Add some initial PCIe bridge support for the AR724x chipsets. This is reported to work on the AR7240 based Ubiquiti Rocket M5 but I haven't tested it on that hardware.

svn commit: r221253 - head

2011-04-30 Thread Adrian Chadd
/malloc.conf.) +20110430: + Users of the Atheros AR71xx SoC code now need to add 'device ar71xx_pci' + into their kernel configurations along with 'device pci'. + 20110427: The default NFS client is now the new NFS client, so fstype "newnfs"

svn commit: r221252 - in head/sys/mips: atheros conf

2011-04-30 Thread Adrian Chadd
Author: adrian Date: Sat Apr 30 11:28:21 2011 New Revision: 221252 URL: http://svn.freebsd.org/changeset/base/221252 Log: In preparation for the AR724x PCIe bus code, make the AR71xx PCI bus glue require 'device ar71xx_pci' . Users of the AR71xx board configs will now require this for fun

svn commit: r221251 - head/sys/netinet

2011-04-30 Thread Michael Tuexen
Author: tuexen Date: Sat Apr 30 11:22:30 2011 New Revision: 221251 URL: http://svn.freebsd.org/changeset/base/221251 Log: Remove some leftover debug code. MFC after: 1 week Modified: head/sys/netinet/sctp_os_bsd.h Modified: head/sys/netinet/sctp_os_bsd.h

svn commit: r221250 - in head/sys: conf netinet

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 11:21:29 2011 New Revision: 221250 URL: http://svn.freebsd.org/changeset/base/221250 Log: Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. Add some comments at #endifs given more nestedness. To make the compiler happy, some default in

svn commit: r221249 - in head/sys: netinet netinet6

2011-04-30 Thread Michael Tuexen
Author: tuexen Date: Sat Apr 30 11:18:16 2011 New Revision: 221249 URL: http://svn.freebsd.org/changeset/base/221249 Log: Improve compilation of SCTP code without INET support. Some bugs where fixed while doing this: * ASCONF-ACK messages might use wrong port number when using IPv6. *

svn commit: r221248 - in head/sys: conf netinet netinet6

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 11:17:00 2011 New Revision: 221248 URL: http://svn.freebsd.org/changeset/base/221248 Log: Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only as well compiling out most functions adding or extending #ifdef INET coverage. Reviewed by: gn

svn commit: r221247 - in head/sys: netinet netinet6

2011-04-30 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 30 11:04:34 2011 New Revision: 221247 URL: http://svn.freebsd.org/changeset/base/221247 Log: Make the PCB code compile without INET support by adding #ifdef INETs and correcting few #includes. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by

Re: svn commit: r221233 - head/sbin/fsck_ffs

2011-04-30 Thread Alexander Motin
Dag-Erling Smorgrav wrote: > Author: des > Date: Fri Apr 29 23:00:23 2011 > New Revision: 221233 > URL: http://svn.freebsd.org/changeset/base/221233 > > Log: > Add an -E option to mirror newfs's. The idea is that if you have a system > that was built before ffs grew support for TRIM, your fil