Re: CVS commit: src/sys/uvm

2011-07-25 Thread YAMAMOTO Takashi
hi, > y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: >> >> > Log Message: >> >> > amap_copy(): Keep the source amap locked until its lock has been >> >> > copied. >> >> >> >> btw, this code seems to assume that uvm_anfree does not release the >> >> lock even temporarily while the comment on uvm

Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread David Laight
On Mon, Jul 25, 2011 at 08:38:13PM +0200, Joerg Sonnenberger wrote: > On Mon, Jul 25, 2011 at 07:24:57PM +0100, David Laight wrote: > > On Mon, Jul 25, 2011 at 11:52:52AM +0200, Joerg Sonnenberger wrote: > > > Much better. One thing remains. It would be nice to replace > > > .byte 0xf3,0xc3 > > >

Re: CVS commit: src/sys/uvm

2011-07-25 Thread Mindaugas Rasiukevicius
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: > >> > Log Message: > >> > amap_copy(): Keep the source amap locked until its lock has been > >> > copied. > >> > >> btw, this code seems to assume that uvm_anfree does not release the > >> lock even temporarily while the comment on uvm_anfree1 says

Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread Joerg Sonnenberger
On Mon, Jul 25, 2011 at 07:24:57PM +0100, David Laight wrote: > On Mon, Jul 25, 2011 at 11:52:52AM +0200, Joerg Sonnenberger wrote: > > Much better. One thing remains. It would be nice to replace > > .byte 0xf3,0xc3 > > with either a simple ret or a ret $0, depending on whether it has a > > lab

Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread David Laight
On Mon, Jul 25, 2011 at 11:52:52AM +0200, Joerg Sonnenberger wrote: > Much better. One thing remains. It would be nice to replace > .byte 0xf3,0xc3 > with either a simple ret or a ret $0, depending on whether it has a > label on it or not. The reason for this mess seems to be a bug in > certa

Re: CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-25 Thread Joerg Sonnenberger
On Fri, Jul 22, 2011 at 10:50:56PM +, Jean-Yves Migeon wrote: > Module Name: src > Committed By: jym > Date: Fri Jul 22 22:50:56 UTC 2011 > > Modified Files: > src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: aesni-586.S > aesni-x86.S > src/crypto/externa