DragonFly BSD
DragonFly bugs List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: ifconfig wepkey problem


From: Jeffrey Hsu <hsu@xxxxxxxxxxx>
Date: Wed, 24 Mar 2004 14:04:02 -0800

The protocol hander was doing a copyin which doesn't work now that we dispatch to a different thread. We need to either copyin from a different address space or do the copyin before dispatching to the protocol thread. I've committed a workaround for now.

Jeffrey




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