On Tue, Oct 16, 2012 at 10:19:57AM +, Wojciech A. Koszek wrote:
> (cross-posted message; please keep discussion on freebsd-hackers@)
>
> Hello,
>
> Last year FreeBSD qualified for Google Code-In 2011 event--contest for
> youngest open-source hackers in 13-17yr age range:
>
> http://www
Still working this problem I've previously mentioned, and my working theory now
is a race between catchpacket() and this code in bpfread():
/*
* At this point, we know we have something in the hold slot.
*/
BPFD_UNLOCK(d);
/*
* Move data from ho
On 11/01/2012 01:48, Alfred Perlstein wrote:
/* Registration of dumpers */
int
-set_dumper(struct dumperinfo *di)
+set_dumper(struct dumperinfo *di, const char *devname)
{
if (di == NULL) {
bzero(&dumper, sizeof dumper);
+dumpdevname[0] = '\0';
return (0);
Hi @all,
after a nightmare of digging the Internet, testing this, testing that, etc
i have found a (temporary possible) Solution for a bug,
that i reported: http://www.freebsd.org/cgi/query-pr.cgi?pr=173251
This bug is related to ( ?all? ) Machines that are based on INTEL-ICH chipsets
withouth th
4 matches
Mail list logo