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: hselasky
Date: Tue Jun 10 04:44:28 2014
New Revision: 267315
URL: http://svnweb.freebsd.org/changeset/base/267315
Log:
MFC r267212:
Make WITNESS happy by giving USB mutexes different names.
Modified:
stable/10/sys/dev/usb/controller/usb_controller.c
Directory Properties:
stable/10
Author: bjk (doc committer)
Date: Tue Jun 10 04:28:57 2014
New Revision: 267314
URL: http://svnweb.freebsd.org/changeset/base/267314
Log:
MFC r266416:
r266416 | bjk | 2014-05-18 17:05:54 -0400 (Sun, 18 May 2014)
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: bryanv
Date: Tue Jun 10 03:23:35 2014
New Revision: 267312
URL: http://svnweb.freebsd.org/changeset/base/267312
Log:
MFC r266951:
Split the virtio.h header file into multiple files
Reorganize the previous contexts of the file as it is in Linux. The
eventual goal is to i
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: bjk (doc committer)
Date: Mon Jun 9 23:11:50 2014
New Revision: 267309
URL: http://svnweb.freebsd.org/changeset/base/267309
Log:
MFC r266416:
r266416 | bjk | 2014-05-18 17:05:54 -0400 (Sun, 18 May 2014)
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: 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: gjb
Date: Mon Jun 9 20:56:30 2014
New Revision: 267304
URL: http://svnweb.freebsd.org/changeset/base/267304
Log:
Document r267285, OpenSSL update to 0.9.8za.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/doc/en_US.ISO8859-1/relnote
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:54:23 2014
New Revision: 267303
URL: http://svnweb.freebsd.org/changeset/base/267303
Log:
Document r267258, OpenSSL update to 1.0.1h.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stabl
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: 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: 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: gjb
Date: Mon Jun 9 20:42:52 2014
New Revision: 267296
URL: http://svnweb.freebsd.org/changeset/base/267296
Log:
Fix copy/paste mistake in openssl SA entry.
Spotted by: jkim
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/doc/en_
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: luigi
Date: Mon Jun 9 15:24:45 2014
New Revision: 267282
URL: http://svnweb.freebsd.org/changeset/base/267282
Log:
sync netmap code with the version in HEAD:
- fix handling of tx mbufs in emulated netmap mode;
- introduce mbq_lock() and mbq_unlock()
- rate limit some error message
Author: luigi
Date: Mon Jun 9 15:16:17 2014
New Revision: 267281
URL: http://svnweb.freebsd.org/changeset/base/267281
Log:
MFC 267168:
misc bugfixes:
- stdio.h is needed for fprint()
- make memsize uint32_t to avoid errors due to overflow
- honor the *XPOLL flagg in NIOCREGIF requests
Author: luigi
Date: Mon Jun 9 15:15:08 2014
New Revision: 267280
URL: http://svnweb.freebsd.org/changeset/base/267280
Log:
MFC 267167: whitespace changes (comments)
Modified:
stable/10/sys/net/netmap.h
Modified: stable/10/sys/net/netmap.h
Author: luigi
Date: Mon Jun 9 15:09:05 2014
New Revision: 267279
URL: http://svnweb.freebsd.org/changeset/base/267279
Log:
MFC svn 267065 and 267187
make sure ifp->if_transmit returns 0 if a buffer is enqueued.
This should also be merged to stable/9.
After this fix, drivers still kn
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: emaste
Date: Mon Jun 9 13:53:37 2014
New Revision: 267269
URL: http://svnweb.freebsd.org/changeset/base/267269
Log:
MFC r267078, r267079:
Update vt(4) console font author's email address
Remove extra copy of old email address.
Approved by: re
Modified:
stable/9/sys/d
Author: rmacklem
Date: Mon Jun 9 13:52:10 2014
New Revision: 267268
URL: http://svnweb.freebsd.org/changeset/base/267268
Log:
MFC: r267191
The new NFS server would not allow a hard link to be
created to a symlink. This restriction (which was
inherited from OpenBSD) is not required by the
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
==
Author: kevlo
Date: Mon Jun 9 07:21:42 2014
New Revision: 267263
URL: http://svnweb.freebsd.org/changeset/base/267263
Log:
MFC r267089:
Remove D-Link DWA140 rev D1 by accident.
Modified:
stable/10/sys/dev/usb/wlan/if_run.c
Directory Properties:
stable/10/ (props changed)
Modified:
Author: brueffer
Date: Mon Jun 9 07:00:27 2014
New Revision: 267262
URL: http://svnweb.freebsd.org/changeset/base/267262
Log:
MFC: r267184
Add vte(4) to the hardware notes.
Approved by: re (kib)
Modified:
stable/9/release/doc/en_US.ISO8859-1/hardware/article.xml
Directory Properti
45 matches
Mail list logo