Re: netbsd32 syscalls sy_flags

2016-10-28 Thread Christos Zoulas
On Oct 29, 12:47am, co...@sdf.org (co...@sdf.org) wrote: -- Subject: Re: netbsd32 syscalls sy_flags | Hurray, it works! | I can continue building Firefox, which has hand-written o32 code. Well, you found out what was wrong, my part way easy :-) christos

Re: netbsd32 syscalls sy_flags

2016-10-28 Thread coypu
On Fri, Oct 28, 2016 at 11:48:19PM +, Christos Zoulas wrote: > > cvs update, I fixed it. > > christos Hurray, it works! I can continue building Firefox, which has hand-written o32 code. Thanks.

Re: WAPBL fix for deallocation exhaustion + slow file removal

2016-10-28 Thread Jaromír Doleček
The fix was committed, with only minor changes (some comments, and fixed mishandling of error return value in ffs_indirtrunc(). Jaromir 2016-10-06 22:36 GMT+02:00 Jaromír Doleček : > I've incorporated the mutex fix, here is the final patch relative to > trunk. I'd like to commit this sometime nex

netbsd32 syscalls sy_flags

2016-10-28 Thread coypu
Hi, I've been trying to run code meant for MIPS o32 ABI on MIPS n32. Background: Both of them run under netbsd32 compat (when running mips64). MIPS o32 ABI calling convention says there are 4 registers meant for passing arguments, the rest go onto the stack. Also, o32 has 32bit registers. So a sy