Re: Sound on GNU/Hurd

2015-08-17 Thread Robert Millan
El 17/08/15 a les 01:10, Arne Babenhauserheide ha escrit: Am Sonntag, 16. August 2015, 23:49:15 schrieb Robert Millan: I managed to play some sound on GNU/Hurd using patched Rump and a modified mplayer. For those interested: Cool! Thank you for sharing it! You're welcome :) Did you alrea

[RFC mach] vm: fix locking issues

2015-08-17 Thread Justus Winter
Avoid accessing fields of `vm_object' objects without having it locked. These problems have been found using a code transformation done by Coccinelle that instrumented all accesses with a runtime check, and manual inspection. * vm/memory_object.c (memory_object_data_supply): Avoid accessing field

Re: Sound on GNU/Hurd

2015-08-17 Thread Samuel Thibault
Robert Millan, le Sun 16 Aug 2015 23:49:15 +0200, a écrit : > I managed to play some sound on GNU/Hurd using patched Rump and a modified > mplayer. Yay!! Samuel