ports/java/openjdk7/files
Greg Lewis f326f69e57 . Try harder to make sure the flags returned from getFlags isn't negative,
since a number of places in the code check for that and assume that it
  means an error occurred.  On FreeBSD, in particular, the value of
  ifr_flags can be negative if multicast is enabled on the socket since
  the possible flags have expanded to fill more than a short.

  Instead of blindly promoting ifr_flags to an int, which will preserve
  the sign, we fill the int return value with ifr_flagshigh in the high
  16 bits and ifr_flags in the low 16 bits.

PR:		155186
Reported by:	Alex Hayward <xelah-freebsd-pr@xelah.com>
2011-07-08 07:28:46 +00:00
..
cacerts . Update to the latest set of root certificates that come with the JDK. 2010-07-25 07:10:52 +00:00
patch-set . Update to Build 147. 2011-06-29 04:09:28 +00:00
patch-src-os-bsd-vm-os_bsd.cpp . Add ${LOCALBASE}/lib to the default library path. [1] 2010-02-23 03:31:03 +00:00
patch-src-solaris-native-java-net-NetworkInterface.c . Try harder to make sure the flags returned from getFlags isn't negative, 2011-07-08 07:28:46 +00:00
patch-zzz-nio-kqueue . Update to Build 121. 2010-12-14 23:37:29 +00:00