svn commit: r250417 - stable/9/etc

2013-05-09 Thread Brooks Davis
Author: brooks Date: Thu May 9 18:43:01 2013 New Revision: 250417 URL: http://svnweb.freebsd.org/changeset/base/250417 Log: MFC r250116: Make an attempt to detect missing MTREE files in distrib-dirs. Not perfect, but this is just a developer seatbelt PR: conf/176897 Sub

svn commit: r250416 - in stable/9/sys: kern sys

2013-05-09 Thread Mikolaj Golub
Author: trociny Date: Thu May 9 18:38:49 2013 New Revision: 250416 URL: http://svnweb.freebsd.org/changeset/base/250416 Log: MFC r249488: Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv() to be able to reuse the code. Modified: stable/9/sys/kern/kern_proc.c stabl

Re: svn commit: r250215 - stable/9/lib/libc/locale

2013-05-09 Thread Konstantin Belousov
On Thu, May 09, 2013 at 02:20:01PM +0200, Jilles Tjoelker wrote: > I think architecture-specific memcmp() for i386 and amd64 can still be > beneficial because of the fast unaligned access offered by these CPUs, > which allows comparison of 4 or 8 bytes at a time. SSE2 allows > comparison of 16 byte

Re: svn commit: r250215 - stable/9/lib/libc/locale

2013-05-09 Thread Jilles Tjoelker
On Sat, May 04, 2013 at 08:42:18PM +0400, Sergey Kandaurov wrote: > On 4 May 2013 18:21, Andrey Chernov wrote: > > On 04.05.2013 16:03, Sergey Kandaurov wrote: > >>> BTW, I don't run tests and look in asm code for sure, but it seems > >>> property[0] == p[0] is unneeded because almost every compil