udp6 fix for possible memory corruption

2013-08-23 Thread Loganaden Velvindron
Hi, From NetBSD: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet6/udp6_output.c?rev=1.41content-type=text/x-cvsweb-markuponly_with_tag=MAIN Under some circumstances, udp6_output() would call ip6_clearpktopts() with an uninitialized struct ip6_pktopts on the stack, opt. ip6_clearpktopts(opt,

bge: call if_link_state_change when state is actually different

2013-08-23 Thread Mike Belopuhov
hi, bge(4) is the last driver in the tree that is willing to call if_link_state_change whenever, while others do so only when the link state does change. there should be no real change in functionality. ok? diff --git sys/dev/pci/if_bge.c sys/dev/pci/if_bge.c index 5cd56e2..233ccab 100644 ---

Re: Small binutils tweak

2013-08-23 Thread Landry Breuil
On Sun, Apr 21, 2013 at 10:42:09AM -0400, Brian Callahan wrote: On 04/21/13 03:21, Jonathan Gray wrote: On Sat, Mar 02, 2013 at 10:36:50AM -0500, Brian Callahan wrote: Hi tech -- While doing some ports testing with clang, I came across the binutils bug mentioned here:

OpenBSD on a Nokia IP380

2013-08-23 Thread s_gammons
I've been trying to get a more modern OS to run on an ancient Nokia firewall by loading an OS on the drive in a Dell D610 and moving the drive to the IP380. So far, I've had little success. I can get FreeBSD 8.1 to work if I disable USB support. That's the only OS I've been able to get to

Re: OpenBSD on a Nokia IP380

2013-08-23 Thread Ray Percival
Having worked for Check Point/Nokia. They wine to great lengths to only make that hardware work with their Free based OS. I wish you luck but realistically it's not likely. OpenBSD works just fine on the newer Check Point boxes. They're far less locked down. On Aug 23, 2013, at 17:30,

Re: OpenBSD on a Nokia IP380

2013-08-23 Thread s_gammons
On Fri, Aug 23, 2013 at 6:04 PM, Ray Percival wrote: Having worked for Check Point/Nokia. They wine to great lengths to only make that hardware work with their Free based OS. I wish you luck but realistically it's not likely. OpenBSD works just fine on the newer Check Point boxes. They're far

Re: OpenBSD on a Nokia IP380

2013-08-23 Thread Mike Larkin
On Fri, Aug 23, 2013 at 06:30:25PM -0400, s_gamm...@charter.net wrote: I've been trying to get a more modern OS to run on an ancient Nokia firewall by loading an OS on the drive in a Dell D610 and moving the drive to the IP380. So far, I've had little success. I can get FreeBSD 8.1 to work