Re: CVS commit: src

2009-12-07 Thread Havard Eidnes
> On Sat, Dec 05, 2009 at 04:29:15PM +, Antti Kantee wrote: > > Log Message: > > Remove support for NetBSD/playstation2. > > Does this mean we can get rid of cross/mipsEEel-netbsd in pkgsrc? We should :) - HÃ¥vard

Re: CVS commit: src

2009-12-07 Thread Antti Kantee
On Sun Dec 06 2009 at 22:18:24 +, David Holland wrote: > On Sat, Dec 05, 2009 at 04:29:15PM +, Antti Kantee wrote: > > Log Message: > > Remove support for NetBSD/playstation2. > > Does this mean we can get rid of cross/mipsEEel-netbsd in pkgsrc? Fine by me. It didn't even pass "make pa

Re: CVS commit: src/lib/libc/stdio

2009-12-07 Thread enami tsugutomo
Roy Marples writes: > Module Name: src > Committed By: roy > Date: Wed Dec 2 11:14:47 UTC 2009 > > Modified Files: > src/lib/libc/stdio: getdelim.c > > Log Message: > Pass lint. > > > To generate a diff of this commit: > cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdio/getdelim.c

Re: CVS commit: src/sys/ufs/lfs

2009-12-07 Thread Antti Kantee
On Mon Dec 07 2009 at 04:12:10 +, Eduardo Horvath wrote: > Module Name: src > Committed By: eeh > Date: Mon Dec 7 04:12:10 UTC 2009 > > Modified Files: > src/sys/ufs/lfs: lfs_bio.c lfs_vfsops.c lfs_vnops.c > > Log Message: > Fix some more hangs and deadlocks. How can replacin

re: CVS commit: src/sys/arch/sparc64/dev

2009-12-07 Thread matthew green
Module Name: src Committed By:nakayama Date:Mon Dec 7 11:14:27 UTC 2009 Modified Files: src/sys/arch/sparc64/dev: iommu.c Log Message: Avoid use of iommu_dvmamap_unload in error path. It is too expensive since it contains data cache fl

Re: CVS commit: src/sys/arch/sparc64/dev

2009-12-07 Thread Takeshi Nakayama
>>> matthew green wrote > >Module Name: src >Committed By: nakayama >Date: Mon Dec 7 11:14:27 UTC 2009 > >Modified Files: > src/sys/arch/sparc64/dev: iommu.c > >Log Message: >Avoid use of iommu_dvmamap_unload in error path. It is to

Re: CVS commit: src/distrib/sets

2009-12-07 Thread Masao Uebayashi
> It is posix compliant, but falls foul of a common shell bug. > > http://www.gnu.org/software/hello/manual/autoconf/Shell-Substitutions.html > > Avoid commands that contain unbalanced parentheses in here-documents, > comments, or case statement patterns, as many shells mishandle them. > For exam