Hi Christos, Christos Zoulas wrote: > Hi, > > I am still commit crippled, so please someone commit these for me: > > > For jdk: > > 1. Prefer hw.physmem64 if it exists.
OpenBSD's sysctl doesn't error out when presented with bad data it just warns and continues to parse arguments so I'll special case it. FreeBSD and OS X/Darwin do error out like NetBSD. > 2..(n-1): jibx 1.2.1 needs an isExtension(String) implemented. I prefer these not to be committed. We're trying to keep changes to a minimum and the build docs require a specific version of jibx. See README-builds.html: JIBX libraries version 1.1.5 is required for building the OpenJDK. > n. - NetBSD does not have statfs, it has statvfs. > - Don't cast malloc return; it is bad form (and it will hide errors > from not including <stdlib.h>). > - NULL is not 0, could be (void *)0 Whoops - sorry. I swear I checked NetBSD's online man pages, but now I see it isn't there. > For corba [the last patch], same as [1]: Will handle same as [1] Thanks, -Kurt