Re: Question about mmap issues on FreeBSD/NetBSD

2004-08-01 Thread Yorick Hardy
#x27;ve attached the output of the >truss if anyone has any ideas on what it going on or how to fix it >please let me know. Kind regards, -- Yorick Hardy --- libs/wine/mmap.c.orig Thu Jul 29 20:03:03 2004 +++ libs/wine/mmap.cSun Aug 1 13:07:07 2004 @@ -135,6 +135,8 @@

Re: Question about mmap issues on FreeBSD/NetBSD

2004-07-31 Thread Yorick Hardy
do something similar to > MAP_NORESERVE though. Try it? Does not work. I can't think of anything else at the moment, thanks for your comments. Kind regards, -- Yorick Hardy

Re: Question about mmap issues on FreeBSD/NetBSD

2004-07-30 Thread Yorick Hardy
otherwise we can't control the address >space correctly (unless you have a ton of virtual memory): if you run >wine-kthread directly it should still work though unless you have >execshield type address space randomisation active. > >On Thu, 29 Jul 2004 09:13:25 +0200, Yorick Hardy w

Question about mmap issues on FreeBSD/NetBSD

2004-07-29 Thread Yorick Hardy
linking? Since MAP_NORESERVE is not documented (and not supported?) for mmap on FreeBSD and NetBSD, it would appear that wine and the ld.elf_so together require too much memory for all the mmap calls. Am I correct? Kind regards, -- Yorick Hardy

Re: Native NetBSD audio driver

2004-03-03 Thread Yorick Hardy
unt all the drivers; we don't > want a mechanism that will only work for a specific case, it will make > things an even bigger mess. Kind regards, -- Yorick Hardy Tel: +2711 489 3640 | Fax: +2711 489 2067 | Office: C-Ring 517 Auckland Park

Re: Native NetBSD audio driver

2004-03-02 Thread Yorick Hardy
, -- Yorick Hardy Tel: +2711 489 3640 | Fax: +2711 489 2067 | Office: C-Ring 517 Auckland Park Campus | Rand Afrikaans University | South Africa Department of Applied Mathematics : http://general.rau.ac.za/apm Standard Bank Academy for

Re: Native NetBSD audio driver

2004-02-26 Thread Yorick Hardy
idi >> and mixer sections and a hardware dependent low level >> implementation for oss, alsa, ... > >Yes we should definitely do something like that. This sound driver >business is becoming a huge mess. Kind regards, Yorick Hardy. --

Re: Fix compile of programs/winedbg/elf.c on NetBSD 1.6

2004-02-23 Thread Yorick Hardy
DEF instead of STN_UNDEF to specify undefined section index. Kind regards, -- Yorick Hardy --- programs/winedbg/elf.c Sat Feb 14 19:55:30 2004 +++ programs/winedbg/elf.c Mon Feb 23 22:09:35 2004 @@ -110,7 +110,7 @@ * interest. */ if (ELF32_ST_TYPE

Re: Native NetBSD audio driver

2004-02-23 Thread Yorick Hardy
Good catch, thanks. I will resubmit tonight. >> diff -urN /home/yorick/software/wine/wine/dlls/Makefile.in >> ./dlls/Makefile.in >> --- /home/yorick/software/wine/wine/dlls/Makefile.in Sat Feb 14 19:20:00 >> 2004 >> +++ ./dlls/Makefile.in Sat Feb 21 23:43:35 2004 >> @@ -1745,6 +1749,7 @@ >>

Re: Fix compile of programs/winedbg/elf.c on NetBSD 1.6

2004-02-23 Thread Yorick Hardy
section indexes */ #define SHN_UNDEF 0 /* Undefined section */ Is this consistent with what you said? If so, I can try submit what you suggested tonight. Kind regards, Yorick Hardy. > Yorick Hardy a écrit : >> Changelog: Use SHN_UNDEF instead of STN_UNDEF when it i