svn commit: r273844 - head/usr.bin/hexdump

2014-10-30 Thread John-Mark Gurney
Author: jmg Date: Thu Oct 30 06:54:25 2014 New Revision: 273844 URL: https://svnweb.freebsd.org/changeset/base/273844 Log: fix spelling of offset since that is what is used in the body... Modified: head/usr.bin/hexdump/hexdump.1 Modified: head/usr.bin/hexdump/hexdump.1

Re: svn commit: r273838 - in stable/10: share/man/man4 sys/netinet

2014-10-30 Thread Andrey Chernov
On 30.10.2014 1:17, Sean Bruno wrote: +.It Va pmtud_blackhole_min_activated +Number of times the blackhole MSS was used in an attempt to downshift. Should be pmtud_blackhole_activated_min_mss instead to match kernel sysctl name (or vice versa). -- http://ache.vniz.net/

svn commit: r273845 - head/sys/kern

2014-10-30 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 30 07:21:38 2014 New Revision: 273845 URL: https://svnweb.freebsd.org/changeset/base/273845 Log: filedesc: make sure to force table reload in fget_unlocked when count == 0 This is a fixup to r273843. Modified: head/sys/kern/kern_descrip.c Modified:

svn commit: r273846 - svnadmin/conf

2014-10-30 Thread Matthew Seaman
Author: matthew (ports committer) Date: Thu Oct 30 08:03:26 2014 New Revision: 273846 URL: https://svnweb.freebsd.org/changeset/base/273846 Log: Take kientzle's commit bit in for safe keeping at his request. Approved by: core Modified: svnadmin/conf/access Modified:

svn commit: r273847 - in stable/10/sys: dev/acpi_support dev/acpica dev/asmc kern net netinet netinet/cc

2014-10-30 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 30 08:04:48 2014 New Revision: 273847 URL: https://svnweb.freebsd.org/changeset/base/273847 Log: MFC r273733, r273740 and r273773: The SYSCTL data pointers can come from userspace and must not be directly accessed. Although this will work on some platforms,

svn commit: r273848 - head/sbin/mount_nfs

2014-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 30 08:05:51 2014 New Revision: 273848 URL: https://svnweb.freebsd.org/changeset/base/273848 Log: Get rid of obsolete code in mount_nfs(8). Reviewed by: rmacklem@ Sponsored by: The FreeBSD Foundation Modified: head/sbin/mount_nfs/mount_nfs.c Modified:

svn commit: r273849 - in head: sbin/mount_nfs sys/fs/nfsclient

2014-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 30 08:50:01 2014 New Revision: 273849 URL: https://svnweb.freebsd.org/changeset/base/273849 Log: Add support for timeo, actimeo, noac, and proto options to mount_nfs(8). They are implemented on Linux, OS X, and Solaris, and thus can be expected to appear in

svn commit: r273850 - head/sys/netinet

2014-10-30 Thread Julien Charbon
Author: jch Date: Thu Oct 30 08:53:56 2014 New Revision: 273850 URL: https://svnweb.freebsd.org/changeset/base/273850 Log: Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() and tcp_tw_2msl_scan(). This race condition drives unplanned timewait timeout cancellation. Also

svn commit: r273851 - head/sbin/mount_nfs

2014-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 30 09:06:52 2014 New Revision: 273851 URL: https://svnweb.freebsd.org/changeset/base/273851 Log: Note that the timeout nfs option is in tenths of a second. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/mount_nfs/mount_nfs.8

svn commit: r273852 - head/sys/fs/nfsclient

2014-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 30 09:25:03 2014 New Revision: 273852 URL: https://svnweb.freebsd.org/changeset/base/273852 Log: Fix handling of conn mount_nfs(8) option. Reviewed by: rmacklem@ MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r273806 - in head/contrib/ofed: libcxgb4 libcxgb4/src usr.lib usr.lib/libcxgb4

2014-10-30 Thread Edward Tomasz Napierała
On 1029T1123, Navdeep Parhar wrote: On Wed, Oct 29, 2014 at 10:56:04AM +0100, Edward Tomasz Napierała wrote: On 1029T0115, Navdeep Parhar wrote: Author: np Date: Wed Oct 29 01:15:48 2014 New Revision: 273806 URL: https://svnweb.freebsd.org/changeset/base/273806 Log:

svn commit: r273853 - head/lib/libc/posix1e

2014-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 30 10:49:50 2014 New Revision: 273853 URL: https://svnweb.freebsd.org/changeset/base/273853 Log: Make it clear that ACL flags are NFSv4-only. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/posix1e/acl_add_flag_np.3

svn commit: r273854 - head/lib/libc/posix1e

2014-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 30 10:56:38 2014 New Revision: 273854 URL: https://svnweb.freebsd.org/changeset/base/273854 Log: Update acl(3) to expand on NFSv4 ACL support. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/posix1e/acl.3 Modified:

svn commit: r273855 - head/sys/netinet6

2014-10-30 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 30 10:59:57 2014 New Revision: 273855 URL: https://svnweb.freebsd.org/changeset/base/273855 Log: Fix mbuf leak in IPv6 multicast code. When multicast capable interface goes away, it leaves multicast groups, this leads to generate MLD reports, but MLD code does

svn commit: r273856 - head/sys/dev/agp

2014-10-30 Thread Tijl Coosemans
Author: tijl Date: Thu Oct 30 11:27:03 2014 New Revision: 273856 URL: https://svnweb.freebsd.org/changeset/base/273856 Log: Add two new functions to the AGP driver KPI to bind/unbind arbitrary sets of pages into the GTT. Reviewed by: kib MFC after:1 month Modified:

svn commit: r273857 - head/sys/netinet6

2014-10-30 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 30 11:34:07 2014 New Revision: 273857 URL: https://svnweb.freebsd.org/changeset/base/273857 Log: Move ifq drain into in6m_purge(). Suggested by: bms MFC after:1 week Sponsored by: Yandex LLC Modified: head/sys/netinet6/in6_mcast.c Modified:

Re: svn commit: r273855 - head/sys/netinet6

2014-10-30 Thread Bruce Simpson
Hello, This is a really inconvenient time for me (I am up against a deadline) but I am not 100% comfortable with this change. On Thu, 30 Oct 2014, at 10:59, Andrey V. Elsukov wrote: Log: Fix mbuf leak in IPv6 multicast code. When multicast capable interface goes away, it leaves multicast

svn commit: r273858 - head/sys/netinet6

2014-10-30 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 30 12:44:46 2014 New Revision: 273858 URL: https://svnweb.freebsd.org/changeset/base/273858 Log: Remove redundant code. if_detach already did these steps. Also, now we didn't keep routes to link-local addresses. Obtained from:Yandex LLC Sponsored by:

svn commit: r273859 - in stable/10/sys: net netinet

2014-10-30 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 30 13:53:57 2014 New Revision: 273859 URL: https://svnweb.freebsd.org/changeset/base/273859 Log: MFC r272770: When tunneling interface is going to insert mbuf into netisr queue after stripping outer header, consider it as new packet and clear the protocols

svn commit: r273860 - in stable/9/sys: net netinet

2014-10-30 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 30 13:59:28 2014 New Revision: 273860 URL: https://svnweb.freebsd.org/changeset/base/273860 Log: MFC r272770 (modified version): When tunneling interface is going to insert mbuf into netisr queue after stripping outer header, consider it as new packet and clear

svn commit: r273861 - head/sbin/mount_nfs

2014-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 30 14:05:48 2014 New Revision: 273861 URL: https://svnweb.freebsd.org/changeset/base/273861 Log: Remove two functions unused after r273848. Would be nice if clang or at least scan-build yelled about it. MFC after:1 month Sponsored by: The FreeBSD

svn commit: r273862 - in head/sys/dev/drm2: . radeon ttm

2014-10-30 Thread Tijl Coosemans
Author: tijl Date: Thu Oct 30 14:26:36 2014 New Revision: 273862 URL: https://svnweb.freebsd.org/changeset/base/273862 Log: Port the TTM AGP backend to the FreeBSD agp driver and enable AGP support in the radeonkms driver. Note: In PCI mode virtual addresses on the graphics card that map

svn commit: r273863 - head/sys/dev/agp

2014-10-30 Thread Tijl Coosemans
Author: tijl Date: Thu Oct 30 14:36:27 2014 New Revision: 273863 URL: https://svnweb.freebsd.org/changeset/base/273863 Log: Avoid possible overflow in agp_generic_alloc_memory. MFC after:1 week Modified: head/sys/dev/agp/agp.c Modified: head/sys/dev/agp/agp.c

Re: svn commit: r273855 - head/sys/netinet6

2014-10-30 Thread Andrey V. Elsukov
On 30.10.2014 14:34, Bruce Simpson wrote: Hello, This is a really inconvenient time for me (I am up against a deadline) but I am not 100% comfortable with this change. On Thu, 30 Oct 2014, at 10:59, Andrey V. Elsukov wrote: Log: Fix mbuf leak in IPv6 multicast code. When multicast

Re: svn commit: r273861 - head/sbin/mount_nfs

2014-10-30 Thread Sergey Kandaurov
On 30 October 2014 17:05, Edward Tomasz Napierala tr...@freebsd.org wrote: Author: trasz Date: Thu Oct 30 14:05:48 2014 New Revision: 273861 URL: https://svnweb.freebsd.org/changeset/base/273861 Log: Remove two functions unused after r273848. Would be nice if clang or at least

svn commit: r273864 - in stable/9: contrib/ofed/libibverbs/examples contrib/ofed/libmlx4/src contrib/ofed/libsdp/src/linux contrib/ofed/management/infiniband-diags/src contrib/ofed/management/opens...

2014-10-30 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 30 15:41:25 2014 New Revision: 273864 URL: https://svnweb.freebsd.org/changeset/base/273864 Log: MFC r254122, r254123, r256116, r255970, r247671, r269861, r268314, r256269, r255969, r256179, r230135, r254121, r255932, r255972, r255973, r256281, r256470,

svn commit: r273865 - in head: sbin/fsck_msdosfs sys/boot/amd64/boot1.efi

2014-10-30 Thread Doug Ambrisko
Author: ambrisko Date: Thu Oct 30 15:52:01 2014 New Revision: 273865 URL: https://svnweb.freebsd.org/changeset/base/273865 Log: Make UEFI booting of 4Kn disks work: - convert boot1.efi to corrrectly calculate the lba for what the media reports and convert the size based on

Re: svn commit: r273855 - head/sys/netinet6

2014-10-30 Thread Adrian Chadd
Btw - this is also a problem in the wifi stack. When you destroy an interface, do you want to make sure the STA going away frames go out and are ACKed before you finish tearing down the interface? We don't really have any framework / standards in place for how to put tearing down an interface on

svn commit: r273866 - head/sys/sys

2014-10-30 Thread Josh Paetzel
Author: jpaetzel Date: Thu Oct 30 16:26:17 2014 New Revision: 273866 URL: https://svnweb.freebsd.org/changeset/base/273866 Log: Plug memory ordering holes in buf_ring_enqueue. For at least some users this patch eliminates the races previously discussed on the mailing list. Submitted

Re: svn commit: r273866 - head/sys/sys

2014-10-30 Thread Garrett Cooper
On Oct 30, 2014, at 09:26, Josh Paetzel jpaet...@freebsd.org wrote: Author: jpaetzel Date: Thu Oct 30 16:26:17 2014 New Revision: 273866 URL: https://svnweb.freebsd.org/changeset/base/273866 Log: Plug memory ordering holes in buf_ring_enqueue. For at least some users this patch

svn commit: r273867 - head/sys/ofed/drivers/net/mlx4

2014-10-30 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 30 16:57:56 2014 New Revision: 273867 URL: https://svnweb.freebsd.org/changeset/base/273867 Log: Fix compile warning by removing unused variable. MFC: 3 days Sponsored by: Mellanox Technologies Modified: head/sys/ofed/drivers/net/mlx4/mcg.c

Re: svn commit: r273867 - head/sys/ofed/drivers/net/mlx4

2014-10-30 Thread Hans Petter Selasky
On 10/30/14 17:57, Hans Petter Selasky wrote: Log: Fix compile warning by removing unused variable. MFC: 3 days Sponsored by:Mellanox Technologies ^^^ should be MFC after: --HPS ___ svn-src-all@freebsd.org mailing list

svn commit: r273868 - in stable/9/sys: contrib/rdma/krping ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/infiniband/hw/mthca ofed/drivers/infiniband/ulp/ipoib ofed/drive...

2014-10-30 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 30 17:05:32 2014 New Revision: 273868 URL: https://svnweb.freebsd.org/changeset/base/273868 Log: MFC r273135 and r273867: Update the OFED Linux compatibility layer and Mellanox hardware driver(s): - Properly name an inclusion guard. - Fix compile

svn commit: r273869 - in vendor/atf/dist: . admin atf-c atf-c++ atf-c++/detail atf-c/detail atf-sh bootstrap doc m4 test-programs

2014-10-30 Thread Julio Merino
Author: jmmv Date: Thu Oct 30 17:14:07 2014 New Revision: 273869 URL: https://svnweb.freebsd.org/changeset/base/273869 Log: Import atf-0.21: Released on October 23rd, 2014. * Restored the atf(7) manual page to serve as a reference to all the other manual pages shipped by ATF.

svn commit: r273870 - vendor/atf/atf-0.21

2014-10-30 Thread Julio Merino
Author: jmmv Date: Thu Oct 30 17:14:51 2014 New Revision: 273870 URL: https://svnweb.freebsd.org/changeset/base/273870 Log: Tag import of atf-0.21. Added: vendor/atf/atf-0.21/ - copied from r273869, vendor/atf/dist/ ___ svn-src-all@freebsd.org

svn commit: r273871 - head/sys/i386/i386

2014-10-30 Thread John Baldwin
Author: jhb Date: Thu Oct 30 17:58:57 2014 New Revision: 273871 URL: https://svnweb.freebsd.org/changeset/base/273871 Log: Skip the smap sysctl instead of panicing if no kernel metadata can be found. Submitted by: bde MFC after:3 days Modified: head/sys/i386/i386/machdep.c

Re: svn commit: r273865 - in head: sbin/fsck_msdosfs sys/boot/amd64/boot1.efi

2014-10-30 Thread Bruce Evans
On Thu, 30 Oct 2014, Doug Ambrisko wrote: Log: Make UEFI booting of 4Kn disks work: -convert boot1.efi to corrrectly calculate the lba for what the media reports and convert the size based on what FreeBSD uses. The existing code would use the 512 byte lba and

svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/mo...

2014-10-30 Thread Mark Murray
Author: markm Date: Thu Oct 30 21:21:53 2014 New Revision: 273872 URL: https://svnweb.freebsd.org/changeset/base/273872 Log: This is the much-discussed major upgrade to the random(4) device, known to you all as /dev/random. This code has had an extensive rewrite and a good series of

Re: svn commit: r273707 - in head/sys: compat/freebsd32 kern kgssapi netinet nfs nlm sys

2014-10-30 Thread Benjamin Kaduk
On Sun, Oct 26, 2014 at 3:42 PM, Mateusz Guzik m...@freebsd.org wrote: Author: mjg Date: Sun Oct 26 19:42:44 2014 New Revision: 273707 URL: https://svnweb.freebsd.org/changeset/base/273707 Log: Avoid dynamic syscall overhead for statically compiled modules. --- head/sys/sys/sysent.h

svn commit: r273873 - head/share/mk

2014-10-30 Thread Julio Merino
Author: jmmv Date: Thu Oct 30 22:07:29 2014 New Revision: 273873 URL: https://svnweb.freebsd.org/changeset/base/273873 Log: Use the right depend file for each program. bsd.progs.mk generates a separate depend file for every program being built, but then it does not properly tell each

Re: svn commit: r273865 - in head: sbin/fsck_msdosfs sys/boot/amd64/boot1.efi

2014-10-30 Thread Nathan Whitehorn
You may want to change the generation of boot1.efifat to have a 4096 byte sector size. We also need to find out if all EFI BIOSes can deal with 4096-byte FAT filesystems on 512-byte disks. -Nathan On 10/30/14 08:52, Doug Ambrisko wrote: Author: ambrisko Date: Thu Oct 30 15:52:01 2014 New

svn commit: r273874 - releng/10.1/sys/conf

2014-10-30 Thread Glen Barber
Author: gjb Date: Thu Oct 30 22:21:12 2014 New Revision: 273874 URL: https://svnweb.freebsd.org/changeset/base/273874 Log: Update releng/10.1 to -RC4 as part of the 10.1-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r273866 - head/sys/sys

2014-10-30 Thread NGie Cooper
On Thu, Oct 30, 2014 at 9:36 AM, Garrett Cooper yaneurab...@gmail.com wrote: On Oct 30, 2014, at 09:26, Josh Paetzel jpaet...@freebsd.org wrote: Author: jpaetzel Date: Thu Oct 30 16:26:17 2014 New Revision: 273866 URL: https://svnweb.freebsd.org/changeset/base/273866 Log: Plug memory

svn commit: r273875 - head/sys/sys

2014-10-30 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 30 22:47:32 2014 New Revision: 273875 URL: https://svnweb.freebsd.org/changeset/base/273875 Log: Bump FreeBSD_version due to syscall*_register API changes in r273707 Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

Re: svn commit: r273707 - in head/sys: compat/freebsd32 kern kgssapi netinet nfs nlm sys

2014-10-30 Thread Mateusz Guzik
On Thu, Oct 30, 2014 at 06:02:18PM -0400, Benjamin Kaduk wrote: On Sun, Oct 26, 2014 at 3:42 PM, Mateusz Guzik m...@freebsd.org wrote: Author: mjg Date: Sun Oct 26 19:42:44 2014 New Revision: 273707 URL: https://svnweb.freebsd.org/changeset/base/273707 Log: Avoid dynamic syscall

Re: svn commit: r273865 - in head: sbin/fsck_msdosfs sys/boot/amd64/boot1.efi

2014-10-30 Thread Doug Ambrisko
On Thu, Oct 30, 2014 at 03:18:40PM -0700, Nathan Whitehorn wrote: | You may want to change the generation of boot1.efifat to have a 4096 | byte sector size. We also need to find out if all EFI BIOSes can deal | with 4096-byte FAT filesystems on 512-byte disks. Yes, there is more work in general

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

2014-10-30 Thread Hiren Panchasara
Author: hiren Date: Thu Oct 30 23:47:28 2014 New Revision: 273876 URL: https://svnweb.freebsd.org/changeset/base/273876 Log: Use search method instead of fixed offsets for finding rootfs. This unbreaks recent images for picostation by allowing to find rootfs at correct location.

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-30 Thread Andrey Chernov
On 31.10.2014 0:21, Mark Murray wrote: Deleted: head/etc/rc.d/initrandom It should be added to ObsoleteFiles.inc -- http://ache.vniz.net/ ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To

svn commit: r273877 - stable/10/sys/fs/nfsserver

2014-10-30 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri Oct 31 04:01:10 2014 New Revision: 273877 URL: https://svnweb.freebsd.org/changeset/base/273877 Log: MFC r273159: Add two sysctl(8) to enable/disable NFSv4 server to check when setting user nobody and/or setting group nogroup as owner of a file or

Re: svn commit: r273834 - head/usr.sbin/etcupdate

2014-10-30 Thread Gleb Smirnoff
On Wed, Oct 29, 2014 at 06:01:10PM +, John Baldwin wrote: J Author: jhb J Date: Wed Oct 29 18:01:09 2014 J New Revision: 273834 J URL: https://svnweb.freebsd.org/changeset/base/273834 J J Log: J Rework the EXAMPLES section to be a bit clearer. J - Add an example of using etcupdate diff. J

svn commit: r273878 - head/sys/kern

2014-10-30 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 31 05:41:27 2014 New Revision: 273878 URL: https://svnweb.freebsd.org/changeset/base/273878 Log: filedesc: tidy up fdcopy a little bit Test for file availability by fde_file != NULL instead of fdisused, this is consistent with similar checks later. Drop