Author: jilles
Date: Sun Mar 9 13:19:37 2014
New Revision: 262946
URL: http://svnweb.freebsd.org/changeset/base/262946
Log:
kldconfig: Remove some code for compatibility with FreeBSD 4.x.
Verified using md5(1).
Modified:
head/sbin/kldconfig/kldconfig.c
Modified: head/sbin/kldconfig/kld
Author: rwatson
Date: Sun Mar 9 13:23:49 2014
New Revision: 262947
URL: http://svnweb.freebsd.org/changeset/base/262947
Log:
Merge r262690 from head to stable/10:
When querying a process's umask via sysctl in libprocstat(), don't
print a warning if EPERM is returned as this is an exp
Author: ian
Date: Sun Mar 9 14:24:05 2014
New Revision: 262948
URL: http://svnweb.freebsd.org/changeset/base/262948
Log:
Always call vfp_discard() on thread death, not just when the VFP is
enabled. In vfp_discard(), if the state in the VFP hardware belongs to
the thread which is dying, NUL
On Mon, 3 Mar 2014, John Baldwin wrote:
Log:
MFH (r261320): upgrade openssh to 6.5p1
MFH (r261340): enable sandboxing by default
Mails on stable@ suggest that this latter change may be a bit of a POLA
violation as if people are using a custom kernel configuration that doesn't
include CAP
Author: ian
Date: Sun Mar 9 14:54:05 2014
New Revision: 262949
URL: http://svnweb.freebsd.org/changeset/base/262949
Log:
When a thread begins life it doesn't own the VFP hardware state on any cpu.
Modified:
head/sys/arm/arm/machdep.c
head/sys/arm/arm/vm_machdep.c
Modified: head/sys/arm/ar
Author: ian
Date: Sun Mar 9 15:36:56 2014
New Revision: 262950
URL: http://svnweb.freebsd.org/changeset/base/262950
Log:
Make undefined exception entry MPSAFE.
The old code used static storage to preserve a couple registers while
setting up the trapframe for the main handler. Doing so w
Author: jmmv
Date: Sun Mar 9 17:04:31 2014
New Revision: 262951
URL: http://svnweb.freebsd.org/changeset/base/262951
Log:
Sync sh(1) in stable/10 to head.
This is a MFC of all the commits listed below.
My original goal of this change was to only merge the move of the tests
from tool
Author: ian
Date: Sun Mar 9 18:08:27 2014
New Revision: 262952
URL: http://svnweb.freebsd.org/changeset/base/262952
Log:
The arm exception entry points currently vector through a function pointer
to the actual handler routine. All the pointers are static-intialized to
the only handlers ava
Author: jmmv
Date: Sun Mar 9 19:25:53 2014
New Revision: 262953
URL: http://svnweb.freebsd.org/changeset/base/262953
Log:
Fix m4 tests so that they run cleanly with prove.
Modified:
head/tools/regression/usr.bin/m4/regress.gnusofterror.out
head/tools/regression/usr.bin/m4/regress.sh
head
Author: jmmv
Date: Sun Mar 9 19:37:01 2014
New Revision: 262954
URL: http://svnweb.freebsd.org/changeset/base/262954
Log:
Fix printf tests so that they run cleanly with prove.
Modified:
head/tools/regression/usr.bin/printf/regress.sh
Modified: head/tools/regression/usr.bin/printf/regress.sh
Author: marcel
Date: Sun Mar 9 20:51:14 2014
New Revision: 262955
URL: http://svnweb.freebsd.org/changeset/base/262955
Log:
Add 3wire and std as terminal types/classes. These are similar to
the existing terminal types/classes that have the baudrate suffix,
but differ in that no baudrate is
Author: dim
Date: Sun Mar 9 21:02:23 2014
New Revision: 262956
URL: http://svnweb.freebsd.org/changeset/base/262956
Log:
MFC r262805:
Pull in r199848 from upstream libc++ trunk:
Const qualify __mem_fn call operator
QOI improvement.
Differential Revision: http://llvm-re
Author: dim
Date: Sun Mar 9 21:02:23 2014
New Revision: 262956
URL: http://svnweb.freebsd.org/changeset/base/262956
Log:
MFC r262805:
Pull in r199848 from upstream libc++ trunk:
Const qualify __mem_fn call operator
QOI improvement.
Differential Revision: http://llvm-re
Author: marcel
Date: Sun Mar 9 21:06:22 2014
New Revision: 262957
URL: http://svnweb.freebsd.org/changeset/base/262957
Log:
Change the terminal type/class for enabled serial lines to 3wire. This
allows us to change the uart(4) driver to not hardcode specific line
settings for the serial con
Author: ian
Date: Sun Mar 9 21:12:31 2014
New Revision: 262958
URL: http://svnweb.freebsd.org/changeset/base/262958
Log:
Remove all traces of support for ARM chips prior to the arm9 series. We
never actually ran on these chips (other than using SA1 support in an
emulator to do the early po
Author: jmmv
Date: Sun Mar 9 21:56:29 2014
New Revision: 262959
URL: http://svnweb.freebsd.org/changeset/base/262959
Log:
Fix sed tests so that they run cleanly with prove.
Modified:
head/tools/regression/usr.bin/sed/regress.sh
Modified: head/tools/regression/usr.bin/sed/regress.sh
Author: jmmv
Date: Sun Mar 9 22:05:23 2014
New Revision: 262960
URL: http://svnweb.freebsd.org/changeset/base/262960
Log:
Fix yacc tests so that they run cleanly with prove.
First, change the driver to run the installed yacc instead of the one from
/usr/obj (which might not be there), ju
Author: jmmv
Date: Sun Mar 9 22:14:20 2014
New Revision: 262961
URL: http://svnweb.freebsd.org/changeset/base/262961
Log:
Fix pkill tests so that they run cleanly with prove.
This fixes a pgrep test that assumed that PID 2 was named g_event. This
does not seem to be the case any longer
Author: jmmv
Date: Sun Mar 9 22:16:39 2014
New Revision: 262962
URL: http://svnweb.freebsd.org/changeset/base/262962
Log:
Fix ncal tests so that they run cleanly with prove.
Basically just make the test plan match what is actually being run.
Modified:
head/tools/regression/usr.bin/ncal/
Author: jilles
Date: Sun Mar 9 22:38:11 2014
New Revision: 262963
URL: http://svnweb.freebsd.org/changeset/base/262963
Log:
ttys(5): Pseudo-terminals are not listed and the network keyword is obsolete.
Modified:
head/libexec/getty/ttys.5
Modified: head/libexec/getty/ttys.5
=
Author: ache
Date: Sun Mar 9 23:47:34 2014
New Revision: 262964
URL: http://svnweb.freebsd.org/changeset/base/262964
Log:
MFC r262689:
Add fetch and patch to .PHONY and .NOTMAIN only if PORTNAME is defined.
Unconditional addition cause real fetch(1) and patch(1) programs are
builded ev
Author: eadler
Date: Mon Mar 10 00:53:37 2014
New Revision: 262965
URL: http://svnweb.freebsd.org/changeset/base/262965
Log:
MFC r262890:
libc man pages: Remove reference to non-existent FreeBSD Security
Architecture
Modified:
stable/10/lib/libc/stdio/tmpnam.3
stable/10/lib/libc/s
Author: ian
Date: Mon Mar 10 01:34:38 2014
New Revision: 262966
URL: http://svnweb.freebsd.org/changeset/base/262966
Log:
Make the default exception handler vectors point to where I thought they
were already pointing: the default handlers (not a panic that says there
is no default handler).
Author: markj
Date: Mon Mar 10 02:31:50 2014
New Revision: 262967
URL: http://svnweb.freebsd.org/changeset/base/262967
Log:
MFC r261535:
Add support for MegaRAID Fury cards. The main change needed to boot from a
9341-4i controller was to ensure that scatter/gather lists are ended with
an e
Author: markj
Date: Mon Mar 10 02:38:41 2014
New Revision: 262968
URL: http://svnweb.freebsd.org/changeset/base/262968
Log:
MFC r261535:
Add support for MegaRAID Fury cards. The main change needed to boot from a
9341-4i controller was to ensure that scatter/gather lists are ended with
an e
Author: adrian
Date: Mon Mar 10 06:03:35 2014
New Revision: 262969
URL: http://svnweb.freebsd.org/changeset/base/262969
Log:
Migrate the chip power mode status to public ath_hal, rather than the
private per-chip HAL.
This allows the ah_osdep.[ch] code to check whether the power state is
Author: adrian
Date: Mon Mar 10 06:05:26 2014
New Revision: 262970
URL: http://svnweb.freebsd.org/changeset/base/262970
Log:
Also tag the current HAL power mode in ar9300_set_power_mode().
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c
Modified: head/sys/contrib/dev/ath/ath
27 matches
Mail list logo