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 @@
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
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
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?
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
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
===
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
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
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
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
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
11 matches
Mail list logo