CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/03/13 02:08:03
Modified files:
lang/rust : Makefile distinfo
Added files:
lang/rust/patches:
patch-src_liblibc_src_unix_bsd_netbsdlike_openbsdlike_openbsd_mod_rs
patch-src_libstd_sys_unix_stack_overflow_rs
patch-src_libstd_sys_unix_thread_rs
Log message:
Fix rust with MAP_STACK, all from semarie@:
- regen amd64 bootstrap (i386 will come later and is marked BROKEN
anyway)
- add MAP_STACK flag for use with sigaltstack() (only used for signal
handler used for stack overflow detection)
- change a bit the way stack overflow is detected