HEADS UP: libpthread is temporarily broken on master

2012-05-22 Thread Sepherosa Ziehau
Hi all,

master users only.

Please do not upgrade your world (kernel works) to
e12d3396c777165504d60d2a1408dcd7cb63660d; this specific commit will
break all programs linked against libpthread:
Fatal error 'Cannot allocate red zone for initial thread' at line 262
in file /usr/src/lib/libthread_xu/thread/thr_init.c (errno = 12)

If you have already upgraded, you could just fetch the old dmalloc.c
and replace the one in /usr/src/lib/libc/stdlib (sigh, git no longer
works here), rebuildworld and reinstallworld.

It probably will be fixed soon.

Best Regards,
sephe

-- 
Tomorrow Will Never Die


acpica-unix 20110527 imported

2012-05-22 Thread Sepherosa Ziehau
Hi all,

acpica-unix 20110527 has been imported into master.  Since it requires
almost no serious changes in the OS support code, it probably will not
cause as much trouble as the last import.  If you have any problems w/
it, please let me know.

Major work import is done by Magliano Andrea (randy), thank him very much :)

Best Regards,
sephe

-- 
Tomorrow Will Never Die


Re: HEADS UP: libpthread is temporarily broken on master

2012-05-22 Thread Sascha Wildner
On Tue, 22 May 2012 09:34:24 +0200, Sepherosa Ziehau sepher...@gmail.com  
wrote:



Hi all,

master users only.

Please do not upgrade your world (kernel works) to
e12d3396c777165504d60d2a1408dcd7cb63660d; this specific commit will
break all programs linked against libpthread:
Fatal error 'Cannot allocate red zone for initial thread' at line 262
in file /usr/src/lib/libthread_xu/thread/thr_init.c (errno = 12)

If you have already upgraded, you could just fetch the old dmalloc.c
and replace the one in /usr/src/lib/libc/stdlib (sigh, git no longer
works here), rebuildworld and reinstallworld.

It probably will be fixed soon.


For now, the change was backed out at the committer's request. So that  
issue is no longer present.


Regards,
Sascha