Author: hselasky
Date: Thu Feb 6 08:47:14 2014
New Revision: 261541
URL: http://svnweb.freebsd.org/changeset/base/261541
Log:
Import USB RNDIS driver to FreeBSD from OpenBSD.
Useful for so-called USB tethering.
- Imported code from OpenBSD
- Adapted code to FreeBSD
- Removed some unused
Author: des
Date: Thu Feb 6 09:57:27 2014
New Revision: 261542
URL: http://svnweb.freebsd.org/changeset/base/261542
Log:
Add -p to the example (why isn't this the default?)
MFC after:1 week
Modified:
head/usr.sbin/pwd_mkdb/pwd_mkdb.8
Modified: head/usr.sbin/pwd_mkdb/pwd_mkdb.8
Author: hselasky
Date: Thu Feb 6 10:38:40 2014
New Revision: 261543
URL: http://svnweb.freebsd.org/changeset/base/261543
Log:
Fix kernelbuild when full debugging features are enabled.
Pointyhat:hselasky @
MFC after:2 weeks
Modified:
head/sys/dev/usb/net/if_urndis.c
head/sys/
Author: hselasky
Date: Thu Feb 6 10:47:47 2014
New Revision: 261544
URL: http://svnweb.freebsd.org/changeset/base/261544
Log:
Resolve probe conflict for now.
MFC after:2 weeks
Modified:
head/sys/dev/usb/net/if_urndis.c
Modified: head/sys/dev/usb/net/if_urndis.c
Author: hselasky
Date: Thu Feb 6 10:52:51 2014
New Revision: 261546
URL: http://svnweb.freebsd.org/changeset/base/261546
Log:
Regenerate usb.conf
MFC after:2 weeks
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
Author: ray
Date: Thu Feb 6 11:38:39 2014
New Revision: 261547
URL: http://svnweb.freebsd.org/changeset/base/261547
Log:
Fix crash on load of bigger font. It reduce width and height of terminal, but
current cursor position stay bigger that terminal window size, so next input
triggers assert
On Thu, 06 Feb 2014 12:38:40 +0100, Aleksandr Rybalko
wrote:
Author: ray
Date: Thu Feb 6 11:38:39 2014
New Revision: 261547
URL: http://svnweb.freebsd.org/changeset/base/261547
Log:
Fix crash on load of bigger font. It reduce width and height of
terminal, but
current cursor position s
Author: brueffer
Date: Thu Feb 6 12:43:06 2014
New Revision: 261549
URL: http://svnweb.freebsd.org/changeset/base/261549
Log:
Add a manpage for the urndis driver.
Obtained from:OpenBSD
Added:
head/share/man/man4/urndis.4 (contents, props changed)
Modified:
head/share/man/man
Author: glebius
Date: Thu Feb 6 13:18:10 2014
New Revision: 261550
URL: http://svnweb.freebsd.org/changeset/base/261550
Log:
Add test case for kern/181741. Right now test fails.
PR: 181741
Sponsored by: Nginx, Inc.
Modified:
head/tools/regression/sockets/unix_passfd/unix_pas
Author: ray
Date: Thu Feb 6 13:28:06 2014
New Revision: 261551
URL: http://svnweb.freebsd.org/changeset/base/261551
Log:
Fix typo.
Pointed by: Ronald Klop
Pointy hat: ray
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/teken/teken.c
Modified: head/sys/teken/teken.c
=
On Thu, 06 Feb 2014 13:24:53 +0100
"Ronald Klop" wrote:
> On Thu, 06 Feb 2014 12:38:40 +0100, Aleksandr Rybalko
> wrote:
>
> > Author: ray
> > Date: Thu Feb 6 11:38:39 2014
> > New Revision: 261547
> > URL: http://svnweb.freebsd.org/changeset/base/261547
> >
> > Log:
> > Fix crash on load
Author: ray
Date: Thu Feb 6 15:12:44 2014
New Revision: 261552
URL: http://svnweb.freebsd.org/changeset/base/261552
Log:
Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.
Implement vd_drawrect and vd_setpixel for vt_fb driver.
Sponsored by: The FreeBSD Foundation
Modified:
Author: ray
Date: Thu Feb 6 15:16:38 2014
New Revision: 261553
URL: http://svnweb.freebsd.org/changeset/base/261553
Log:
Add vt_set_border function to help to change border color.
Use vt_set_border to reset color after font changed (different font size may
change border sizes)
Sponsore
Author: dwmalone
Date: Thu Feb 6 15:55:29 2014
New Revision: 261555
URL: http://svnweb.freebsd.org/changeset/base/261555
Log:
Let units deal with Gas Mark and Stufe.
Modified:
head/usr.bin/units/units.lib
Modified: head/usr.bin/units/units.lib
===
Author: scottl
Date: Thu Feb 6 18:40:38 2014
New Revision: 261558
URL: http://svnweb.freebsd.org/changeset/base/261558
Log:
Add a new sysctl, dev.cxgbe.N.rsrv_noflow, and a companion tunable,
hw.cxgbe.rsrv_noflow. When set, queue 0 of the port is reserved for
TX packets without a flowid.
On Wednesday, February 05, 2014 7:26:33 pm Gavin Atkinson wrote:
> On Tue, 4 Feb 2014, John Baldwin wrote:
> > On Sunday, February 02, 2014 5:34:58 pm Gavin Atkinson wrote:
> > > On Mon, 27 Jan 2014, John Baldwin wrote:
> > > > Author: jhb
> > > > Date: Mon Jan 27 19:49:52 2014
> > > > New Revision
Author: andrew
Date: Thu Feb 6 20:17:58 2014
New Revision: 261562
URL: http://svnweb.freebsd.org/changeset/base/261562
Log:
Pass the kernel physical address to initarm through the boot param struct.
Modified:
head/sys/arm/arm/locore.S
head/sys/arm/include/cpu.h
Modified: head/sys/arm/arm/
Author: andrew
Date: Thu Feb 6 20:23:35 2014
New Revision: 261563
URL: http://svnweb.freebsd.org/changeset/base/261563
Log:
Make functions only used in this file static, and remove vfp_enable as it
is unused.
Modified:
head/sys/arm/arm/vfp.c
Modified: head/sys/arm/arm/vfp.c
==
Author: andrew
Date: Thu Feb 6 20:26:36 2014
New Revision: 261564
URL: http://svnweb.freebsd.org/changeset/base/261564
Log:
Fix __syscall on armeb EABI. As it returns a 64-bit value it needs to place
32-bit data in r1, not r0. 64-bit data is already packed correctly.
Modified:
head/sys/arm
Author: andrew
Date: Thu Feb 6 20:35:33 2014
New Revision: 261565
URL: http://svnweb.freebsd.org/changeset/base/261565
Log:
Use abp_physaddr for the physical address over KERNPHYSADDR. This helps us
remove the need to load the kernel at a fixed address.
Modified:
head/sys/arm/arm/machdep.c
On Wed, 05 Feb 2014 14:05:29 -0500
John Baldwin wrote:
> I think having a "kmem" flag for jails is a hack and not the right
> approach. It does make a jail useless security-wise, but by
> masquerading as a flag, it implies that it is only partially
> violating security which gives a false sense o
Author: brueffer
Date: Thu Feb 6 21:36:14 2014
New Revision: 261566
URL: http://svnweb.freebsd.org/changeset/base/261566
Log:
Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.
PR: 185382 (based on)
Submitted by: Loganaden Velvindron
Reviewed by: pjd
MFC after:1 w
Author: emaste
Date: Thu Feb 6 21:54:21 2014
New Revision: 261567
URL: http://svnweb.freebsd.org/changeset/base/261567
Log:
Build a 32-bit libstand under sys/boot/
A 32-bit libstand is needed on 64-bit platforms for use by various
bootloaders. Previously only the 32-bit version was buil
Author: emaste
Date: Thu Feb 6 21:57:27 2014
New Revision: 261568
URL: http://svnweb.freebsd.org/changeset/base/261568
Log:
Build libstand as a 64-bit library on amd64
The 32-bit bootloaders now link against libstand.a in sys/boot/libstand32,
so there is no need to force /usr/lib/libstan
On Thursday, February 06, 2014 3:53:00 pm Alexander Leidinger wrote:
> On Wed, 05 Feb 2014 14:05:29 -0500
> John Baldwin wrote:
>
> > I think having a "kmem" flag for jails is a hack and not the right
> > approach. It does make a jail useless security-wise, but by
> > masquerading as a flag, it i
On Thu, Jan 30, 2014 at 12:44 AM, Dimitry Andric wrote:
> Author: dim
> Date: Thu Jan 30 07:44:22 2014
> New Revision: 261283
> URL: http://svnweb.freebsd.org/changeset/base/261283
>
> Log:
> Import libc++ 3.4 release. This contains a lot of bugfixes, and some
> preliminary support for C++1y.
Author: ian
Date: Fri Feb 7 03:30:16 2014
New Revision: 261570
URL: http://svnweb.freebsd.org/changeset/base/261570
Log:
Revert r260440. I didn't realize that most of this change was already
in effect due to r250753. That is sufficient for all SoCs with a 32 byte
cache line size. Systems
On 02/06/14 15:54, Ed Maste wrote:
Author: emaste
Date: Thu Feb 6 21:54:21 2014
New Revision: 261567
URL: http://svnweb.freebsd.org/changeset/base/261567
Log:
Build a 32-bit libstand under sys/boot/
A 32-bit libstand is needed on 64-bit platforms for use by various
bootloaders. P
Nathan Whitehorn wrote this message on Thu, Feb 06, 2014 at 21:03 -0600:
> On 02/06/14 14:26, Andrew Turner wrote:
> >Author: andrew
> >Date: Thu Feb 6 20:26:36 2014
> >New Revision: 261564
> >URL: http://svnweb.freebsd.org/changeset/base/261564
> >
> >Log:
> > Fix __syscall on armeb EABI. As it
Hi Jason,
On 01/23/14 13:47, Jason Evans wrote:
> Author: jasone
> Date: Thu Jan 23 02:47:36 2014
> New Revision: 261071
> URL: http://svnweb.freebsd.org/changeset/base/261071
>
> Log:
> Update jemalloc to version 3.5.0.
I suspect that this commit is related to the assertion failures I've
been
Author: ian
Date: Fri Feb 7 04:05:08 2014
New Revision: 261572
URL: http://svnweb.freebsd.org/changeset/base/261572
Log:
Add option USB_HOST_ALIGN=64 for all SoCs that have 64 byte cache lines.
Modified:
head/sys/arm/conf/ARNDALE
head/sys/arm/conf/CUBIEBOARD
head/sys/arm/conf/CUBIEBOARD2
On 02/06/14 14:26, Andrew Turner wrote:
Author: andrew
Date: Thu Feb 6 20:26:36 2014
New Revision: 261564
URL: http://svnweb.freebsd.org/changeset/base/261564
Log:
Fix __syscall on armeb EABI. As it returns a 64-bit value it needs to place
32-bit data in r1, not r0. 64-bit data is already
On Feb 6, 2014, at 8:01 PM, Lawrence Stewart wrote:
> On 01/23/14 13:47, Jason Evans wrote:
>> Author: jasone
>> Date: Thu Jan 23 02:47:36 2014
>> New Revision: 261071
>> URL: http://svnweb.freebsd.org/changeset/base/261071
>>
>> Log:
>> Update jemalloc to version 3.5.0.
>
> I suspect that this
Author: yongari
Date: Fri Feb 7 05:08:59 2014
New Revision: 261577
URL: http://svnweb.freebsd.org/changeset/base/261577
Log:
Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeout
on old Yukon II controllers.
Tested by:bsam
MFC after:2 weeks
Modified:
head/sys/de
On 6 February 2014 19:41, John-Mark Gurney wrote:
> Nathan Whitehorn wrote this message on Thu, Feb 06, 2014 at 21:03 -0600:
>> On 02/06/14 14:26, Andrew Turner wrote:
>> >Author: andrew
>> >Date: Thu Feb 6 20:26:36 2014
>> >New Revision: 261564
>> >URL: http://svnweb.freebsd.org/changeset/base/2
35 matches
Mail list logo