On Mon, Jun 09, 2014 at 07:27:47PM +, John Baldwin wrote:
> New Revision: 267291
> URL: http://svnweb.freebsd.org/changeset/base/267291
>
> Log:
> Use strcasecmp() instead of strcmp() when checking user-supplied encoding
> names so that encoding names are treated as case-insensitive. This
Author: rpaulo
Date: Tue Jun 10 06:24:01 2014
New Revision: 267319
URL: http://svnweb.freebsd.org/changeset/base/267319
Log:
Call cpp with -P to avoid printing line markings.
Modified:
head/sys/tools/fdt/make_dtb.sh
Modified: head/sys/tools/fdt/make_dtb.sh
===
Author: rpaulo
Date: Tue Jun 10 06:16:34 2014
New Revision: 267318
URL: http://svnweb.freebsd.org/changeset/base/267318
Log:
dtc: ignore lines starting with #.
This is necessary because we use the C pre-processor to parse #include lines
and cpp adds line markings that start with #.
Modif
Author: rpaulo
Date: Tue Jun 10 06:04:25 2014
New Revision: 267317
URL: http://svnweb.freebsd.org/changeset/base/267317
Log:
dtc: don't crash if the argument is a directory.
Modified:
head/usr.bin/dtc/fdt.cc
Modified: head/usr.bin/dtc/fdt.cc
==
Author: rpaulo
Date: Tue Jun 10 05:58:46 2014
New Revision: 267316
URL: http://svnweb.freebsd.org/changeset/base/267316
Log:
The, currently undocumented, -i option takes an argument.
Modified:
head/usr.bin/dtc/dtc.cc
Modified: head/usr.bin/dtc/dtc.cc
=
Author: bryanv
Date: Tue Jun 10 03:29:15 2014
New Revision: 267313
URL: http://svnweb.freebsd.org/changeset/base/267313
Log:
Always append new bios to the tail of the queue, instead of sorting them
MFC after:1 week
Modified:
head/sys/dev/virtio/block/virtio_blk.c
Modified: head/sys/
Author: neel
Date: Tue Jun 10 01:38:02 2014
New Revision: 267311
URL: http://svnweb.freebsd.org/changeset/base/267311
Log:
Turn on interrupt window exiting unconditionally when an ExtINT is being
injected into the guest. This allows the hypervisor to inject another
ExtINT or APIC vector as s
Author: emaste
Date: Tue Jun 10 01:19:48 2014
New Revision: 267310
URL: http://svnweb.freebsd.org/changeset/base/267310
Log:
Correct unicode map for VGA ROM character 0x0e
The character is a beamed pair of sixteenth notes, so should be U+266C
not U+266B (beamed eighth notes).
Modified:
Author: jilles
Date: Mon Jun 9 21:35:36 2014
New Revision: 267307
URL: http://svnweb.freebsd.org/changeset/base/267307
Log:
siglongjmp(): Preserve floating point exception flags on i386 and amd64.
Per POSIX, siglongjmp() shall be equivalent to longjmp() except that it must
match sigsetjm
Author: emaste
Date: Mon Jun 9 21:06:46 2014
New Revision: 267306
URL: http://svnweb.freebsd.org/changeset/base/267306
Log:
Add vgarom font source
These are in 'GNU Unifont' format, and are converted from syscons(4)
cp437 fonts.
Added:
head/share/vt/fonts/vgarom-8x14.hex (contents,
Author: jhb
Date: Mon Jun 9 20:48:38 2014
New Revision: 267297
URL: http://svnweb.freebsd.org/changeset/base/267297
Log:
Re-enable -Werror for these modules. It is already enabled for the same
files when built as part of a kernel.
Modified:
head/sys/modules/agp/Makefile
head/sys/modules
Author: gjb
Date: Mon Jun 9 20:52:42 2014
New Revision: 267302
URL: http://svnweb.freebsd.org/changeset/base/267302
Log:
Document r267256, OpenSSL 1.0.1h update.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/
Author: emaste
Date: Mon Jun 9 20:52:35 2014
New Revision: 267301
URL: http://svnweb.freebsd.org/changeset/base/267301
Log:
vt fontcvt: Speed up bold glyph map deduplication
Perform an O(n) deduplication pass over the bold maps at the end, rather
than walking the normal map list to look
Author: neel
Date: Mon Jun 9 20:51:08 2014
New Revision: 267300
URL: http://svnweb.freebsd.org/changeset/base/267300
Log:
Add reserved bit checking when doing %CR8 emulation and inject #GP if
required.
Pointed out by: grehan
Reviewed by: tychon
Modified:
head/sys/amd64/vmm/int
Author: gjb
Date: Mon Jun 9 20:50:49 2014
New Revision: 267299
URL: http://svnweb.freebsd.org/changeset/base/267299
Log:
Move the Sendmail update to keep revision numbers incremental.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
M
Author: emaste
Date: Mon Jun 9 20:49:13 2014
New Revision: 267298
URL: http://svnweb.freebsd.org/changeset/base/267298
Log:
vt fontcvt: Hide stats by default and improve error handling
The font stats are interesting, but rather verbose.
Modified:
head/tools/tools/vt/fontcvt/fontcvt.c
M
Author: tychon
Date: Mon Jun 9 19:55:50 2014
New Revision: 267294
URL: http://svnweb.freebsd.org/changeset/base/267294
Log:
r267169 should apply to 64-bit BARs as well.
Reviewed by: neel
Modified:
head/usr.sbin/bhyve/pci_emul.c
Modified: head/usr.sbin/bhyve/pci_emul.c
Author: joel (doc committer)
Date: Mon Jun 9 19:36:08 2014
New Revision: 267293
URL: http://svnweb.freebsd.org/changeset/base/267293
Log:
mdoc: fix AUTHORS section.
Modified:
head/sys/boot/i386/gptboot/gptboot.8
Modified: head/sys/boot/i386/gptboot/gptboot.8
Author: joel (doc committer)
Date: Mon Jun 9 19:29:10 2014
New Revision: 267292
URL: http://svnweb.freebsd.org/changeset/base/267292
Log:
Remove blank lines.
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.sbin/bhyve/bhyve.8
=
Author: jhb
Date: Mon Jun 9 19:27:47 2014
New Revision: 267291
URL: http://svnweb.freebsd.org/changeset/base/267291
Log:
Use strcasecmp() instead of strcmp() when checking user-supplied encoding
names so that encoding names are treated as case-insensitive. This allows
the use of 'utf-8' in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2014-06-09 11:43:52 -0400, John Baldwin wrote:
> On Sunday, June 08, 2014 9:54:01 pm Eitan Adler wrote:
>> Author: eadler Date: Mon Jun 9 01:54:00 2014 New Revision:
>> 267248 URL: http://svnweb.freebsd.org/changeset/base/267248
>>
>> Log: acpicon
Author: jhb
Date: Mon Jun 9 18:15:05 2014
New Revision: 267290
URL: http://svnweb.freebsd.org/changeset/base/267290
Log:
Make the hpt27xx(4) driver MPSAFE.
- Use the existing vbus locks instead of Giant for the CAM sim lock.
- Use callout(9) instead of timeout(9).
- Mark the interrupt han
On Sunday, June 08, 2014 9:54:01 pm Eitan Adler wrote:
> Author: eadler
> Date: Mon Jun 9 01:54:00 2014
> New Revision: 267248
> URL: http://svnweb.freebsd.org/changeset/base/267248
>
> Log:
> acpiconf(8): document 'k' option
>
> Add missing documentation for the 'k' option based on re
Author: luigi
Date: Mon Jun 9 15:46:11 2014
New Revision: 267284
URL: http://svnweb.freebsd.org/changeset/base/267284
Log:
Fixes from Fanco Ficthner on transparent mode
* The way rings are updated changed with the last API bump.
Also sync ->head when moving slots in netmap_sw_to_nic().
Author: luigi
Date: Mon Jun 9 15:44:31 2014
New Revision: 267283
URL: http://svnweb.freebsd.org/changeset/base/267283
Log:
sync the code with the one in stable/10
(wrap the if_t compatibilty function into a __FreeBSD_version
conditional block)
Modified:
head/sys/dev/netmap/netmap_kern.h
Author: mav
Date: Mon Jun 9 15:00:43 2014
New Revision: 267278
URL: http://svnweb.freebsd.org/changeset/base/267278
Log:
Fix race in r267221.
MFC after:2 weeks
Modified:
head/sys/rpc/svc.c
Modified: head/sys/rpc/svc.c
Author: jmmv
Date: Mon Jun 9 14:36:49 2014
New Revision: 267276
URL: http://svnweb.freebsd.org/changeset/base/267276
Log:
Ensure files are created during the build when using bsd.subdir.mk.
When FILES is defined in a Makefile that _also_ includes bsd.subdir.mk, the
build of the files (if
Author: smh
Date: Mon Jun 9 13:04:58 2014
New Revision: 267267
URL: http://svnweb.freebsd.org/changeset/base/267267
Log:
Removed stale comment about multi-vdev root pool config not working
MFC after:1 week
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c
Modified
Author: jilles
Date: Mon Jun 9 10:39:55 2014
New Revision: 267265
URL: http://svnweb.freebsd.org/changeset/base/267265
Log:
truncate: Detect integer overflow, fix relative sizes, add tests.
The change to expand_number (r204654) broke detection of too large sizes and
relative sizes ('+'/'
Author: kib
Date: Mon Jun 9 09:10:31 2014
New Revision: 267264
URL: http://svnweb.freebsd.org/changeset/base/267264
Log:
Devolatile as needed.
Sponsored by: The FreeBSD Foundation
MFC after:13 days
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.c
==
30 matches
Mail list logo