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
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
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
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
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
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
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
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\)