Author: se
Date: Fri Sep 12 06:23:57 2014
New Revision: 271452
URL: http://svnweb.freebsd.org/changeset/base/271452
Log:
Add forgotten keymap files fr.kbd and fr.acc.kbd to the FILES list.
Obtained from:thierry
MFC after:3 days
Modified:
head/share/vt/keymaps/Makefile
Modi
Author: neel
Date: Fri Sep 12 06:15:20 2014
New Revision: 271451
URL: http://svnweb.freebsd.org/changeset/base/271451
Log:
Optimize the common case of injecting an interrupt into a vcpu after a HLT
by explicitly moving it out of the interrupt shadow. The hypervisor is done
"executing" the HL
Author: np
Date: Fri Sep 12 05:25:56 2014
New Revision: 271450
URL: http://svnweb.freebsd.org/changeset/base/271450
Log:
cxgbe(4): knobs to enable/disable PAUSE frame based flow control.
MFC after:1 week
Modified:
head/share/man/man4/cxgbe.4
head/sys/dev/cxgbe/t4_main.c
Modified:
Author: marcel
Date: Fri Sep 12 04:15:35 2014
New Revision: 271449
URL: http://svnweb.freebsd.org/changeset/base/271449
Log:
Be compatible with boot code that starts right after the disk label in
the second sector by only clearing the amount of bytes needed for the
disklabel in the second se
Author: marcel
Date: Fri Sep 12 03:54:16 2014
New Revision: 271448
URL: http://svnweb.freebsd.org/changeset/base/271448
Log:
Fix checksum calculation:
1. Iterate over all partitions counted in the label, which can be more
than the number of partitions given to mkimg(1).
2. Start the
Author: rodrigc
Date: Fri Sep 12 02:38:10 2014
New Revision: 271447
URL: http://svnweb.freebsd.org/changeset/base/271447
Log:
Attach the ISO to an ahci-cd emulated device. The
ISO will appear to be mounted on a /dev/cd device
instead of /dev/vtbd. This is similar to how other
virtualizat
Author: allanjude (doc committer)
Date: Fri Sep 12 00:55:42 2014
New Revision: 271446
URL: http://svnweb.freebsd.org/changeset/base/271446
Log:
Fix minor syntax error
Submitted by: bjk
Approved by: bcr (mentor)
Sponsored by: ScaleEngine Inc.
Modified:
head/usr.sbin/ctld/ctl.conf.5
On 9/11/2014 7:30 AM, Hiroki Sato wrote:
> Author: hrs
> Date: Thu Sep 11 12:30:29 2014
> New Revision: 271424
> URL: http://svnweb.freebsd.org/changeset/base/271424
>
> Log:
> - Add $netif_ipexpand_max to specify the upper limit for the number of
> addresses generated by an address range sp
Author: allanjude (doc committer)
Date: Fri Sep 12 00:08:19 2014
New Revision: 271445
URL: http://svnweb.freebsd.org/changeset/base/271445
Log:
Improve markup and language throughout the ctl.conf man page
Reviewed by: trasz
Approved by: bcr (mentor)
Sponsored by: ScaleEngine Inc.
Mod
Author: mav
Date: Thu Sep 11 22:40:11 2014
New Revision: 271443
URL: http://svnweb.freebsd.org/changeset/base/271443
Log:
Add support for Extended INQUIRY Data (0x86) VPD page.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/scsi/scsi_all.h
Modified: head/sys/cam/ctl/ctl.c
==
Author: sbruno
Date: Thu Sep 11 22:39:27 2014
New Revision: 271442
URL: http://svnweb.freebsd.org/changeset/base/271442
Log:
Add device name used in geom_map verbose output. This helps when using
geom_map with multiple flash/spi devices.
Phabric: https://reviews.freebsd.org/D766
Revie
Author: neel
Date: Thu Sep 11 21:15:20 2014
New Revision: 271439
URL: http://svnweb.freebsd.org/changeset/base/271439
Log:
Initialize 'bc_rdonly' to the right value.
Note that independent of this change a readonly disk file would still be
opened O_RDONLY and protected from writes by the g
Author: asomers
Date: Thu Sep 11 20:21:03 2014
New Revision: 271438
URL: http://svnweb.freebsd.org/changeset/base/271438
Log:
Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and
ifa_ifwithdstaddr. For the sake of backwards compatibility, the new
arguments were added t
Author: trasz
Date: Thu Sep 11 20:01:57 2014
New Revision: 271437
URL: http://svnweb.freebsd.org/changeset/base/271437
Log:
Don't blindly assume the target agreed to transition to Full Feature Phase;
if we got a Login Response PDU without the "T" bit set, try again with
an empty request. Th
Author: trasz
Date: Thu Sep 11 19:54:30 2014
New Revision: 271436
URL: http://svnweb.freebsd.org/changeset/base/271436
Log:
Fix typo.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/rctl/rctl.8
Modified: head/usr.bin/rctl/rctl.8
===
Author: wblock (doc committer)
Date: Thu Sep 11 18:24:16 2014
New Revision: 271434
URL: http://svnweb.freebsd.org/changeset/base/271434
Log:
Update motd, clarifying the information and adding pointers to other
resources.
MFC after:3 days
Modified:
head/etc/motd
Modified: head/etc/
Author: emaste
Date: Thu Sep 11 18:20:49 2014
New Revision: 271433
URL: http://svnweb.freebsd.org/changeset/base/271433
Log:
Add clang patch corresponding to r271432
Added:
head/contrib/llvm/patches/patch-r271432-clang-r205331-debug-info-crash.diff
Added:
head/contrib/llvm/patches/patch-r27
Author: emaste
Date: Thu Sep 11 18:19:08 2014
New Revision: 271432
URL: http://svnweb.freebsd.org/changeset/base/271432
Log:
Merge upstream Clang rev 205331 debuginfo crash fix:
Debug info: fix a crash when emitting IndirectFieldDecls, which were
previously not handled at all.
Author: br
Date: Thu Sep 11 18:12:28 2014
New Revision: 271431
URL: http://svnweb.freebsd.org/changeset/base/271431
Log:
Add Reset Manager driver. This driver provides generic way to reset
and provides sysctl tunables for enable/disable FPGA<->HPS bridges.
Sponsored by: DARPA, AFRL
Added
Author: smh
Date: Thu Sep 11 16:21:51 2014
New Revision: 271429
URL: http://svnweb.freebsd.org/changeset/base/271429
Log:
Persist vdev_resilver_txg changes to avoid panic caused by validation
vs a vdev_resilver_txg value from a previous resilver.
MFC after:1 week
Modified:
head/sys
Author: ae
Date: Thu Sep 11 13:18:41 2014
New Revision: 271427
URL: http://svnweb.freebsd.org/changeset/base/271427
Log:
Add const qualifier to in6_addrhash() function.
Add in6ifa_ifwithaddr() function. It is similar to ifa_ifwithaddr,
but does fast lookup in the hash of inet6 addresses.
Author: ae
Date: Thu Sep 11 12:54:17 2014
New Revision: 271426
URL: http://svnweb.freebsd.org/changeset/base/271426
Log:
* use M_ZERO flag with malloc instead of explicit zeroing.
* remove MULTI_SCOPE ifdef.
Obtained from:Yandex LLC
Sponsored by: Yandex LLC
Modified:
head/sys
Author: ae
Date: Thu Sep 11 12:33:37 2014
New Revision: 271425
URL: http://svnweb.freebsd.org/changeset/base/271425
Log:
Introduce new scope related functions.
* new macro to remove magic number - IPV6_ADDR_SCOPES_COUNT;
* sa6_checkzone() - this function checks sockaddr_in6 structure
Author: hrs
Date: Thu Sep 11 12:30:29 2014
New Revision: 271424
URL: http://svnweb.freebsd.org/changeset/base/271424
Log:
- Add $netif_ipexpand_max to specify the upper limit for the number of
addresses generated by an address range specification. The default
value is 2048. This can be
Author: andrew
Date: Thu Sep 11 10:53:57 2014
New Revision: 271422
URL: http://svnweb.freebsd.org/changeset/base/271422
Log:
Rename pmap_kenter_temp to pmap_kenter_temporary to be consistent with the
other architectures with this function.
Submitted by: Svatopluk Kraus
Submitted by: Mi
Author: ae
Date: Thu Sep 11 10:27:59 2014
New Revision: 271421
URL: http://svnweb.freebsd.org/changeset/base/271421
Log:
* constify argument of in6_addrscope();
* use IN6_IS_ADDR_XXX() macro instead of hardcoded values;
* for multicast addresses just return scope value, the only exception
Andriy Gapon wrote
in <541163c0.2080...@freebsd.org>:
av> On 11/09/2014 11:11, Robert Watson wrote:
av> > A bit behind on commits, but: does this mean that an older userspace
dhclient
av> > will no longer work with a newer kernel?
av>
av> At least in my case it appeared to work. I guess this
On 11/09/2014 11:11, Robert Watson wrote:
> A bit behind on commits, but: does this mean that an older userspace dhclient
> will no longer work with a newer kernel?
At least in my case it appeared to work. I guess this is because the broadcast
queries were not affected by the change.
> On Thu, 1
On Wed, Sep 10, 2014 at 10:41:00AM -0400, John Baldwin wrote:
> On Tuesday, September 09, 2014 11:58:13 AM Konstantin Belousov wrote:
> > On Sat, Sep 06, 2014 at 04:04:49PM -0400, John Baldwin wrote:
> > Move of the code to initialize CPU from identcpu() to initializecpu()
> > seems to be a fix on
A bit behind on commits, but: does this mean that an older userspace dhclient
will no longer work with a newer kernel?
Robert
On Thu, 11 Sep 2014, Gleb Smirnoff wrote:
Author: glebius
Date: Thu Sep 11 05:48:39 2014
New Revision: 271418
URL: http://svnweb.freebsd.org/changeset/base/271418
Log
Author: rwatson
Date: Thu Sep 11 07:16:15 2014
New Revision: 271420
URL: http://svnweb.freebsd.org/changeset/base/271420
Log:
Add new a M_START() mbuf macro that returns a pointer to the start of
an mbuf's storage (internal or external).
Add a new M_SIZE() mbuf macro that returns the size
31 matches
Mail list logo