Author: jmallett
Date: Tue Dec 10 09:38:18 2013
New Revision: 259161
URL: http://svnweb.freebsd.org/changeset/base/259161
Log:
Add missing includes.
Modified:
head/sys/mips/cavium/octe/cavium-ethernet.h
head/sys/mips/cavium/octe/ethernet-mv88e61xx.c
Modified: head/sys/mips/cavium/octe/cavi
2013/12/10 Aleksandr Rybalko :
> Thanks to Ed, [...]
No, thanks to you! Thanks a lot for pushing forward something that I
should have done years ago. Can't wait to buy you a beer.
--
Ed Schouten
___
svn-src-head@freebsd.org mailing list
http://lists.f
Author: mav
Date: Tue Dec 10 12:36:44 2013
New Revision: 259168
URL: http://svnweb.freebsd.org/changeset/base/259168
Log:
Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZE
(64MB). Even if we would find one somehow, ZFS kernel code rejects such
devices. It is funny
On Dec 10, 2013, at 9:30 AM, Ed Schouten wrote:
> 2013/12/10 Aleksandr Rybalko :
>> Thanks to Ed, [...]
>
> No, thanks to you! […]
> Can't wait to buy you a beer.
+1
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/sv
Author: ae
Date: Tue Dec 10 13:14:54 2013
New Revision: 259169
URL: http://svnweb.freebsd.org/changeset/base/259169
Log:
Ansify function definitions.
Modified:
head/usr.sbin/ndp/ndp.c
Modified: head/usr.sbin/ndp/ndp.c
==
On Sun, 08 Dec 2013 22:45:09 +0100
Andreas Tobler wrote:
> Hi Aleksandr,
>
> On 08.12.13 00:59, Aleksandr Rybalko wrote:
> > Andreas Tobler написав(ла):
> >> On 05.12.13 23:38, Aleksandr Rybalko wrote:
> >>> Author: ray
> >>> Date: Thu Dec 5 22:38:53 2013
> >>> New Revision: 259016
> >>> URL:
Author: ae
Date: Tue Dec 10 13:34:28 2013
New Revision: 259171
URL: http://svnweb.freebsd.org/changeset/base/259171
Log:
Remove unused macro ADVANCE() and replace ROUNDUP() macro with ALIGN().
They aren't the same, but in our use cases ALIGN gives the same results.
Modified:
head/usr.sbin/n
On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote:
> That keyboards have no Shift key for that? :)
> I will be glad to apply your changes, but I have to know how it should
> be controlled.
>
> RU and UA PC keyboards have same 3 symbols '2', '"', '@'
> To get '2' i have to press only '2'
>
Author: ae
Date: Tue Dec 10 14:17:07 2013
New Revision: 259176
URL: http://svnweb.freebsd.org/changeset/base/259176
Log:
Change the type of addr argument in dump() function to be able
disambiguate link-local addresses from different zones.
Modified:
head/usr.sbin/ndp/ndp.c
Modified: head/u
Author: ray
Date: Tue Dec 10 15:36:29 2013
New Revision: 259178
URL: http://svnweb.freebsd.org/changeset/base/259178
Log:
Break build with error in case when both syscons and newcons are enabled.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/options
head/sys/dev/vt/vt.h
Author: ray
Date: Tue Dec 10 15:53:00 2013
New Revision: 259179
URL: http://svnweb.freebsd.org/changeset/base/259179
Log:
Disable error message about failed attempt to attach fbd when drm2 built with
syscons.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/drm2/drmP.h
hea
Author: pjd
Date: Tue Dec 10 17:16:13 2013
New Revision: 259180
URL: http://svnweb.freebsd.org/changeset/base/259180
Log:
Fix missing new line after:
Netvsc initializing...
during boot.
Modified:
head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
Modified: head/sys/dev/hyperv
Author: trasz
Date: Tue Dec 10 17:27:11 2013
New Revision: 259182
URL: http://svnweb.freebsd.org/changeset/base/259182
Log:
Fix handling for empty auth-groups. Without it, ctld child process
would either exit on assertion, or, if assertions are not enabled,
fail to authenticate the target.
Author: trasz
Date: Tue Dec 10 18:18:39 2013
New Revision: 259183
URL: http://svnweb.freebsd.org/changeset/base/259183
Log:
Properly refuse handoff requests on already connected sessions. Previously
this would result in dropping the session.
MFC after:2 days
Sponsored by: The FreeB
Author: joel (doc committer)
Date: Tue Dec 10 19:15:26 2013
New Revision: 259186
URL: http://svnweb.freebsd.org/changeset/base/259186
Log:
Minor mdoc fixes.
Modified:
head/share/man/man4/netmap.4
Modified: head/share/man/man4/netmap.4
=
On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Tue Dec 10 00:07:04 2013
A> New Revision: 259150
A> URL: http://svnweb.freebsd.org/changeset/base/259150
A>
A> Log:
A> Print out the full PCIe link negotiation during dmesg.
A>
A> I found this useful wh
On Tuesday, December 10, 2013 2:26:50 pm Gleb Smirnoff wrote:
> On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote:
> A> Author: adrian
> A> Date: Tue Dec 10 00:07:04 2013
> A> New Revision: 259150
> A> URL: http://svnweb.freebsd.org/changeset/base/259150
> A>
> A> Log:
> A> Print out
On 10.12.2013 21:26, Gleb Smirnoff wrote:
On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Tue Dec 10 00:07:04 2013
A> New Revision: 259150
A> URL: http://svnweb.freebsd.org/changeset/base/259150
A>
A> Log:
A> Print out the full PCIe link negotiation duri
Author: gavin
Date: Tue Dec 10 19:42:35 2013
New Revision: 259189
URL: http://svnweb.freebsd.org/changeset/base/259189
Log:
Fix typo in fortune (go -> to)
Modified:
head/games/fortune/datfiles/fortunes
Modified: head/games/fortune/datfiles/fortunes
===
Author: trociny
Date: Tue Dec 10 19:56:26 2013
New Revision: 259191
URL: http://svnweb.freebsd.org/changeset/base/259191
Log:
For memsync replication, hio_countdown is used not only as an
indication when a request can be moved to done queue, but also for
detecting the current state of memsyn
Author: trociny
Date: Tue Dec 10 19:58:10 2013
New Revision: 259192
URL: http://svnweb.freebsd.org/changeset/base/259192
Log:
Add some macros to make the code more readable (no functional chages).
MFC after:2 weeks
Modified:
head/sbin/hastd/primary.c
Modified: head/sbin/hastd/primar
Author: trociny
Date: Tue Dec 10 20:02:09 2013
New Revision: 259193
URL: http://svnweb.freebsd.org/changeset/base/259193
Log:
Fix compiler warnings.
MFC after:2 weeks
Modified:
head/sbin/hastd/nv.c
head/sbin/hastd/proto.c
Modified: head/sbin/hastd/nv.c
Author: trociny
Date: Tue Dec 10 20:05:07 2013
New Revision: 259194
URL: http://svnweb.freebsd.org/changeset/base/259194
Log:
In remote_send_thread, if sending a request fails don't take the
request back from the receive queue -- it might already be processed
by remote_recv_thread, which lea
Author: trociny
Date: Tue Dec 10 20:06:41 2013
New Revision: 259195
URL: http://svnweb.freebsd.org/changeset/base/259195
Log:
Send wakeup to threads waiting on empty queue before releasing the
lock to decrease spurious wakeups.
Submitted by: davidxu
MFC after:2 weeks
Modified:
he
Author: trociny
Date: Tue Dec 10 20:09:49 2013
New Revision: 259196
URL: http://svnweb.freebsd.org/changeset/base/259196
Log:
Check remote protocol version only for the first connection (when it
is actually sent by the remote node).
Otherwise it generated confusing "Negotiated protocol ve
Author: mav
Date: Tue Dec 10 20:25:43 2013
New Revision: 259197
URL: http://svnweb.freebsd.org/changeset/base/259197
Log:
Do not DELAY() for P-state transition unless we want to see the result.
Intel manual says: "If a transition is already in progress, transition to
a new value will subs
Author: kib
Date: Tue Dec 10 20:52:31 2013
New Revision: 259198
URL: http://svnweb.freebsd.org/changeset/base/259198
Log:
Only assert the length of the passed bio in the mdstart_vnode() when
the bio is unmapped, so we must map the bio pages into pbuf. This
works around the geom classes whic
Author: nwhitehorn
Date: Tue Dec 10 21:01:28 2013
New Revision: 259199
URL: http://svnweb.freebsd.org/changeset/base/259199
Log:
Return the correct IEEE 1275 code for "nextprop".
Modified:
head/sys/dev/ofw/ofw_fdt.c
Modified: head/sys/dev/ofw/ofw_fdt.c
===
Author: kib
Date: Tue Dec 10 21:15:18 2013
New Revision: 259200
URL: http://svnweb.freebsd.org/changeset/base/259200
Log:
Fix detection of EOF in kern_physio(). If bio_length was clipped by
the excess code in g_io_check(), bio_resid is also truncated by
g_io_deliver(). As result, bufdonebi
Author: jhb
Date: Tue Dec 10 22:13:36 2013
New Revision: 259202
URL: http://svnweb.freebsd.org/changeset/base/259202
Log:
Correct license statements to reflect the fact that these files were all
derived from sys/arm/mv/bus_space.c.
Approved by: core
Modified:
head/sys/arm/arm/bus_spac
Author: kib
Date: Tue Dec 10 22:33:02 2013
New Revision: 259203
URL: http://svnweb.freebsd.org/changeset/base/259203
Log:
The opt_*.h headers must be included before any system header, except
sys/cdefs.h. In particular, in case of COMPAT_43, param.h includes
sys/types.h, which includes sys/
On 10.12.13 14:43, Tijl Coosemans wrote:
> On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote:
>> That keyboards have no Shift key for that? :)
>> I will be glad to apply your changes, but I have to know how it should
>> be controlled.
>>
>> RU and UA PC keyboards have same 3 symbols '2', '
Author: neel
Date: Tue Dec 10 22:56:51 2013
New Revision: 259205
URL: http://svnweb.freebsd.org/changeset/base/259205
Log:
Fix x2apic support in bhyve.
When the guest is bringing up the APs in the x2APIC mode a write to the
ICR register will now trigger a return to userspace with an exitc
Author: jmmv
Date: Wed Dec 11 03:39:50 2013
New Revision: 259208
URL: http://svnweb.freebsd.org/changeset/base/259208
Log:
Add tap.test.mk.
This file provides support to build test programs that comply with the
Test Anything Protocol. Its main goal is to support the painless
integratio
Author: jmmv
Date: Wed Dec 11 03:41:07 2013
New Revision: 259209
URL: http://svnweb.freebsd.org/changeset/base/259209
Log:
Make bsd.progs.mk work in directories with SCRIPTS but no PROGS.
This change fixes some cases where bsd.progs.mk would fail to handle
directories with SCRIPTS but no
Author: jmmv
Date: Wed Dec 11 04:09:17 2013
New Revision: 259210
URL: http://svnweb.freebsd.org/changeset/base/259210
Log:
Migrate tools/regression/bin/ tests to the new layout.
This change is a proof of concept on how to easily integrate existing
tests from the tools/regression/ hierarch
Author: markj
Date: Wed Dec 11 04:31:40 2013
New Revision: 259211
URL: http://svnweb.freebsd.org/changeset/base/259211
Log:
Correct the check for errors from proc_rwmem().
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c
head/sys/cddl/co
Author: imp
Date: Wed Dec 11 05:32:29 2013
New Revision: 259212
URL: http://svnweb.freebsd.org/changeset/base/259212
Log:
Fix one race and one fence post error. When the TX buffer was
completely full, we'd not complete any of the mbufs due to the fence
post error (this creates a large leak).
Author: neel
Date: Wed Dec 11 06:28:44 2013
New Revision: 259213
URL: http://svnweb.freebsd.org/changeset/base/259213
Log:
Fix typo when initializing the vlapic version register ('<<' instead of '<').
Modified:
head/sys/amd64/vmm/io/vlapic.c
Modified: head/sys/amd64/vmm/io/vlapic.c
=
39 matches
Mail list logo