NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/45615: qemu-0.15.1 from pkgsrc/emulators/qemu does not work on recent NetBSD current



The following reply was made to PR kern/45615; it has been noted by GNATS.

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/45615: qemu-0.15.1 from pkgsrc/emulators/qemu does not
 work on recent NetBSD current
Date: Mon, 20 Feb 2012 14:34:10 +0900 (JST)

 Hi,
 
 dyoung@, Had this problem been solved with
 http://mail-index.netbsd.org/source-changes/2011/12/28/msg030096.html ?
 
 Module Name:    src
 Committed By:   dyoung
 Date:           Wed Dec 28 02:14:57 UTC 2011
 
 Modified Files:
         src/sys/net: if.c
 
 Log Message:
 Fix ifpromisc() regression: if ifpromisc(ifp, 1) is called, do set
 IFF_PROMISC whether ifp is IFF_UP or not, but do not call ifp->if_ioctl
 unless ifp is IFF_UP.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.258 -r1.259 src/sys/net/if.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 


Home | Main Index | Thread Index | Old Index