Author: hselasky
Date: Thu Feb 13 09:09:14 2014
New Revision: 261827
URL: http://svnweb.freebsd.org/changeset/base/261827
Log:
- Remove not needed definitions from driver.
- Get USB input report length from HID descriptor.
- Use 1 finger TAP for devices which has no integrated button.
- Mo
On 13 Feb 2014, at 01:04, Alexander Kabaev wrote:
> The refusal to use tools that are there precisely to help to help with
> the binary compatibility in favor of mindless library bumps is just sad.
Perhaps you could share with the class. What is the correct way of solving
this problem?
For
On Wed, Feb 12, 2014 at 06:14:50PM +, Dimitry Andric wrote:
> Author: dim
> Date: Wed Feb 12 18:14:49 2014
> New Revision: 261801
> URL: http://svnweb.freebsd.org/changeset/base/261801
>
> Log:
> An ABI incompatibility crept into the libc++ 3.4 import in r261283. It
> was caused by upstre
Author: zeising (doc,ports committer)
Date: Thu Feb 13 12:52:26 2014
New Revision: 261832
URL: http://svnweb.freebsd.org/changeset/base/261832
Log:
Add cross references between rc.conf(5) and jail.conf(5).
MFC after:2 weeks
Modified:
head/share/man/man5/rc.conf.5
head/usr.sbin/jail
Author: zeising (doc,ports committer)
Date: Thu Feb 13 12:53:57 2014
New Revision: 261833
URL: http://svnweb.freebsd.org/changeset/base/261833
Log:
Add commas (,) to the list in the SEE ALSO section, to match most other
manuals.
MFC after:2 weeks
Modified:
head/usr.sbin/jail/jail.c
Author: zeising (doc,ports committer)
Date: Thu Feb 13 13:11:34 2014
New Revision: 261834
URL: http://svnweb.freebsd.org/changeset/base/261834
Log:
Bump .Dd forgotten in r261832.
MFC after:2 weeks
Modified:
head/share/man/man5/rc.conf.5
head/usr.sbin/jail/jail.conf.5
Modified: hea
Author: ae
Date: Thu Feb 13 14:10:44 2014
New Revision: 261835
URL: http://svnweb.freebsd.org/changeset/base/261835
Log:
Drop packets to multicast address whose scop field contains the
reserved value 0.
MFC after:1 week
Sponsored by: Yandex LLC
Modified:
head/sys/netinet6/ip6_inp
On Thu, 13 Feb 2014 10:11:27 +
David Chisnall wrote:
> On 13 Feb 2014, at 01:04, Alexander Kabaev wrote:
>
> > The refusal to use tools that are there precisely to help to help
> > with the binary compatibility in favor of mindless library bumps is
> > just sad.
>
> Perhaps you could share
Author: imp
Date: Thu Feb 13 15:46:08 2014
New Revision: 261836
URL: http://svnweb.freebsd.org/changeset/base/261836
Log:
Fix board name.
Modified:
head/sys/arm/at91/board_eb9200.c
Modified: head/sys/arm/at91/board_eb9200.c
Author: imp
Date: Thu Feb 13 15:47:41 2014
New Revision: 261837
URL: http://svnweb.freebsd.org/changeset/base/261837
Log:
Fix board ID too...
Modified:
head/sys/arm/at91/board_eb9200.c
Modified: head/sys/arm/at91/board_eb9200.c
Author: brueffer
Date: Thu Feb 13 16:13:31 2014
New Revision: 261838
URL: http://svnweb.freebsd.org/changeset/base/261838
Log:
Add a deprecation notice to nve.4 and Xref nfe.4.
MFC after:3 days
Modified:
head/share/man/man4/nve.4
Modified: head/share/man/man4/nve.4
=
Author: imp
Date: Thu Feb 13 16:50:08 2014
New Revision: 261841
URL: http://svnweb.freebsd.org/changeset/base/261841
Log:
Honor the disabled status by only grabbing resources and returning
when running under FDT.
Modified:
head/sys/arm/at91/at91_spi.c
head/sys/arm/at91/at91_twi.c
Modifie
Author: loos
Date: Thu Feb 13 17:08:29 2014
New Revision: 261842
URL: http://svnweb.freebsd.org/changeset/base/261842
Log:
Add an OFW GPIO compatible bus. This allows the use of the DTS files to
describe GPIO bindings in the system.
Move the GPIOBUS lock macros to gpiobusvar.h as they ar
Author: loos
Date: Thu Feb 13 17:58:52 2014
New Revision: 261843
URL: http://svnweb.freebsd.org/changeset/base/261843
Log:
Add OFW support to the in tree gpio compatible devices: gpioiic(4) and
gpioled(4).
Tested on RPi and BBB (using the hardware I2C controller and gpioiic(4) for
the I
Author: loos
Date: Thu Feb 13 18:22:49 2014
New Revision: 261844
URL: http://svnweb.freebsd.org/changeset/base/261844
Log:
Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.
This change makes ofw_iicbus attach to iicbb(4) controllers in addition to
the already suppo
Author: loos
Date: Thu Feb 13 18:42:23 2014
New Revision: 261845
URL: http://svnweb.freebsd.org/changeset/base/261845
Log:
Allow the use of the OFW GPIO bus for ti_gpio and bcm2835_gpio. With this
change the gpio children can be described as directly connected to the GPIO
controller without
Author: loos
Date: Thu Feb 13 18:51:37 2014
New Revision: 261846
URL: http://svnweb.freebsd.org/changeset/base/261846
Log:
Make the gpioled(4) work out of the box on BBB.
Add gpioled(4) to BEAGLEBONE kernel and add the description of the four
on-board leds of beaglebone-black to its DTS f
Author: melifaro
Date: Thu Feb 13 19:09:04 2014
New Revision: 261847
URL: http://svnweb.freebsd.org/changeset/base/261847
Log:
Further simplify nd6_output_lle.
Currently we have 3 usage patterns:
1) nd6_output (most traffic flow, no lle supplied, lle RLOCK sufficient)
2) corner cases for o
Author: ian
Date: Thu Feb 13 19:14:23 2014
New Revision: 261848
URL: http://svnweb.freebsd.org/changeset/base/261848
Log:
Remove a couple obsolete function declarations.
Modified:
head/sys/arm/freescale/imx/imx_machdep.h
Modified: head/sys/arm/freescale/imx/imx_machdep.h
On 02/13/14 11:58, Luiz Otavio O Souza wrote:
Author: loos
Date: Thu Feb 13 17:58:52 2014
New Revision: 261843
URL: http://svnweb.freebsd.org/changeset/base/261843
Log:
Add OFW support to the in tree gpio compatible devices: gpioiic(4) and
gpioled(4).
Tested on RPi and BBB (using th
On 02/13/14 11:08, Luiz Otavio O Souza wrote:
Author: loos
Date: Thu Feb 13 17:08:29 2014
New Revision: 261842
URL: http://svnweb.freebsd.org/changeset/base/261842
Log:
Add an OFW GPIO compatible bus. This allows the use of the DTS files to
describe GPIO bindings in the system.
Mov
Author: andrew
Date: Thu Feb 13 21:30:54 2014
New Revision: 261855
URL: http://svnweb.freebsd.org/changeset/base/261855
Log:
Allow the kernel to be loaded at any 1MiB address. This requirement is
because we use the 1MiB section maps as they only need a single pagetable.
To allow this we o
Author: brueffer
Date: Thu Feb 13 22:24:36 2014
New Revision: 261858
URL: http://svnweb.freebsd.org/changeset/base/261858
Log:
Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(),
probably due to copy+pasting le_uuid_dec().
PR: 146588
Submitted by: Erwin Rol
Author: adrian
Date: Fri Feb 14 00:05:09 2014
New Revision: 261859
URL: http://svnweb.freebsd.org/changeset/base/261859
Log:
Don't insert a flowtable entry if the lle isn't yet valid.
Some of the collisions that are occuring are due to flowtable lookups
that succeed but have an invalid ll
Author: davidcs
Date: Fri Feb 14 01:02:06 2014
New Revision: 261861
URL: http://svnweb.freebsd.org/changeset/base/261861
Log:
check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment in
qla_hw_send is moot.
Modified:
head/sys/dev/qlxgb/qla_hw.c
head/sys/dev/qlxgb/qla_os
On 2/12/2014 12:14 PM, Dimitry Andric wrote:
> Author: dim
> Date: Wed Feb 12 18:14:49 2014
> New Revision: 261801
> URL: http://svnweb.freebsd.org/changeset/base/261801
>
> Log:
> An ABI incompatibility crept into the libc++ 3.4 import in r261283. It
> was caused by upstream libc++ commit r1
Author: rpaulo
Date: Fri Feb 14 01:47:12 2014
New Revision: 261863
URL: http://svnweb.freebsd.org/changeset/base/261863
Log:
Add urtwn_start_locked() to avoid unlocking during TX.
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
==
Author: attilio
Date: Fri Feb 14 03:34:12 2014
New Revision: 261867
URL: http://svnweb.freebsd.org/changeset/base/261867
Log:
Fix-up r254141: in the process of making a failing vm_page_rename()
a call of pager_swap_freespace() was moved around, now leading to freeing
the incorrect page becau
Author: adrian
Date: Fri Feb 14 04:03:17 2014
New Revision: 261869
URL: http://svnweb.freebsd.org/changeset/base/261869
Log:
Add the ath0 EEPROM hints required to detect the on-chip wifi.
This allows the on-chip wifi to work; however it's not yet fully
tested.
ath0: Vendor=0x168c, De
Author: adrian
Date: Fri Feb 14 05:22:28 2014
New Revision: 261870
URL: http://svnweb.freebsd.org/changeset/base/261870
Log:
Disable this check for now; it fails on the AR9344 PCI fixup code.
I'll make it conditional later.
Tested:
* DB120
Modified:
head/sys/mips/atheros/ar724x
Author: adrian
Date: Fri Feb 14 05:25:15 2014
New Revision: 261871
URL: http://svnweb.freebsd.org/changeset/base/261871
Log:
Enable use of the PCIe connected wifi on the DB120 (AR9344) board.
The on-board NIC is an 3x3 AR9380 with 5GHz only.
* enable pci code in AR9344_BASE
* enable
On Fri, Feb 14, 2014 at 12:05:09AM +, Adrian Chadd wrote:
A> Modified: head/usr.bin/netstat/flowtable.c
A>
==
A> --- head/usr.bin/netstat/flowtable.c Thu Feb 13 22:24:36 2014
(r261858)
A> +++ head/usr.bin/netst
On Fri, Feb 14, 2014 at 10:21:04AM +0400, Gleb Smirnoff wrote:
T> On Fri, Feb 14, 2014 at 12:05:09AM +, Adrian Chadd wrote:
T> A> Modified: head/usr.bin/netstat/flowtable.c
T> A>
==
T> A> --- head/usr.bin/netstat/flowt
Author: hselasky
Date: Fri Feb 14 07:17:36 2014
New Revision: 261872
URL: http://svnweb.freebsd.org/changeset/base/261872
Log:
Fix minor logical error in the XHCI driver. Set correct SETUP packet
direction value.
MFC after:2 days
Reported by: Horse Ma
Modified:
head/sys/dev/usb
on 14/02/2014 05:34 Attilio Rao said the following:
> Author: attilio
> Date: Fri Feb 14 03:34:12 2014
> New Revision: 261867
> URL: http://svnweb.freebsd.org/changeset/base/261867
>
> Log:
> Fix-up r254141: in the process of making a failing vm_page_rename()
> a call of pager_swap_freespace()
Author: adrian
Date: Fri Feb 14 07:43:39 2014
New Revision: 261875
URL: http://svnweb.freebsd.org/changeset/base/261875
Log:
Reword.
Suggestion: glebius
Modified:
head/usr.bin/netstat/flowtable.c
Modified: head/usr.bin/netstat/flowtable.c
==
On Fri, Feb 14, 2014 at 07:43:40AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Fri Feb 14 07:43:39 2014
A> New Revision: 261875
A> URL: http://svnweb.freebsd.org/changeset/base/261875
A>
A> Log:
A> Reword.
A>
A> Suggestion:glebius
A>
A> Modified:
A> head/usr.bin/netstat
37 matches
Mail list logo