Author: jhibbits
Date: Fri Apr 18 06:39:00 2014
New Revision: 264635
URL: http://svnweb.freebsd.org/changeset/base/264635
Log:
Enable and disable the PMC unit at load/unload time, respectively.
MFC after:3 weeks
Modified:
head/sys/dev/hwpmc/hwpmc_mpc7xxx.c
head/sys/dev/hwpmc/hwpmc_
Author: dteske
Date: Fri Apr 18 00:53:35 2014
New Revision: 264633
URL: http://svnweb.freebsd.org/changeset/base/264633
Log:
MFC r264488:
When merging docsinstall and zfsboot updates to stable/9 it was discovered
that the slightly older dialog(1) requires --separate-output when using the
Author: dteske
Date: Fri Apr 18 00:48:26 2014
New Revision: 264632
URL: http://svnweb.freebsd.org/changeset/base/264632
Log:
MFC r264488:
When merging docsinstall and zfsboot updates to stable/9 it was discovered
that the slightly older dialog(1) requires --separate-output when using the
Author: tychon
Date: Fri Apr 18 00:02:06 2014
New Revision: 264631
URL: http://svnweb.freebsd.org/changeset/base/264631
Log:
Add support for reading the PIT Counter 2 output signal via the NMI
Status and Control register at port 0x61.
Be more conservative about "catching up" callouts that
Author: rmacklem
Date: Thu Apr 17 23:31:50 2014
New Revision: 264630
URL: http://svnweb.freebsd.org/changeset/base/264630
Log:
For NFS mounts using rsize,wsize=65536 over TSO enabled
network interfaces limited to 32 transmit segments, there
are two known issues.
The more serious one is tha
Author: jilles
Date: Thu Apr 17 21:43:34 2014
New Revision: 264629
URL: http://svnweb.freebsd.org/changeset/base/264629
Log:
MFC r263777: sh: Fix possible memory leaks and double frees with unexpected
SIGINT.
Modified:
stable/9/bin/sh/alias.c
stable/9/bin/sh/exec.c
stable/9/bin/sh/expan
Author: jilles
Date: Thu Apr 17 21:29:22 2014
New Revision: 264628
URL: http://svnweb.freebsd.org/changeset/base/264628
Log:
fcntl.h: Make visible various POSIX.1-2008 features.
Also, remove #if __BSD_VISIBLE where it is redundant. When __BSD_VISIBLE is
defined to 1, __POSIX_VISIBLE, __XS
Author: rwatson
Date: Thu Apr 17 20:42:03 2014
New Revision: 264625
URL: http://svnweb.freebsd.org/changeset/base/264625
Log:
Fix typo and case inconsistency in MIPS CP0 register names.
MFC after:3 days
Modified:
head/sys/mips/mips/pm_machdep.c
Modified: head/sys/mips/mips/pm_machde
Author: delphij
Date: Thu Apr 17 20:09:41 2014
New Revision: 264624
URL: http://svnweb.freebsd.org/changeset/base/264624
Log:
Cherry-pick OpenSSL changeset 5be1ae2:
Author: Dr. Stephen Henson
Treat a zero length passed to ssleay_rand_add a no op: the existing logic
zeroes the
Author: delphij
Date: Thu Apr 17 20:09:41 2014
New Revision: 264624
URL: http://svnweb.freebsd.org/changeset/base/264624
Log:
Cherry-pick OpenSSL changeset 5be1ae2:
Author: Dr. Stephen Henson
Treat a zero length passed to ssleay_rand_add a no op: the existing logic
zeroes the
Author: emax
Date: Thu Apr 17 19:29:15 2014
New Revision: 264621
URL: http://svnweb.freebsd.org/changeset/base/264621
Log:
use correct (integer) type for the temperature sysctl
Reviewed by: np, scottl
Obtained from:Netflix
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4
Author: kib
Date: Thu Apr 17 18:13:23 2014
New Revision: 264620
URL: http://svnweb.freebsd.org/changeset/base/264620
Log:
Fix typo.
MFC after:3 days
Modified:
head/sys/kern/subr_fattime.c
Modified: head/sys/kern/subr_fattime.c
Author: jhb
Date: Thu Apr 17 18:00:07 2014
New Revision: 264619
URL: http://svnweb.freebsd.org/changeset/base/264619
Log:
MFC 258860,260167,260238,260397:
- Restructure the VMX code to enter and exit the guest. In large part this
change hides the setjmp/longjmp semantics of VM enter/exit.
Author: jmmv
Date: Thu Apr 17 17:20:56 2014
New Revision: 264618
URL: http://svnweb.freebsd.org/changeset/base/264618
Log:
MFC r263989: Add atf m4 files from the vendor branch.
Added:
stable/10/contrib/atf/atf-c++/atf-c++.m4
- copied unchanged from r263989, head/contrib/atf/atf-c++/atf-c
On Apr 17, 2014, at 11:00 AM, Guy Helmer wrote:
> Author: ghelmer
> Date: Thu Apr 17 16:00:26 2014
> New Revision: 264617
> URL: http://svnweb.freebsd.org/changeset/base/264617
>
> Log:
> Fix releasing the lock in the parent atrun process after the queue
> directory has been processed. Otherwi
Author: ghelmer
Date: Thu Apr 17 16:00:26 2014
New Revision: 264617
URL: http://svnweb.freebsd.org/changeset/base/264617
Log:
Fix releasing the lock in the parent atrun process after the queue
directory has been processed. Otherwise, a long-running child process
caused other atrun invocation
Author: ray
Date: Thu Apr 17 14:19:32 2014
New Revision: 264612
URL: http://svnweb.freebsd.org/changeset/base/264612
Log:
MFC r264258
Fix cursor color in reverse video mode.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/sys/dev/vt/vt_core.c
Directory Properties:
stable/9
Author: ray
Date: Thu Apr 17 14:18:30 2014
New Revision: 264611
URL: http://svnweb.freebsd.org/changeset/base/264611
Log:
MFC r264258
Fix cursor color in reverse video mode.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/dev/vt/vt_core.c
Directory Properties:
stable/
Author: mav
Date: Thu Apr 17 14:16:02 2014
New Revision: 264610
URL: http://svnweb.freebsd.org/changeset/base/264610
Log:
Correct AMD chipsets identification.
Submitted by: Dmitry Luhtionov
MFC after:2 weeks
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
==
Author: bz
Date: Thu Apr 17 14:15:53 2014
New Revision: 264609
URL: http://svnweb.freebsd.org/changeset/base/264609
Log:
Stop casting the const char * to void * to char * to make compile more happy
after r264573.
Someone submit to:OpenBSD
MFC after:13 days
X-MFC with: r26457
Author: bz
Date: Thu Apr 17 13:57:37 2014
New Revision: 264608
URL: http://svnweb.freebsd.org/changeset/base/264608
Log:
Remove duplicate extern declarations after r264573.
Makes things compile better.
Someone submit to:OpenBSD
MFC after:13 days
X-MFC with: r
Author: jmmv
Date: Thu Apr 17 13:11:56 2014
New Revision: 264607
URL: http://svnweb.freebsd.org/changeset/base/264607
Log:
MFC r264133: Fix variable type to avoid printf formatter warning.
Modified:
stable/10/tests/sys/kern/unix_seqpacket_test.c
Directory Properties:
stable/10/ (props cha
Author: jmmv
Date: Thu Apr 17 13:10:30 2014
New Revision: 264606
URL: http://svnweb.freebsd.org/changeset/base/264606
Log:
Regen src.conf.5.
Notional merge of r264409 which regenerated this manpage after the
rewording of WITH_TESTS.
Modified:
stable/10/share/man/man5/src.conf.5
Modifi
Author: bz
Date: Thu Apr 17 13:02:59 2014
New Revision: 264605
URL: http://svnweb.freebsd.org/changeset/base/264605
Log:
Based on xlp_machdep.c and completed the list of options based on
boot/mips/beri/loader/metadata.c allow FDT configuration to set
command line options.
This leads to an
Author: trasz
Date: Thu Apr 17 12:53:56 2014
New Revision: 264604
URL: http://svnweb.freebsd.org/changeset/base/264604
Log:
Remove redundant code.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/login.c
Modified: head/usr.sbin/iscsid/login.c
=
Author: jmmv
Date: Thu Apr 17 12:42:41 2014
New Revision: 264603
URL: http://svnweb.freebsd.org/changeset/base/264603
Log:
MFC r263173: Remove unnecessary svn:executable property from source file.
Modified:
Directory Properties:
stable/10/ (props changed)
stable/10/share/examples/tests/te
Author: trasz
Date: Thu Apr 17 12:41:12 2014
New Revision: 264602
URL: http://svnweb.freebsd.org/changeset/base/264602
Log:
MFC r262837:
Make reset handling in iSCSI target RFC-compliant. This fixes some rare
hangs with Open-iSCSI (Linux).
Sponsored by: The FreeBSD Foundation
Modif
Author: bz
Date: Thu Apr 17 12:33:26 2014
New Revision: 264601
URL: http://svnweb.freebsd.org/changeset/base/264601
Log:
Add the initial version of if_nf10bmac(4), a driver to support an
NetFPGA-10G Embedded CPU Ethernet Core.
The current version operates on a simple PIO based interface c
Author: ae
Date: Thu Apr 17 12:22:08 2014
New Revision: 264600
URL: http://svnweb.freebsd.org/changeset/base/264600
Log:
Remove redundant unlock.
This code was removed from the opensolaris and darwin's
netsmb implementations, in DfBSD it also has been disabled.
PR: 36566, 8
Author: des
Date: Thu Apr 17 12:16:27 2014
New Revision: 264598
URL: http://svnweb.freebsd.org/changeset/base/264598
Log:
MFH (r262555): install the sntp(1) man page
Modified:
stable/10/usr.sbin/ntp/sntp/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sb
Author: des
Date: Thu Apr 17 12:16:51 2014
New Revision: 264599
URL: http://svnweb.freebsd.org/changeset/base/264599
Log:
MFH (r262555): install the sntp(1) man page
Modified:
stable/9/usr.sbin/ntp/sntp/Makefile
Directory Properties:
stable/9/usr.sbin/ntp/ (props changed)
Modified: stabl
Author: des
Date: Thu Apr 17 12:11:00 2014
New Revision: 264597
URL: http://svnweb.freebsd.org/changeset/base/264597
Log:
MFH (r261511, r261542): add an example to the man page
Modified:
stable/9/usr.sbin/pwd_mkdb/pwd_mkdb.8
Directory Properties:
stable/9/usr.sbin/pwd_mkdb/ (props changed
Author: jmmv
Date: Thu Apr 17 11:49:19 2014
New Revision: 264592
URL: http://svnweb.freebsd.org/changeset/base/264592
Log:
MFC r263090: Make ether_line really report an error when all input is invalid.
Modified:
stable/10/lib/libc/net/ether_addr.c
Directory Properties:
stable/10/ (props c
Author: brueffer
Date: Thu Apr 17 10:43:38 2014
New Revision: 264589
URL: http://svnweb.freebsd.org/changeset/base/264589
Log:
MFC: r264453
Correct geli parameter.
PR: 188582
Submitted by: Michael Hall
Modified:
stable/10/share/man/man5/fstab.5
Directory Properties:
st
Author: brueffer
Date: Thu Apr 17 10:41:26 2014
New Revision: 264588
URL: http://svnweb.freebsd.org/changeset/base/264588
Log:
MFC: r264315, r264316
Fix Xref order in SEE ALSO.
Modified:
stable/8/usr.sbin/wlandebug/wlandebug.8
Directory Properties:
stable/8/usr.sbin/wlandebug/ (props
Author: brueffer
Date: Thu Apr 17 10:39:18 2014
New Revision: 264587
URL: http://svnweb.freebsd.org/changeset/base/264587
Log:
MFC: r264315, r264316
Fix Xref order in SEE ALSO.
Modified:
stable/9/usr.sbin/wlandebug/wlandebug.8
Directory Properties:
stable/9/usr.sbin/wlandebug/ (props
Author: brueffer
Date: Thu Apr 17 10:37:21 2014
New Revision: 264586
URL: http://svnweb.freebsd.org/changeset/base/264586
Log:
MFC: r264315, r264316
Fix Xref order in SEE ALSO.
Modified:
stable/10/usr.sbin/wlandebug/wlandebug.8
Directory Properties:
stable/10/ (props changed)
Modifi
Author: brueffer
Date: Thu Apr 17 10:27:18 2014
New Revision: 264585
URL: http://svnweb.freebsd.org/changeset/base/264585
Log:
Add a missing break in the TCP case.
Reviewed by: bms
MFC after:1 week
Modified:
head/lib/libipsec/ipsec_dump_policy.c
Modified: head/lib/libipsec/ipsec_
38 matches
Mail list logo