Author: alc
Date: Tue Oct 6 05:49:00 2015
New Revision: 288912
URL: https://svnweb.freebsd.org/changeset/base/288912
Log:
Exploit r288122 to address a cosmetic issue. Pages belonging to either
the kernel or kmem object can't be paged out. Since they can't be paged
out, they are never enqu
Author: imp
Date: Tue Oct 6 04:18:48 2015
New Revision: 288911
URL: https://svnweb.freebsd.org/changeset/base/288911
Log:
Previous versions of bsd.own.mk included bsd.compiler.mk
only when _WITHOUT_SRCCONF wasn't defined. Restore this
behavior because bsd.ports.mk depends on this in subtle
Author: cy
Date: Tue Oct 6 03:41:11 2015
New Revision: 288910
URL: https://svnweb.freebsd.org/changeset/base/288910
Log:
On some interfaces, ipfilter drops UDP packets with zero checkum.
This commit fixes that.
PR: 166372
Submitted by: m...@neon1.net
Reviewed by: Darren Re
Author: jhibbits
Date: Tue Oct 6 01:24:46 2015
New Revision: 288909
URL: https://svnweb.freebsd.org/changeset/base/288909
Log:
Save the link register in savectx().
Pointed out by: jhb
Modified:
head/sys/powerpc/powerpc/swtch32.S
head/sys/powerpc/powerpc/swtch64.S
Modified: head
Author: gjb
Date: Tue Oct 6 01:05:07 2015
New Revision: 288908
URL: https://svnweb.freebsd.org/changeset/base/288908
Log:
Use UBOOT_FILES in the dd(1) input file, as intended.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/arm/BANANAPI.conf
head/release/arm/CUBIEBOARD.con
Author: ngie
Date: Tue Oct 6 01:00:12 2015
New Revision: 288907
URL: https://svnweb.freebsd.org/changeset/base/288907
Log:
Call sync consistently using atf_check
Remove superfluous sync's
Modified:
head/bin/ls/tests/ls_tests.sh
Modified: head/bin/ls/tests/ls_tests.sh
==
Author: ngie
Date: Tue Oct 6 00:55:31 2015
New Revision: 288906
URL: https://svnweb.freebsd.org/changeset/base/288906
Log:
Explicitly set BLOCKSIZE to 512 in the environment
Modified:
head/bin/ls/tests/ls_tests.sh
Modified: head/bin/ls/tests/ls_tests.sh
=
Author: ngie
Date: Tue Oct 6 00:23:50 2015
New Revision: 288905
URL: https://svnweb.freebsd.org/changeset/base/288905
Log:
Add some more syncs to quiesce the filesystem after creating the
files to see if this fixes deterministic Jenkin failures
Modified:
head/bin/ls/tests/ls_tests.sh
Direc
Author: imp
Date: Mon Oct 5 21:41:55 2015
New Revision: 288904
URL: https://svnweb.freebsd.org/changeset/base/288904
Log:
Start using the fact that SUBDIR.yes is added to SUBDIR
and move from the pattern of:
.if ${MK_FOO} != "no"
SUBDIR+= bar
.endif
to
SUBDIR.${MK_FOO}+= ba
Author: bdrewery
Date: Mon Oct 5 21:39:07 2015
New Revision: 288903
URL: https://svnweb.freebsd.org/changeset/base/288903
Log:
Fix crash if a process sends itself a SIGTRAP. Just forward it as expected.
MFC after:2 weeks [needs rewrite]
Relnotes: yes
Modified:
head/usr.bin/tr
Author: jhb
Date: Mon Oct 5 21:36:53 2015
New Revision: 288902
URL: https://svnweb.freebsd.org/changeset/base/288902
Log:
Include additional info in ptrace(2) KTR traces:
- The new PC value and signal passed to PT_CONTINUE, PT_DETACH, PT_SYSCALL,
and PT_TO_SC[EX].
- The system call code
Author: imp
Date: Mon Oct 5 21:29:17 2015
New Revision: 288901
URL: https://svnweb.freebsd.org/changeset/base/288901
Log:
Mark swap_pager_putpages static at its definition. It was already
static at its declaration. Remove needless swapdev_strategy forward
declaration.
MFC After: 3 days
Author: gjb
Date: Mon Oct 5 20:13:22 2015
New Revision: 288874
URL: https://svnweb.freebsd.org/changeset/base/288874
Log:
Document r287371, support for HiSilicon HI6220 SoC.
Add ABT Systems, Ltd. to sponsor.ent.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO
Author: gjb
Date: Mon Oct 5 20:14:22 2015
New Revision: 27
URL: https://svnweb.freebsd.org/changeset/base/27
Log:
Document r288310, ctl(4) updated to support CD-ROMs and other
removable devices.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/re
Author: gjb
Date: Mon Oct 5 20:13:49 2015
New Revision: 25
URL: https://svnweb.freebsd.org/changeset/base/25
Log:
Document r288176, kernel symbols now installed to /usr/lib/debug/.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.x
Author: gjb
Date: Mon Oct 5 20:13:51 2015
New Revision: 26
URL: https://svnweb.freebsd.org/changeset/base/26
Log:
Document r288303, nc(1) updated to OpenBSD 5.8 version.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modifie
Author: gjb
Date: Mon Oct 5 20:14:25 2015
New Revision: 28
URL: https://svnweb.freebsd.org/changeset/base/28
Log:
Wrap a long line to make igor(1) happy.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/
Author: gjb
Date: Mon Oct 5 20:13:47 2015
New Revision: 24
URL: https://svnweb.freebsd.org/changeset/base/24
Log:
Document r287917, unbound 1.5.4.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_
Author: gjb
Date: Mon Oct 5 20:13:37 2015
New Revision: 20
URL: https://svnweb.freebsd.org/changeset/base/20
Log:
Document r287621, CTL HA reimplementation.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/relea
Author: gjb
Date: Mon Oct 5 20:13:32 2015
New Revision: 288878
URL: https://svnweb.freebsd.org/changeset/base/288878
Log:
Document r287522, pciconf(8) prefer pciids from ports database,
if present.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnote
Author: gjb
Date: Mon Oct 5 20:13:39 2015
New Revision: 21
URL: https://svnweb.freebsd.org/changeset/base/21
Log:
Document r287798, IPv6 On-Link redirect handling fix.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified:
Author: gjb
Date: Mon Oct 5 20:13:42 2015
New Revision: 22
URL: https://svnweb.freebsd.org/changeset/base/22
Log:
Document r287842, ifconfig(8) exit on error if ioctl(2) fails.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: gjb
Date: Mon Oct 5 20:13:27 2015
New Revision: 288876
URL: https://svnweb.freebsd.org/changeset/base/288876
Log:
Document r287469, em(4) update to support I219 chipset.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modifie
Author: gjb
Date: Mon Oct 5 20:13:07 2015
New Revision: 288868
URL: https://svnweb.freebsd.org/changeset/base/288868
Log:
Document r288090, jemalloc update to 4.0.2.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/rele
Author: gjb
Date: Mon Oct 5 20:13:25 2015
New Revision: 288875
URL: https://svnweb.freebsd.org/changeset/base/288875
Log:
Document r288143, file(1) updated to 5.25.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/relea
Author: gjb
Date: Mon Oct 5 20:13:30 2015
New Revision: 288877
URL: https://svnweb.freebsd.org/changeset/base/288877
Log:
Document r287473, sesutil(8) addition.
Add Gandi.net to sponsor.ent.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/artic
Author: gjb
Date: Mon Oct 5 20:13:03 2015
New Revision: 288866
URL: https://svnweb.freebsd.org/changeset/base/288866
Log:
Document r286795, patch(1) automatic checkout feature removed.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: gjb
Date: Mon Oct 5 20:13:35 2015
New Revision: 288879
URL: https://svnweb.freebsd.org/changeset/base/288879
Log:
Document r287576, service(8) updated to respect /etc/rc.conf.d/.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: gjb
Date: Mon Oct 5 20:13:01 2015
New Revision: 288865
URL: https://svnweb.freebsd.org/changeset/base/288865
Log:
Document r286750, zoneinfo update to 2015f.
While here, move a few misordered entries.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO885
Author: gjb
Date: Mon Oct 5 20:13:20 2015
New Revision: 288873
URL: https://svnweb.freebsd.org/changeset/base/288873
Log:
Document r287306, CUBIEBOARD2 kernel configuration renamed to A20.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.x
Author: gjb
Date: Mon Oct 5 20:13:17 2015
New Revision: 288872
URL: https://svnweb.freebsd.org/changeset/base/288872
Log:
Document r287225, 1-Wire implementation.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release
Author: gjb
Date: Mon Oct 5 20:12:58 2015
New Revision: 288864
URL: https://svnweb.freebsd.org/changeset/base/288864
Log:
Document r286591, uart(4) PPS runtime-tunable.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/r
Author: gjb
Date: Mon Oct 5 20:12:56 2015
New Revision: 288863
URL: https://svnweb.freebsd.org/changeset/base/288863
Log:
Document r286503, r286505, r286506, r286510:
apr-1.5.2
serf-1.3.8
svnlite-1.8.14
sqlite3-3.8.11.1
Sponsored by: The FreeBSD Foundation
Modified:
head/release
Author: gjb
Date: Mon Oct 5 20:13:10 2015
New Revision: 288869
URL: https://svnweb.freebsd.org/changeset/base/288869
Log:
Document r287099, account for ashift when gathering buffers to
be written to l2arc device
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO
Author: gjb
Date: Mon Oct 5 20:12:49 2015
New Revision: 288860
URL: https://svnweb.freebsd.org/changeset/base/288860
Log:
Document r286289, xargs(1) '-P 0' mode.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/
Author: gjb
Date: Mon Oct 5 20:12:40 2015
New Revision: 288856
URL: https://svnweb.freebsd.org/changeset/base/288856
Log:
Fix a revision tag.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/
Author: gjb
Date: Mon Oct 5 20:12:27 2015
New Revision: 288851
URL: https://svnweb.freebsd.org/changeset/base/288851
Log:
Document r285772, patch(1) '-V none' addition.
Add EMC/Isilon Storage Division to sponsors.ent.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_
Author: gjb
Date: Mon Oct 5 20:13:44 2015
New Revision: 23
URL: https://svnweb.freebsd.org/changeset/base/23
Log:
Document r287886, fix kqueue write events for files > 2GB
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modif
Author: gjb
Date: Mon Oct 5 20:12:25 2015
New Revision: 288850
URL: https://svnweb.freebsd.org/changeset/base/288850
Log:
Document r285685, allow mounting linprocfs(5) and linsysfs(5)
within a jail.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnot
Author: gjb
Date: Mon Oct 5 20:13:15 2015
New Revision: 288871
URL: https://svnweb.freebsd.org/changeset/base/288871
Log:
Document r287222, pf(4) support for 'scrub fragment crop|drop-ovl'
removed.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnote
Author: gjb
Date: Mon Oct 5 20:12:44 2015
New Revision: 288858
URL: https://svnweb.freebsd.org/changeset/base/288858
Log:
Document r286062, xen(4) blkif indirect segment I/O support.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Mo
Author: gjb
Date: Mon Oct 5 20:12:51 2015
New Revision: 288861
URL: https://svnweb.freebsd.org/changeset/base/288861
Log:
Document r286441, iwm(4) addition.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/e
Author: gjb
Date: Mon Oct 5 20:13:05 2015
New Revision: 288867
URL: https://svnweb.freebsd.org/changeset/base/288867
Log:
Document r286829, ability to disable em(4) CRC stripping.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modif
Author: gjb
Date: Mon Oct 5 20:12:53 2015
New Revision: 288862
URL: https://svnweb.freebsd.org/changeset/base/288862
Log:
Document r286444, BIO_DELETE passthru support in GELI.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified
Author: gjb
Date: Mon Oct 5 20:12:35 2015
New Revision: 288854
URL: https://svnweb.freebsd.org/changeset/base/288854
Log:
Document r285883, isl(4) addition.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/e
Author: gjb
Date: Mon Oct 5 20:12:22 2015
New Revision: 288849
URL: https://svnweb.freebsd.org/changeset/base/288849
Log:
Document r285662, pms(4) addition.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/e
Author: gjb
Date: Mon Oct 5 20:12:18 2015
New Revision: 288847
URL: https://svnweb.freebsd.org/changeset/base/288847
Log:
Document r285524, hw.model sysctl.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/e
Author: gjb
Date: Mon Oct 5 20:13:12 2015
New Revision: 288870
URL: https://svnweb.freebsd.org/changeset/base/288870
Log:
Document r287117, ioat(4) driver addition.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/relea
Author: gjb
Date: Mon Oct 5 20:12:46 2015
New Revision: 288859
URL: https://svnweb.freebsd.org/changeset/base/288859
Log:
Document r286231, pms(4) added to GENERIC.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/relea
Author: gjb
Date: Mon Oct 5 20:12:32 2015
New Revision: 288853
URL: https://svnweb.freebsd.org/changeset/base/288853
Log:
Document r285876, cyapa(4) addition.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc
Author: gjb
Date: Mon Oct 5 20:12:42 2015
New Revision: 288857
URL: https://svnweb.freebsd.org/changeset/base/288857
Log:
Document r286010, ar(1) '-D' option enabled by default.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modifie
Author: gjb
Date: Mon Oct 5 20:12:37 2015
New Revision: 288855
URL: https://svnweb.freebsd.org/changeset/base/288855
Log:
Document r285972, libarchive(3) bugfix for sparse files in tar(1)
archives.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnote
Author: gjb
Date: Mon Oct 5 20:12:30 2015
New Revision: 288852
URL: https://svnweb.freebsd.org/changeset/base/288852
Log:
Document r287168, ACPICA version 20150818.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/relea
Author: gjb
Date: Mon Oct 5 20:12:10 2015
New Revision: 288844
URL: https://svnweb.freebsd.org/changeset/base/288844
Log:
Document r285336, AES mode support in IPSEC.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/rel
Author: gjb
Date: Mon Oct 5 20:12:12 2015
New Revision: 288845
URL: https://svnweb.freebsd.org/changeset/base/288845
Log:
Document r285387, NUMA affinity/policy configuration.
Add Norse Corporation to sponsors.ent.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.
Author: gjb
Date: Mon Oct 5 20:12:20 2015
New Revision: 288848
URL: https://svnweb.freebsd.org/changeset/base/288848
Log:
Document r285594, 'lenovofix' gpart(8) attribute.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: hea
Author: gjb
Date: Mon Oct 5 20:11:56 2015
New Revision: 288838
URL: https://svnweb.freebsd.org/changeset/base/288838
Log:
Document r285142, IPSEC enabled in GENERIC by default.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified
Author: gjb
Date: Mon Oct 5 20:11:53 2015
New Revision: 288837
URL: https://svnweb.freebsd.org/changeset/base/288837
Log:
Document r284883, NTFS support in mkimg(1).
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/rele
Author: gjb
Date: Mon Oct 5 20:12:15 2015
New Revision: 288846
URL: https://svnweb.freebsd.org/changeset/base/288846
Log:
Document r285420, jail(8) -l flag and default shell execution when
no commands are specified.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US
Author: gjb
Date: Mon Oct 5 20:12:08 2015
New Revision: 288843
URL: https://svnweb.freebsd.org/changeset/base/288843
Log:
Document r285316, FreeBSD/aarch64 SMP support.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/r
Author: gjb
Date: Mon Oct 5 20:12:03 2015
New Revision: 288841
URL: https://svnweb.freebsd.org/changeset/base/288841
Log:
Document r285275, tcpdump(1) updated to version 4.7.4.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified
Author: gjb
Date: Mon Oct 5 20:11:58 2015
New Revision: 288839
URL: https://svnweb.freebsd.org/changeset/base/288839
Log:
Document r285169, ntp-4.2.8p3.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US
Author: gjb
Date: Mon Oct 5 20:12:05 2015
New Revision: 288842
URL: https://svnweb.freebsd.org/changeset/base/288842
Log:
Document r285277, execl(3) and execlp(3) update to use the gcc
__sentinel attribute.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-
Author: gjb
Date: Mon Oct 5 20:12:00 2015
New Revision: 288840
URL: https://svnweb.freebsd.org/changeset/base/288840
Log:
Document r285253, IPv6 support in quota(1).
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/rele
Author: bdrewery
Date: Mon Oct 5 18:11:30 2015
New Revision: 288834
URL: https://svnweb.freebsd.org/changeset/base/288834
Log:
Add decoding for modfind(2)
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls.c
Author: jgh (doc,ports committer)
Date: Mon Oct 5 18:09:43 2015
New Revision: 288833
URL: https://svnweb.freebsd.org/changeset/base/288833
Log:
- address grammar
PR: 203440 (based on)
Submitted by: cer...@rpi.edu
Approved by: wblock@ (mentor)
MFC after:1 week
Differe
Author: bdrewery
Date: Mon Oct 5 18:08:35 2015
New Revision: 288832
URL: https://svnweb.freebsd.org/changeset/base/288832
Log:
Fix tracking of unknown syscalls for 'truss -c'.
This is done by changing get_syscall() to either lookup the known syscall
or add it into the list with the defau
Author: ian
Date: Mon Oct 5 17:45:13 2015
New Revision: 288829
URL: https://svnweb.freebsd.org/changeset/base/288829
Log:
The latest version of lex requires the latest m4 to build, add a dependency
when running the build-tools stage.
The requirement is due to the -P flag used when runnin
Author: grehan
Date: Mon Oct 5 14:57:45 2015
New Revision: 288826
URL: https://svnweb.freebsd.org/changeset/base/288826
Log:
Clean up some harmless unimplemented-command warning messages.
- Don't advertize trusted-computing capability in the Identify page.
This prevents Windows from is
Author: br
Date: Mon Oct 5 13:15:21 2015
New Revision: 288824
URL: https://svnweb.freebsd.org/changeset/base/288824
Log:
Attach interrupt controller device before other devices.
Sponsored by: University of Cambridge
Modified:
head/sys/arm/ti/aintc.c
Modified: head/sys/arm/ti/aintc.c
==
Author: markm
Date: Mon Oct 5 10:45:52 2015
New Revision: 288780
URL: https://svnweb.freebsd.org/changeset/base/288780
Log:
Fix printf-like formats for KASSERT.
Submitted by: jenkins
Approved by: so (/dev/random blanket)
Modified:
head/sys/dev/random/random_harvestq.c
Modified: head
Author: markm
Date: Mon Oct 5 07:41:12 2015
New Revision: 288703
URL: https://svnweb.freebsd.org/changeset/base/288703
Log:
It appears that under some circumstances, like virtualisiation, the
'rdrand' instruction may occasionally not return random numbers, in
spite of looping attempts to do
72 matches
Mail list logo