Re: CVS commit: src/sys/uvm

2011-06-29 Thread Mindaugas Rasiukevicius
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: > hi, > > > Module Name:src > > Committed By: hannken > > Date: Mon Jun 27 15:56:37 UTC 2011 > > > > Modified Files: > > src/sys/uvm: uvm_amap.c > > > > Log Message: > > amap_copy(): Keep the source amap locked unti

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-06-29 Thread Iain Hibbert
On Wed, 29 Jun 2011, Jukka Ruohonen wrote: > On Wed, Jun 29, 2011 at 10:50:22AM +0100, Julio Merino wrote: > > One of the ideas floating around in my head is to make atf-run (well, > > kyua) support "foreign" tests. The most basic form of this would be > > programs that just return 0 on success o

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-06-29 Thread Julio Merino
On 6/29/11 2:59 PM, Jukka Ruohonen wrote: > On Tue, Jun 28, 2011 at 06:50:50AM +, David Holland wrote: >> Perhaps if atf were less intrusive...? > > What do you mean? I think it needs to be quite intrusive (sandboxing, etc.). > Unquestionably the old /regress-style is not the way to go. Even i

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-06-29 Thread Jukka Ruohonen
On Tue, Jun 28, 2011 at 06:50:50AM +, David Holland wrote: > Perhaps if atf were less intrusive...? What do you mean? I think it needs to be quite intrusive (sandboxing, etc.). Unquestionably the old /regress-style is not the way to go. Even if you dislike some parts of the API, already the co

Re: CVS commit: src/sys/dev/wscons

2011-06-29 Thread Izumi Tsutsui
> Module Name: src > Committed By: macallan > Date: Wed Jun 29 03:06:16 UTC 2011 > > Modified Files: > src/sys/dev/wscons: wsconsio.h > > Log Message: > add two new ioctl()s: > WSDISPLAYIO_GET_EDID to retrieve EDID data from display drivers > WSDISPLAYIO_SET_POLLING to control poll

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-06-29 Thread Julio Merino
On 6/28/11 7:25 AM, Jukka Ruohonen wrote: > On Tue, Jun 28, 2011 at 08:12:26AM +0200, Alistair Crooks wrote: >> 3. they are candidates for modifying to work under atf, I have yet to >> get the time to do that >> >> 4. luke kindly made some gnu autotests for them a while ago >> >> [...] >> >> and i

Re: CVS commit: src/lib/libperfuse

2011-06-29 Thread Alan Barrett
On Wed, 29 Jun 2011, Christos Zoulas wrote: Emmanuel Dreyfus wrote: LIB=perfuse -LIBDPLIBS+= puffs ${.CURDIR}/../libpuffs +LIBDPLIBS+= puffs /usr/src/lib/libpuffs Looks wrong. If ${.CURDIR} doesn't do the right thing, then perhaps you want ${.PARSEDIR}. --apb (Alan