svn commit: r272934 - stable/9/sys/boot/common

2014-10-10 Thread Andrey V. Elsukov
Author: ae Date: Sat Oct 11 06:22:57 2014 New Revision: 272934 URL: https://svnweb.freebsd.org/changeset/base/272934 Log: MFC r272487: Add UUID of FreeBSD slice to GPT scheme. Modified: stable/9/sys/boot/common/part.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/

svn commit: r272923 - stable/9/usr.bin/find

2014-10-10 Thread Ed Maste
Author: emaste Date: Sat Oct 11 01:00:37 2014 New Revision: 272923 URL: https://svnweb.freebsd.org/changeset/base/272923 Log: MFC r272762: Correct scale factor for T terabyte suffix PR: 194250 Modified: stable/9/usr.bin/find/function.c Directory Properties: stable/9/usr.bin/f

svn commit: r272919 - stable/9/contrib/one-true-awk

2014-10-10 Thread Pedro F. Giffuni
Author: pfg Date: Fri Oct 10 23:19:34 2014 New Revision: 272919 URL: https://svnweb.freebsd.org/changeset/base/272919 Log: MFC r271879: awk: Use random(3) instead of rand(3) While none of them is considered even near to cryptographic level, random(3) is a better random generator than