Author: dteske
Date: Sun Feb 16 06:56:44 2014
New Revision: 261960
URL: http://svnweb.freebsd.org/changeset/base/261960
Log:
Add zfsboot to the scripted interface of bsdinstall(8); oops!
NB: If the zfsboot variables ($ZFSBOOT_*) are set, a script is
assumed to want zfsboot module instead of
Author: jmmv
Date: Sun Feb 16 04:11:40 2014
New Revision: 261959
URL: http://svnweb.freebsd.org/changeset/base/261959
Log:
Install a symlink from /usr/tests/local to /usr/local/tests.
This is to let Kyua descend into any tests that may have been installed by
ports under /usr/local/tests w
On Sat, 15 Feb 2014, David Chisnall wrote:
On 15 Feb 2014, at 17:02, Bruce Evans wrote:
Why? There are hundreds if not thousands of static inline functions in
headers, and most of these functions are not always used, so there would
be [hundreds if not thousands] * [number of #includes] compi
Author: ian
Date: Sun Feb 16 03:34:07 2014
New Revision: 261958
URL: http://svnweb.freebsd.org/changeset/base/261958
Log:
Catch up with last-second name change.
Modified:
head/sys/dev/fdt/fdt_common.c
Modified: head/sys/dev/fdt/fdt_common.c
===
Author: ian
Date: Sun Feb 16 03:30:22 2014
New Revision: 261957
URL: http://svnweb.freebsd.org/changeset/base/261957
Log:
Oops, remove some dregs of debugging.
Modified:
head/sys/arm/freescale/fsl_ocotp.c
Modified: head/sys/arm/freescale/fsl_ocotp.c
==
Author: ian
Date: Sun Feb 16 03:09:39 2014
New Revision: 261956
URL: http://svnweb.freebsd.org/changeset/base/261956
Log:
Make it possible to access the ocotp registers before the ocotp device
is attached, by establishing a temporary mapping of the registers when
necessary. This is a tempor
Author: ian
Date: Sun Feb 16 03:00:59 2014
New Revision: 261955
URL: http://svnweb.freebsd.org/changeset/base/261955
Log:
Add a helper routine to depth-search the device tree for a node with a
matching 'compatible' property. This probably has a short half-life (as
do most of the fdt_ functi
Author: eadler
Date: Sun Feb 16 02:33:59 2014
New Revision: 261954
URL: http://svnweb.freebsd.org/changeset/base/261954
Log:
MFC r261824:
libutil/pw_util.3: Fix two prototypes.
Modified:
stable/10/lib/libutil/pw_util.3
Directory Properties:
stable/10/ (props changed)
Modified: stable/1
Author: jilles
Date: Sat Feb 15 23:23:13 2014
New Revision: 261952
URL: http://svnweb.freebsd.org/changeset/base/261952
Log:
MFC r242482: kdump: Also decode fcntl commands containing underscores and
digits.
The commands F_SETLK_REMOTE, F_DUPFD_CLOEXEC and F_DUP2FD_CLOEXEC were not
decod
Author: marcus (doc,ports committer)
Date: Sat Feb 15 22:15:24 2014
New Revision: 261948
URL: http://svnweb.freebsd.org/changeset/base/261948
Log:
Correct a typo in Malcolm MacDougall's name.
Approved by: gabor
Modified:
head/games/fortune/datfiles/fortunes
Modified: head/games/fortune
Author: ian
Date: Sat Feb 15 21:59:00 2014
New Revision: 261947
URL: http://svnweb.freebsd.org/changeset/base/261947
Log:
Sweep up a couple crumbs left over from the imx6->fsl renaming.
Modified:
head/sys/arm/freescale/fsl_ocotp.c
Modified: head/sys/arm/freescale/fsl_ocotp.c
Author: ian
Date: Sat Feb 15 21:21:57 2014
New Revision: 261946
URL: http://svnweb.freebsd.org/changeset/base/261946
Log:
It turns out Freescale cleverly made the ocotp device compatible across
several different families of SoCs, so move it to the freescale directory
and prefix everything wi
Author: ian
Date: Sat Feb 15 20:45:53 2014
New Revision: 261945
URL: http://svnweb.freebsd.org/changeset/base/261945
Log:
Add timeout logic to sdhci, separate from the timeouts done by the hardware.
If the hardware is not in a good state (like maybe clocks aren't running
because of a conf
Author: ian
Date: Sat Feb 15 20:36:54 2014
New Revision: 261944
URL: http://svnweb.freebsd.org/changeset/base/261944
Log:
If no compatible cards were found after probing the bus, say so.
Modified:
head/sys/dev/mmc/mmc.c
Modified: head/sys/dev/mmc/mmc.c
===
On 15 Feb 2014, at 17:02, Bruce Evans wrote:
> Why? There are hundreds if not thousands of static inline functions in
> headers, and most of these functions are not always used, so there would
> be [hundreds if not thousands] * [number of #includes] compiler warnings
> if compilers warned about
Author: gnn
Date: Sat Feb 15 18:36:31 2014
New Revision: 261943
URL: http://svnweb.freebsd.org/changeset/base/261943
Log:
Summary: Two quick edits to the implementation notes as they're no
longer stored in netinet but in netpfil.
Modified:
head/sys/netpfil/ipfw/dummynet.txt
Modified: head/
On 15 Feb 2014, at 18:02, Bruce Evans wrote:
> On Sat, 15 Feb 2014, Dimitry Andric wrote:
...
> Why? There are hundreds if not thousands of static inline functions in
> headers, and most of these functions are not always used, so there would
> be [hundreds if not thousands] * [number of #includes
Author: ian
Date: Sat Feb 15 17:59:32 2014
New Revision: 261940
URL: http://svnweb.freebsd.org/changeset/base/261940
Log:
Increase the wait time for acquiring the bus from 10 to 250ms.
Normally it never needs to wait here at all; waiting is done at the end
of the prior command. When doin
Author: ian
Date: Sat Feb 15 17:55:35 2014
New Revision: 261939
URL: http://svnweb.freebsd.org/changeset/base/261939
Log:
Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout.
Modified:
head/sys/arm/freescale/imx/imx_sdhci.c
Modified: head/sys/arm/freescale/imx/imx_sd
On Sat, 15 Feb 2014, Dimitry Andric wrote:
Log:
In sys/dev/xen/console/console.c, #if 0 an unused static function.
MFC after: 3 days
Modified:
head/sys/dev/xen/console/console.c
Modified: head/sys/dev/xen/console/console.c
===
Author: ian
Date: Sat Feb 15 17:19:55 2014
New Revision: 261938
URL: http://svnweb.freebsd.org/changeset/base/261938
Log:
Add a driver to provide access to imx6 on-chip one-time-programmble data.
Submitted by: Steven Lawrance
Added:
head/sys/arm/freescale/imx/imx6_ocotp.c (contents, p
Author: glebius
Date: Sat Feb 15 16:22:51 2014
New Revision: 261937
URL: http://svnweb.freebsd.org/changeset/base/261937
Log:
Better build fix.
Modified:
head/sbin/pfctl/pfctl.c
Modified: head/sbin/pfctl/pfctl.c
==
-
Author: bdrewery
Date: Sat Feb 15 14:56:50 2014
New Revision: 261934
URL: http://svnweb.freebsd.org/changeset/base/261934
Log:
Rework rctl(8) manpage
- Note that kernel options are required
- Shift parameters around in SYNOPSIS to make it more clear that there are
different modes
-
Author: kevlo
Date: Sat Feb 15 14:55:35 2014
New Revision: 261933
URL: http://svnweb.freebsd.org/changeset/base/261933
Log:
MFC r255238:
Add support for DLINK DWA-127 Wireless Adapter.
Modified:
stable/9/sys/dev/usb/wlan/if_run.c (contents, props changed)
Modified: stable/9/sys/dev/us
Author: bdrewery
Date: Sat Feb 15 14:52:12 2014
New Revision: 261932
URL: http://svnweb.freebsd.org/changeset/base/261932
Log:
Add forgotten rc.conf(5) update with r261931
Reviewed by: trasz
Approved by: bapt (mentor)
MFC after:1 week
Modified:
head/share/man/man5/rc.conf.5
Mo
Author: bdrewery
Date: Sat Feb 15 14:50:47 2014
New Revision: 261931
URL: http://svnweb.freebsd.org/changeset/base/261931
Log:
Allow overriding rctl.conf(5) file location for /etc/rc.d/rctl
Reviewed by: trasz
Approved by: bapt (mentor)
MFC after: 1 week
Modified:
head/etc/defa
Author: zbb
Date: Sat Feb 15 13:27:45 2014
New Revision: 261922
URL: http://svnweb.freebsd.org/changeset/base/261922
Log:
Handle pmap_enter() on already promoted mappings for ARMv6/v7
Attempt to demote the superpage if trying to pmap_enter() on
one. Panic only when the particular superpag
Author: zbb
Date: Sat Feb 15 13:24:58 2014
New Revision: 261921
URL: http://svnweb.freebsd.org/changeset/base/261921
Log:
Remove spurious assertion from pmap_extract_locked() on ARM
The condition under assertion is no longer valid since
superpages support is operating on section mappings.
Author: zbb
Date: Sat Feb 15 13:22:37 2014
New Revision: 261920
URL: http://svnweb.freebsd.org/changeset/base/261920
Log:
Avoid redundant superpage promotion attempts on ARM
Because pmap_enter_locked() is called from few different functions
some redundancy in superpage promotion attempts
Author: zbb
Date: Sat Feb 15 13:20:17 2014
New Revision: 261919
URL: http://svnweb.freebsd.org/changeset/base/261919
Log:
Fix superpage promotion on ARM with respect to RO/RW and wired attributes
It was possible to create RW superpage mapping even if
the base pages were RO due to wrong se
Author: zbb
Date: Sat Feb 15 13:17:51 2014
New Revision: 261918
URL: http://svnweb.freebsd.org/changeset/base/261918
Log:
Ensure proper TLB invalidation on superpage promotion and demotion on ARM
Base pages within newly created superpage need to be invalidated so that
new mapping is "visi
On 14 Feb 2014, at 04:45, Kevin Lo wrote:
> Author: kevlo
> Date: Fri Feb 14 03:45:49 2014
> New Revision: 261868
> URL: http://svnweb.freebsd.org/changeset/base/261868
>
> Log:
> MFC r259544, r259545, r259546, r259547, r259812, r259939, r260219, r260542,
> r261118, r261124, r261330:
>
>
Author: zbb
Date: Sat Feb 15 13:13:00 2014
New Revision: 261917
URL: http://svnweb.freebsd.org/changeset/base/261917
Log:
Always clear L1 PTE descriptor when removing superpage on ARM
Invalidate L1 PTE regardles of existance of the corresponding
l2_bucket. This is relevant when superpage
Author: dim
Date: Sat Feb 15 12:37:26 2014
New Revision: 261916
URL: http://svnweb.freebsd.org/changeset/base/261916
Log:
In sys/dev/xen/console/console.c, #if 0 an unused static function.
MFC after:3 days
Modified:
head/sys/dev/xen/console/console.c
Modified: head/sys/dev/xen/conso
Author: dim
Date: Sat Feb 15 12:25:01 2014
New Revision: 261915
URL: http://svnweb.freebsd.org/changeset/base/261915
Log:
Under sys/netpfil/ipfw, surround two IPv6-specific static functions with
#ifdef INET6, since they are unused when INET6 is disabled.
MFC after:3 days
Modified:
Author: dim
Date: Sat Feb 15 11:42:56 2014
New Revision: 261914
URL: http://svnweb.freebsd.org/changeset/base/261914
Log:
In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.
MFC after:3 days
Modified:
head/sys/fs/nandfs/nandfs_vfsops.c
Modified: head/sys/fs/nandfs/nan
Author: des
Date: Sat Feb 15 10:53:44 2014
New Revision: 261913
URL: http://svnweb.freebsd.org/changeset/base/261913
Log:
Switch the hardcoded default hash function from MD5 / DES to SHA512.
Modified:
head/lib/libcrypt/crypt.c
Modified: head/lib/libcrypt/crypt.c
=
Author: luigi
Date: Sat Feb 15 08:23:31 2014
New Revision: 261912
URL: http://svnweb.freebsd.org/changeset/base/261912
Log:
complete svn 261909 - new netmap version.
since i updated the manpage i might as well commit it.
MFC after:3 days
Modified:
head/share/man/man4/netmap.4
Modi
38 matches
Mail list logo