Re: [AD] Improvements for OpenBSD |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Monday 06 February 2006 23:18, Catatonic Porpoise wrote:
> Hello, attached is a patch that makes the following improvements:
>
> * Call mprotect() on generated stretcher code before running it.
> OpenBSD protects memory pages returned from malloc() from being
> executed by default, so this is required for stretch_blit() to not
> segfault, on i386.
> * Add an OSTYPE_OPENBSD define and detect it.
> * Fix a warning in src/unix/uesd.c.
Looks good. I'll apply it later today.
Evert