Author: ian
Date: Sun Feb 23 01:49:01 2014
New Revision: 262355
URL: http://svnweb.freebsd.org/changeset/base/262355
Log:
Don't force bootverbose on anymore, it can be set from ubldr now.
Modified:
head/sys/arm/freescale/imx/imx6_machdep.c
Modified: head/sys/arm/freescale/imx/imx6_machdep.c
Author: ian
Date: Sun Feb 23 01:48:07 2014
New Revision: 262354
URL: http://svnweb.freebsd.org/changeset/base/262354
Log:
Create a generic IMX6 kernel config. This is based on the existing
WANDBOARD.common config, but with the freescale-specific optons and devices
all together at the bottom
Author: ian
Date: Sun Feb 23 01:37:29 2014
New Revision: 262353
URL: http://svnweb.freebsd.org/changeset/base/262353
Log:
Add the FREEBSD_BOOT_LOADER option so that a loaded DTB passed in from
ubldr will actually get used.
Modified:
head/sys/arm/conf/WANDBOARD.common
Modified: head/sys/arm
Author: jhb
Date: Sun Feb 23 01:34:40 2014
New Revision: 262352
URL: http://svnweb.freebsd.org/changeset/base/262352
Log:
MFC 259542:
Use vmcs_read() and vmcs_write() in preference to vmread() and vmwrite()
respectively. The vmcs_xxx() functions provide inline error checking of
all accesse
Author: rodrigc
Date: Sun Feb 23 01:27:22 2014
New Revision: 262351
URL: http://svnweb.freebsd.org/changeset/base/262351
Log:
Remove KASSERT from in6p_lookup_mcast_ifp().
When the devel/jenkins port, version 1.551 was started,
the kernel would panic if INVARIANTS was enabled in the kernel
Author: jhb
Date: Sun Feb 23 00:46:05 2014
New Revision: 262350
URL: http://svnweb.freebsd.org/changeset/base/262350
Log:
MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:
Several changes to the local APIC support in bhyve:
- Rename 'vm_interrupt_hostcpu()' to 'vcpu_
Author: jhb
Date: Sat Feb 22 23:34:39 2014
New Revision: 262349
URL: http://svnweb.freebsd.org/changeset/base/262349
Log:
MFC 257297:
Remove unnecessary includes of
Modified:
stable/10/sys/amd64/vmm/intel/vmcs.c
stable/10/sys/amd64/vmm/intel/vmx.c
stable/10/sys/amd64/vmm/intel/vmx_gena
On Wed, Feb 19, 2014 at 7:32 AM, Gleb Smirnoff wrote:
> Third. As you already know, there is projects/pf branch, where Nicos
> is getting things right wrt pf+VIMAGE. The patches should first go
> to this branch and tested in it. Committing to head (even a good
> code), you are creating conflicts
Author: ian
Date: Sat Feb 22 22:18:20 2014
New Revision: 262347
URL: http://svnweb.freebsd.org/changeset/base/262347
Log:
Add a feature for automatically finding and loading a dtb file by name.
The name is taken from the u-boot env vars fdtfile or fdt_file. If the
name isn't fully-qualified
Author: pfg
Date: Sat Feb 22 22:07:16 2014
New Revision: 262346
URL: http://svnweb.freebsd.org/changeset/base/262346
Log:
ext2fs: fully enable ext4 read-only support.
The ext4 developers tend to tag Ext4-specific flags as
"incompatible" even when such features are not relevant for
read-
Author: ian
Date: Sat Feb 22 22:03:26 2014
New Revision: 262345
URL: http://svnweb.freebsd.org/changeset/base/262345
Log:
Change file_loadraw() from static to public. Change the order of its
arguments from type,filename to filename,type to be consistant with other
public file_whatever() fun
Author: eadler
Date: Sat Feb 22 21:35:40 2014
New Revision: 262344
URL: http://svnweb.freebsd.org/changeset/base/262344
Log:
bsd-family-tree: Add DragonFly 3.6.1 to the tree.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
=
Author: eadler
Date: Sat Feb 22 21:34:28 2014
New Revision: 262343
URL: http://svnweb.freebsd.org/changeset/base/262343
Log:
bsd-family-tree: Add DragonFly 3.6.1 to the tree.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
=
Author: jhb
Date: Sat Feb 22 20:12:10 2014
New Revision: 262342
URL: http://svnweb.freebsd.org/changeset/base/262342
Log:
Record earlier merge of 257018.
Modified:
Directory Properties:
stable/10/ (props changed)
___
svn-src-all@freebsd.org mailin
Author: glebius
Date: Sat Feb 22 19:20:40 2014
New Revision: 262341
URL: http://svnweb.freebsd.org/changeset/base/262341
Log:
Improve logging of send errors, reporting error code and interface.
Reduce code duplication between INET and INET6.
Tested by:Lytochkin Boris
Modified:
hea
Author: ian
Date: Sat Feb 22 19:10:58 2014
New Revision: 262340
URL: http://svnweb.freebsd.org/changeset/base/262340
Log:
Change fdt_setup_fdtp() from "guess then fail" to more probe-like behavior.
The old code basically said it was going to use some particular blob
without knowing whethe
Author: peter
Date: Sat Feb 22 18:55:49 2014
New Revision: 262339
URL: http://svnweb.freebsd.org/changeset/base/262339
Log:
MFC r262324: serf 1.3.4 - improve SSL handling with svn-1.8.8 and other
speedups and quality of life fixes.
Modified:
stable/10/contrib/serf/CHANGES
stable/10/contri
Author: alc
Date: Sat Feb 22 18:53:42 2014
New Revision: 262338
URL: http://svnweb.freebsd.org/changeset/base/262338
Log:
When the kernel is running in a virtual machine, it cannot rely upon the
processor family to determine if the workaround for AMD Family 10h Erratum
383 should be enabled.
Author: ian
Date: Sat Feb 22 17:51:10 2014
New Revision: 262337
URL: http://svnweb.freebsd.org/changeset/base/262337
Log:
Allow the ubldr boot device to be choosen by a u-boot environment variable.
If a "loaderdev=" env variable is set and the named device
exists, it is used. If the devi
Author: bapt
Date: Sat Feb 22 13:07:38 2014
New Revision: 262336
URL: http://svnweb.freebsd.org/changeset/base/262336
Log:
Regen after WITHOUT_DMA -> WITHOUT_DMAGENT renaming
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
On Fri, Feb 21, 2014 at 10:31:07AM -0700, Ian Lepore wrote:
> On Fri, 2014-02-21 at 07:26 +, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Fri Feb 21 07:26:49 2014
> > New Revision: 262282
> > URL: http://svnweb.freebsd.org/changeset/base/262282
> >
> > Log:
> > Import Dragonfly Mail
Author: bapt
Date: Sat Feb 22 13:05:23 2014
New Revision: 262335
URL: http://svnweb.freebsd.org/changeset/base/262335
Log:
Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion
Requested by: ian
Added:
head/tools/build/options/WITHOUT_DMAGENT
- copied unchanged from r262334, he
On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote:
> On 2014-Feb-21 07:26:49 +, Baptiste Daroussin wrote:
> >Log:
> > Import Dragonfly Mail Agent into base system
>
> I would like to suggest that 'dma' is a _really_ bad name for any
> utility. As has been mentioned, 'DMA' has had
Author: davidxu
Date: Sat Feb 22 11:06:48 2014
New Revision: 262334
URL: http://svnweb.freebsd.org/changeset/base/262334
Log:
Increase alignment to size of pointer if the alignment is too small.
Some modules do not align data at least to size of pointer, they uses a
smaller alignment, but ou
Author: brueffer
Date: Sat Feb 22 10:15:27 2014
New Revision: 262333
URL: http://svnweb.freebsd.org/changeset/base/262333
Log:
Simplify the way the end of a singly linked list is followed (for adding
items), so it is more obvious that we aren't going to indirect through
a NULL pointer.
Author: ivoras
Date: Sat Feb 22 09:53:17 2014
New Revision: 262332
URL: http://svnweb.freebsd.org/changeset/base/262332
Log:
Grammar fix
Submitted by: Warren Block wblock AT wonkity.com
Modified:
head/share/man/man4/ada.4
Modified: head/share/man/man4/ada.4
=
On 2014-Feb-21 07:26:49 +, Baptiste Daroussin wrote:
>Log:
> Import Dragonfly Mail Agent into base system
I would like to suggest that 'dma' is a _really_ bad name for any
utility. As has been mentioned, 'DMA' has had a well-entrenched
meaning for decades and overloading to also refer to a
27 matches
Mail list logo