pf.os: add additional fingerprints

2013-12-02 Thread Eitan Adler
Hi all, This is a simple enough patch: Index: pf.os ==*= RCS file: /cvs/src/etc/pf.os,v retrieving revision 1.26 diff -u -r1.26 pf.os --- pf.os 3 Aug 2012 12:25:16 - 1.26 +++ pf.os 3 Dec 2013 04:37:55 - @@ -314,6 +314,14 @@

Re: urndis(4): fix charging on my nokia c2-01

2013-12-02 Thread Paul Irofti
On Tue, Dec 03, 2013 at 01:07:17AM +0200, Paul Irofti wrote: > On Tue, Dec 03, 2013 at 12:47:30AM +0200, Paul Irofti wrote: > > Could people doing actual networking with urndis(4) please test the > > following diff and report if any regressions are encountered? > > > > I plan on commiting it by th

cdce / cdce / urndis ioctl handling clean up

2013-12-02 Thread Brad Smith
Some clean up to the cdce / cdcef and urndis ioctl handlers to bring things in line with the other Ethernet drivers. no functional change. OK? Index: if_cdce.c === RCS file: /home/cvs/src/sys/dev/usb/if_cdce.c,v retrieving revision

Re: txp(4) 3Com 3XP Typhoon/Sidewinder diff needs testing

2013-12-02 Thread Brad Smith
On 02/12/13 7:36 AM, Mike Belopuhov wrote: On 2 December 2013 03:07, Brad Smith wrote: Here is a diff for the txp(4) 3Com 3XP Typhoon/Sidewinder driver to clean up and update the receive filter / ioctl handling code to be in line with the other drivers. Anyone with hw and able to test? OK?

Re: urndis(4): fix charging on my nokia c2-01

2013-12-02 Thread Paul Irofti
On Tue, Dec 03, 2013 at 12:47:30AM +0200, Paul Irofti wrote: > Could people doing actual networking with urndis(4) please test the > following diff and report if any regressions are encountered? > > I plan on commiting it by the end of the week if I don't hear anything > bad in regards to the patc

urndis(4): fix charging on my nokia c2-01

2013-12-02 Thread Paul Irofti
Could people doing actual networking with urndis(4) please test the following diff and report if any regressions are encountered? I plan on commiting it by the end of the week if I don't hear anything bad in regards to the patch. Index: if_urndis.c ===

lynx: drop -lcompat

2013-12-02 Thread Christian Weisgerber
The configure script unconditionally adds -lcompat. This isn't needed; configure checks for the presence of cuserid() and ftime() and the build copes well with the absence of either. ftime() would only ever be used if gettimeofday() wasn't available, and cuserid() is replaced by getlogin() but th

Kernel leak with compat-linux

2013-12-02 Thread Maxime Villard
Hi, when loading a linux binary, the kernel could leak MAXPATHLEN bytes. Index: linux_exec.c === RCS file: /cvs/src/sys/compat/linux/linux_exec.c,v retrieving revision 1.38 diff -u -r1.38 linux_exec.c --- linux_exec.c3 Nov 201

Re: sdmmc update

2013-12-02 Thread Sylvestre Gallon
On Wed, Nov 20, 2013 at 10:25:52AM +0100, Stefan Sperling wrote: > On Thu, Nov 07, 2013 at 08:10:16PM +0100, Stefan Sperling wrote: > > On Thu, Nov 07, 2013 at 08:06:11PM +0100, Sylvestre Gallon wrote: > > > +int > > > +rtsx_bus_width(sdmmc_chipset_handle_t sch, int width) > > > +{ > > > + struct r

Re: txp(4) 3Com 3XP Typhoon/Sidewinder diff needs testing

2013-12-02 Thread Loganaden Velvindron
On Mon, Dec 2, 2013 at 4:36 PM, Mike Belopuhov wrote: > On 2 December 2013 03:07, Brad Smith wrote: >> Here is a diff for the txp(4) 3Com 3XP Typhoon/Sidewinder driver to clean up >> and update the receive filter / ioctl handling code to be in line with the >> other drivers. >> >> Anyone with hw

Re: txp(4) 3Com 3XP Typhoon/Sidewinder diff needs testing

2013-12-02 Thread Mike Belopuhov
On 2 December 2013 03:07, Brad Smith wrote: > Here is a diff for the txp(4) 3Com 3XP Typhoon/Sidewinder driver to clean up > and update the receive filter / ioctl handling code to be in line with the > other drivers. > > Anyone with hw and able to test? OK? > as long as you're just moving stuff a