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