On Jun 2, 7:55pm, k...@intricatesoftware.com (Kurt Miller) wrote:
-- Subject: Re: Fixes for Head...
| > 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 argume
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 speci
On Jun 2, 5:27pm, chris...@zoulas.com (Christos Zoulas) wrote:
-- Subject: Fixes for Head...
| For jdk:
|
| 1. Prefer hw.physmem64 if it exists.
| 2..(n-1): jibx 1.2.1 needs an isExtension(String) implemented.
| n. - NetBSD does not have statfs, it has statvfs.
|- Don't cast malloc r
Hi,
I am still commit crippled, so please someone commit these for me:
For jdk:
1. Prefer hw.physmem64 if it exists.
2..(n-1): jibx 1.2.1 needs an isExtension(String) implemented.
n. - NetBSD does not have statfs, it has statvfs.
- Don't cast malloc return; it is bad form (and it will hide