Re: CVS commit: src/bin/cp

2010-10-23 Thread David Holland
On Fri, Oct 22, 2010 at 05:56:06PM +, Antti Kantee wrote: > Disable mmap path. With the current vnode locking scheme it has > a very annoying property: if the source media is slow (like a slow > network), the target file will be locked for the duration of the > entire max 8MB write and cau

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

2010-10-23 Thread Robert Elz
Date:Sat, 23 Oct 2010 16:33:37 +0100 From:Matthias Scheler Message-ID: <20101023153336.ga...@colwyn.zhadum.org.uk> | I'm sorry but this whole code is horrible. I agree with that, but ... | What is wrong with something as simple as this? | +#define _FPOS_OVERF

re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread matthew green
> > > XXX3: should we have common definitions for MI PCI video drivers? > > > > i'm not sure what this question is asking. > > I wondered if we should merge too many duplicated lines > among alpha/cats/x86 etc. > (alpha and cats have x86 BIOS emulation in their firmware for PCI VGA) ah, i'd do

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

2010-10-23 Thread Christos Zoulas
In article <20101023153336.ga...@colwyn.zhadum.org.uk>, Matthias Scheler wrote: >On Sat, Oct 23, 2010 at 10:12:51AM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Sat Oct 23 14:12:51 UTC 2010 >> >> Modified Files: >> src/lib/libc/s

Re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Oct 23, 2010, at 11:27 AM, Izumi Tsutsui wrote: Module Name:src Committed By: tsutsui Date: Sat Oct 23 15:27:50 UTC 2010 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: Reorder SUBDIR

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

2010-10-23 Thread Adam Hamsik
I have changed cvs commit message for > dm.h dm_target_stripe.c to Add multi device strip support written by Guillermo Amaral and reviewed by me. On Oct,Saturday 23 2010, at 11:18 PM, Adam Hamsik wrote: > Module Name: src > Committed By: haad > Date: Sat Oct 23 21:18:55 UTC 2010

Re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread Izumi Tsutsui
> > XXX2: should all ports include xf86-video-wsfb unconditionally? > > does it apply to all ports? Some ports don't need it, but I guess most legacy ports need only wsfb and having unused ones is harmless. (should we use the previous .if/.elif/.else/.endif for the default case?) > > XXX3: shoul

re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread matthew green
> Module Name: src > Committed By: tsutsui > Date: Sat Oct 23 15:27:50 UTC 2010 > > Modified Files: > src/external/mit/xorg/server/drivers: Makefile > > Log Message: > Reorder SUBDIR entries to make this more maintainable/readable: > - put xf86-input drivers first then xf86-video

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

2010-10-23 Thread Matthias Scheler
On Sat, Oct 23, 2010 at 10:12:51AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Oct 23 14:12:51 UTC 2010 > > Modified Files: > src/lib/libc/stdio: local.h > > Log Message: > tell lint to shut up. I'm sorry but this whole code is horrible. W

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

2010-10-23 Thread Antti Kantee
On Sat Oct 23 2010 at 04:52:17 -0700, Paul Goyette wrote: > On Sat, 23 Oct 2010, Antti Kantee wrote: > > >>This breaks the i386 ALL kernel. > > > >Ok, I put it back apart from the incorrect comment. Thanks. > > Yes, my bad for the incorrect comment. Sorry. If I got a penny every time I wrote a

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

2010-10-23 Thread Paul Goyette
On Sat, 23 Oct 2010, Antti Kantee wrote: This breaks the i386 ALL kernel. Ok, I put it back apart from the incorrect comment. Thanks. Yes, my bad for the incorrect comment. Sorry. - | Paul Goyette | PGP Key finge

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

2010-10-23 Thread Antti Kantee
On Sat Oct 23 2010 at 01:49:25 +, Jonathan A. Kollasch wrote: > On Wed, Oct 20, 2010 at 06:50:47PM +, Antti Kantee wrote: > > Module Name:src > > Committed By: pooka > > Date: Wed Oct 20 18:50:47 UTC 2010 > > > > Modified Files: > > src/sys/dev/sysmon: swsen

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

2010-10-23 Thread Jukka Ruohonen
On Fri, Oct 22, 2010 at 05:29:46PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Fri Oct 22 21:29:46 UTC 2010 > > Modified Files: > src/lib/libc/stdio: ftell.c local.h > > Log Message: > implement EOVERFLOW > > > To generate a diff of this comm