Re: [PATCH] frame length validation for USB ethernet adapters

2011-03-20 Thread Fred Crowson
On 03/19/11 18:01, Loganaden Velvindron wrote: Hi, I'm uploading the new diffs for this. It concerns axe(4), aue(4), cdce(4), cue(4), kue(4), mos(4) and url(4). Of these, axe(4) is the most tricky, and I'd appreciate testing on all vaariants of axe(4). Please test both small and large packets (

Re: [patch] -H flag for grep.

2011-02-21 Thread Fred Crowson
On 02/21/11 15:54, Alexander Schrijver wrote: On Mon, Feb 21, 2011 at 01:34:51PM +0100, Pascal Stumpf wrote: Implement a -H flag for grep, useful for combining e.g. find and grep. -o used to do this but has been removed. (See the commit logs for the reason, i forgot it) grep(1) only prints th

missing function definition uvm_pmemrange.c

2010-07-16 Thread Fred Crowson
Hi tech@ While trying to build a debug ramdisk kernel - I came across a build error in uvm_pmemrange.c where the function uvm_pmr_isfree was not defined, I've added it to #ifdef not sure if this is the correct process or whether it needs its own #ifdef. diff -ui follows. Thanks Fred x41:f

typos in #ifdef DEBUG

2010-07-13 Thread Fred Crowson
Hi tech@ While building a kernel with option DEBUG to try to hunt down my issue with the Libretto 70CT (PR 6052) I came across the following typos which prevented the build: sys/arch/i386/i386/trap.c --- trap.c Wed Jul 14 00:55:31 2010 +++ mytrap.cWed Jul 14 00:44:26 2010 @@ -173,7