svn commit: r233918 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-04-05 Thread Andriy Gapon
Author: avg Date: Thu Apr 5 07:59:59 2012 New Revision: 233918 URL: http://svn.freebsd.org/changeset/base/233918 Log: zfs_ioctl: no need for ddi_copyin/out here because sys_ioctl handles that On FreeBSD the direct ioctl argument is automatically copied in/out as necesary by the kernel io

svn commit: r233923 - head/contrib/gcc

2012-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Thu Apr 5 15:16:51 2012 New Revision: 233923 URL: http://svn.freebsd.org/changeset/base/233923 Log: Fix a typo in GCC affecting calculations with -ffast-math. The fix is similar to the one applied in GCC-4.3 in GCCSVN-r117929 under the GPLv2. Submitted by: Andrey S

svn commit: r233925 - in head: sys/kern sys/sys sys/vm usr.bin/kdump usr.bin/ktrace

2012-04-05 Thread John Baldwin
Author: jhb Date: Thu Apr 5 17:13:14 2012 New Revision: 233925 URL: http://svn.freebsd.org/changeset/base/233925 Log: Add new ktrace records for the start and end of VM faults. This gives a pair of records similar to syscall entry and return that a user can use to determine how long page f

svn commit: r233927 - head/libexec/rtld-elf

2012-04-05 Thread Konstantin Belousov
Author: kib Date: Thu Apr 5 18:47:54 2012 New Revision: 233927 URL: http://svn.freebsd.org/changeset/base/233927 Log: Properly handle absent AT_CANARY aux entry. Submitted by: Andrey Zonov MFC after:3 days Modified: head/libexec/rtld-elf/rtld.c Modified: head/libexec/rtld-elf/rt

svn commit: r233932 - in head: contrib/telnet/libtelnet lib/libtelnet

2012-04-05 Thread Stanislav Sedov
Author: stas Date: Fri Apr 6 00:03:45 2012 New Revision: 233932 URL: http://svn.freebsd.org/changeset/base/233932 Log: - Do not use deprecated krb5 error message reporting functions in libtelnet. Modified: head/contrib/telnet/libtelnet/kerberos5.c head/lib/libtelnet/Makefile Modified: hea

svn commit: r233937 - in head/sys: kern net security/mac

2012-04-05 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Apr 6 06:53:58 2012 New Revision: 233937 URL: http://svn.freebsd.org/changeset/base/233937 Log: - Improve BPF locking model. Interface locks and descriptor locks are converted from mutex(9) to rwlock(9). This greately improves performance: in most common case w

svn commit: r233938 - in head: share/man/man4 sys/net

2012-04-05 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Apr 6 06:55:21 2012 New Revision: 233938 URL: http://svn.freebsd.org/changeset/base/233938 Log: - Improve performace for writer-only BPF users. Linux and Solaris (at least OpenSolaris) has PF_PACKET socket families to send raw ethernet frames. The only FreeBSD

Re: svn commit: r233937 - in head/sys: kern net security/mac

2012-04-05 Thread Alexander V. Chernikov
On 06.04.2012 10:53, Alexander V. Chernikov wrote: Author: melifaro Date: Fri Apr 6 06:53:58 2012 New Revision: 233937 URL: http://svn.freebsd.org/changeset/base/233937 Reviewed by:glebius (previous version) Reviewed by:silence on -net@ Approved by:(mentor) s/\(mentor\)