Author: neel
Date: Tue Dec 30 07:08:30 2014
New Revision: 276402
URL: https://svnweb.freebsd.org/changeset/base/276402
Log:
Remove "svn:mergeinfo" property that was dragged along when these files were
svn copied in r273375.
Suggested by: ngie, gjb
Modified:
Directory Properties:
head/s
Author: gjb
Date: Tue Dec 30 03:35:26 2014
New Revision: 276400
URL: https://svnweb.freebsd.org/changeset/base/276400
Log:
Use the correct loader.conf(5) entry for deferring the
mountroot prompt.
Prodded by: ian
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile
Author: emaste
Date: Tue Dec 30 03:25:42 2014
New Revision: 276398
URL: https://svnweb.freebsd.org/changeset/base/276398
Log:
Update elftoolchain to upstream rev 3136
This fixes two strip(1) issues found during ports exp-run and adds a
string hash implementation which significantly speeds
Author: ian
Date: Tue Dec 30 03:19:46 2014
New Revision: 276397
URL: https://svnweb.freebsd.org/changeset/base/276397
Log:
Add a new locore.S that #includes the right (v4 or v6) implementation.
The kernel build machinery really wants the entry point to be in a file
named locore.S so doing th
Author: ian
Date: Tue Dec 30 03:17:53 2014
New Revision: 276396
URL: https://svnweb.freebsd.org/changeset/base/276396
Log:
Rename locore.S to locore-v4.S and add a new locore-v6.S for starting up
armv6/7 systems. We need to use some new armv6/7 features at startup
and splitting the implemen
Author: ian
Date: Tue Dec 30 02:58:34 2014
New Revision: 276395
URL: https://svnweb.freebsd.org/changeset/base/276395
Log:
Export MAXCPU to the assembler code, needing by upcoming changes to locore.S.
Modified:
head/sys/arm/arm/genassym.c
Modified: head/sys/arm/arm/genassym.c
===
Author: ian
Date: Tue Dec 30 02:56:31 2014
New Revision: 276394
URL: https://svnweb.freebsd.org/changeset/base/276394
Log:
Add armv6 implementations of these cache operations to avoid duplicating
the #ifdef stuff at multiple points the functions are called from. Also
rework the armv7 implem
Author: ian
Date: Tue Dec 30 02:51:04 2014
New Revision: 276393
URL: https://svnweb.freebsd.org/changeset/base/276393
Log:
Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmap
code alongside the existing implementation and quickly toggle between
the two implementations when
Author: neel
Date: Tue Dec 30 02:44:33 2014
New Revision: 276392
URL: https://svnweb.freebsd.org/changeset/base/276392
Log:
Inject #UD into the guest when it executes either 'MONITOR' or 'MWAIT' on
an AMD/SVM host.
MFC after:1 week
Modified:
head/sys/amd64/vmm/amd/svm.c
head/sys/
Author: imp
Date: Tue Dec 30 02:39:47 2014
New Revision: 276391
URL: https://svnweb.freebsd.org/changeset/base/276391
Log:
Turns out, this isn't only called from i386...
Modified:
head/sys/kern/subr_module.c
Modified: head/sys/kern/subr_module.c
==
Author: imp
Date: Tue Dec 30 02:39:44 2014
New Revision: 276390
URL: https://svnweb.freebsd.org/changeset/base/276390
Log:
The sn driver doesn't actually include microcode at the current time,
although it may in the future. Or not since the ositech cards that
might need it have become perhap
On Mon, Dec 29, 2014 at 03:57:21PM -0700, Ian Lepore wrote:
> On Mon, 2014-12-29 at 22:32 +, Glen Barber wrote:
> > Author: gjb
> > Date: Mon Dec 29 22:32:39 2014
> > New Revision: 276383
> > URL: https://svnweb.freebsd.org/changeset/base/276383
> >
> > Log:
> > Delay dropping to the mountro
On Mon, 2014-12-29 at 22:32 +, Glen Barber wrote:
> Author: gjb
> Date: Mon Dec 29 22:32:39 2014
> New Revision: 276383
> URL: https://svnweb.freebsd.org/changeset/base/276383
>
> Log:
> Delay dropping to the mountroot prompt for 10 seconds
> in case the root device is not yet ready.
>
Author: gjb
Date: Mon Dec 29 22:32:39 2014
New Revision: 276383
URL: https://svnweb.freebsd.org/changeset/base/276383
Log:
Delay dropping to the mountroot prompt for 10 seconds
in case the root device is not yet ready.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefil
Author: joel (doc committer)
Date: Mon Dec 29 21:59:44 2014
New Revision: 276382
URL: https://svnweb.freebsd.org/changeset/base/276382
Log:
mdoc: sort SEE ALSO.
Modified:
head/lib/librpcsec_gss/rpc_gss_get_error.3
head/lib/librpcsec_gss/rpc_gss_get_mech_info.3
head/lib/librpcsec_gss/rpc_g
Author: joel (doc committer)
Date: Mon Dec 29 21:52:32 2014
New Revision: 276381
URL: https://svnweb.freebsd.org/changeset/base/276381
Log:
mdoc: sort SEE ALSO.
Modified:
head/lib/libgssapi/gss_acquire_cred.3
head/lib/libgssapi/gss_add_cred.3
head/lib/libgssapi/gss_add_oid_set_member.3
Author: marius
Date: Mon Dec 29 20:33:34 2014
New Revision: 276377
URL: https://svnweb.freebsd.org/changeset/base/276377
Log:
- No longer exclude malo(4) and mwl(4), they have been fixed in r275870
and r275871 respectively to build with PAE enabled.
- For the PAE kernel configuration file,
Author: emaste
Date: Mon Dec 29 20:23:42 2014
New Revision: 276374
URL: https://svnweb.freebsd.org/changeset/base/276374
Log:
libelf: Do not read past end of buffer
Previously a corrupt ELF file could read beyond the end of e_rawfile.
Upstream elftoolchain ticket 462. Found via the se
Author: emaste
Date: Mon Dec 29 19:38:12 2014
New Revision: 276373
URL: https://svnweb.freebsd.org/changeset/base/276373
Log:
Rename DT_FEATURE_1 to DT_FEATURE
Track r270303:
This provides a minor cleanup in elfdump; there are otherwise no
consumers in the tree. Old SUN document
Author: emaste
Date: Mon Dec 29 19:27:10 2014
New Revision: 276372
URL: https://svnweb.freebsd.org/changeset/base/276372
Log:
Restore r276252 mdoc fix
It was accidentally reverted in the elftoolchain update (r276371).
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/elfto
On 29 December 2014 at 14:07, Garrett Cooper wrote:
> On Dec 29, 2014, at 11:02, Ed Maste wrote:
>
>> Author: emaste
>> Date: Mon Dec 29 19:02:00 2014
>> New Revision: 276369
>> URL: https://svnweb.freebsd.org/changeset/base/276369
>>
>> Log:
>> Merge elftoolchain directory shuffling from elftoo
Author: emaste
Date: Mon Dec 29 19:16:40 2014
New Revision: 276371
URL: https://svnweb.freebsd.org/changeset/base/276371
Log:
Update elftoolchain to upstream rev 3130
This includes a number of libdwarf improvements (particularly DWARF4
related) and updates to elftoolchain tools such as st
On Dec 29, 2014, at 11:02, Ed Maste wrote:
> Author: emaste
> Date: Mon Dec 29 19:02:00 2014
> New Revision: 276369
> URL: https://svnweb.freebsd.org/changeset/base/276369
>
> Log:
> Merge elftoolchain directory shuffling from elftoolchain update branch
>
> Modified:
> Directory Properties:
>
Author: emaste
Date: Mon Dec 29 19:02:00 2014
New Revision: 276369
URL: https://svnweb.freebsd.org/changeset/base/276369
Log:
Merge elftoolchain directory shuffling from elftoolchain update branch
Modified:
Directory Properties:
head/ (props changed)
> On Dec 29, 2014, at 08:52, Alfred Perlstein wrote:
>
> You are correct.
>
> Reason for move was due to programs inside of /bin and /sbin depending on
> libxo.
... And the fact that / and /usr can be on separate filesystems, etc.
___
svn-src-head@f
Author: andrew
Date: Mon Dec 29 17:17:01 2014
New Revision: 276367
URL: https://svnweb.freebsd.org/changeset/base/276367
Log:
Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/virtio/network/if_vtnet.c
You are correct.
Reason for move was due to programs inside of /bin and /sbin depending
on libxo.
-Alfred
On 12/29/14 8:49 AM, Bjoern A. Zeeb wrote:
On 25 Dec 2014, at 03:15 , Alfred Perlstein wrote:
Author: alfred
Date: Thu Dec 25 03:15:56 2014
New Revision: 276195
URL: https://svnweb.fre
> On 25 Dec 2014, at 03:15 , Alfred Perlstein wrote:
>
> Author: alfred
> Date: Thu Dec 25 03:15:56 2014
> New Revision: 276195
> URL: https://svnweb.freebsd.org/changeset/base/276195
>
> Log:
> Move libxo to /lib
>
> Update ObsoleteFiles to reflect libxo move.
What this commit message does
Author: joel (doc committer)
Date: Mon Dec 29 13:50:59 2014
New Revision: 276360
URL: https://svnweb.freebsd.org/changeset/base/276360
Log:
mdoc: remove EOL whitespace.
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7
head/lib/libc/regex/re_format.7
head/lib/msun/man/lga
Author: jilles
Date: Mon Dec 29 13:02:03 2014
New Revision: 276359
URL: https://svnweb.freebsd.org/changeset/base/276359
Log:
symlink(7): Note that stat(1) does not follow symlinks by default.
MFC after:1 week
Modified:
head/bin/ln/symlink.7
Modified: head/bin/ln/symlink.7
=
Author: andrew
Date: Mon Dec 29 11:02:18 2014
New Revision: 276358
URL: https://svnweb.freebsd.org/changeset/base/276358
Log:
Allow virtio_mmio to attach to ofwbus. Qemu places these here on at least
the AArch64 virtual platform with the Linaro UEFI.
Sponsored by: The FreeBSD Foundation
Author: dim
Date: Mon Dec 29 09:24:21 2014
New Revision: 276356
URL: https://svnweb.freebsd.org/changeset/base/276356
Log:
Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.
MFC after:3 days
Modified:
head/sys/boot/powerpc/boot1.chrp/Makefile
Modified: head/sys/boot/po
32 matches
Mail list logo