Re: I would like to contribute to NetBSD

2018-04-07 Thread Andy Ruhl
On Fri, Apr 6, 2018 at 7:31 AM, Narendra Kangralkar wrote: > Hello All, > > I found that NetBSD a supported guest OS under VirtualBox project is > partially completed. I would like to work on this if this project is still > available. Please let me know your thoughts regarding this. I use NetBSD

Re: Potential new syscall

2018-04-07 Thread Robert Elz
Date:Sat, 7 Apr 2018 08:36:25 -0400 (EDT) From:Mouse Message-ID: <201804071236.iaa14...@stone.rodents-montreal.org> | kre, assuming you want it now, how would be most useful to get it to | you? e-mail patches or the modified source files (I can easily extract the

Re: sunxi graphic console, try 2

2018-04-07 Thread Jared McNeill
Looks good to me! Thanks for your patience with me on this one. Cheers, Jared On Sat, 7 Apr 2018, Manuel Bouyer wrote: Hello, with Jared's feedback, I reimplemented console handling for the sunxi graphic drivers. There are 3 problems to solve: - proper handling for console=xxx in the bootargs.

Re: Potential new syscall

2018-04-07 Thread Mouse
>> ["break vfork sharing" syscall] > Having the mechanism available for testing (even if it was not > committed to the standard NetBSD sources (yet?)) would be a real > help, [...] It works, at least for rudimentary values of "works": a test program behaves as it should, and the emulator that prom

sunxi graphic console, try 2

2018-04-07 Thread Manuel Bouyer
Hello, with Jared's feedback, I reimplemented console handling for the sunxi graphic drivers. There are 3 problems to solve: - proper handling for console=xxx in the bootargs. I want to switch from graphic to serial, or back, from bootargs without changing /chosen/stdout-path entry in the devic