re: CVS commit: src/sys

2010-09-27 Thread matthew green
Module Name: src Committed By: christos Date: Mon Sep 27 21:25:39 UTC 2010 Modified Files: src/sys/dev/pci: agp.c src/sys/sys: agpio.h Log Message: backwards compat code for paddr_t being 32 bits. this hack seems wrongly applied. it should be an #ifdef __i386__

Re: CVS commit: src/sys

2010-09-27 Thread Jean-Yves Migeon
On 27.09.2010 23:25, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Mon Sep 27 21:25:39 UTC 2010 Modified Files: src/sys/dev/pci: agp.c src/sys/sys: agpio.h Log Message: backwards compat code for paddr_t being 32 bits. Thanks! -- Jean-Yves

re: CVS commit: src/sys/dev/pci

2010-09-27 Thread matthew green
Module Name: src Committed By: christos Date: Mon Sep 27 22:53:47 UTC 2010 Modified Files: src/sys/dev/pci: agp.c Log Message: move all the compat code here, and #ifdef __i386__ from mrg. thanks! .mrg.

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

2010-09-27 Thread Masao Uebayashi
Index: src/lib/libc/stdio/fmemopen.c diff -u src/lib/libc/stdio/fmemopen.c:1.3 src/lib/libc/stdio/fmemopen.c:1.4 --- src/lib/libc/stdio/fmemopen.c:1.3 Sat Sep 25 14:00:30 2010 +++ src/lib/libc/stdio/fmemopen.c Mon Sep 27 16:50:13 2010 @@ -79,16 +79,18 @@ if (p-cur = p-tail)

CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-09-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Sep 27 08:25:38 UTC 2010 Modified Files: src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c Log Message: genfs_do_getpages_xip1: Adjust locking. Although XIP never does real I/O, it's called without PGO_LOCKED in some cases.

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-09-27 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Mon Sep 27 11:57:59 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_xauth.c Log Message: fixed some typos in logs (reported by fazaeli (at) sepehrs.com) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2010-09-27 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 27 12:29:03 UTC 2010 Modified Files: src/sys/dev/ic: lan9118reg.h Log Message: Add some IDs. (9210/9211/9220/9221) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/lan9118reg.h Please note

CVS commit: src/doc

2010-09-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 27 12:48:01 UTC 2010 Modified Files: src/doc: 3RDPARTY Log Message: mdocml-1.10.6 out. To generate a diff of this commit: cvs rdiff -u -r1.778 -r1.779 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/lib/libc/stdio

2010-09-27 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Sep 27 16:50:13 UTC 2010 Modified Files: src/lib/libc/stdio: fmemopen.c Log Message: fix off-by-one, pointed out by enami-san, thanks! To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/stdio

2010-09-27 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Sep 27 17:08:29 UTC 2010 Modified Files: src/lib/libc/stdio: fmemopen.c Log Message: validate flags/oflags from __sflag() befere call __sfp(). reviewed by enami-san, thanks. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2010-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 21:25:39 UTC 2010 Modified Files: src/sys/dev/pci: agp.c src/sys/sys: agpio.h Log Message: backwards compat code for paddr_t being 32 bits. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/sys

2010-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 22:49:46 UTC 2010 Modified Files: src/sys/sys: agpio.h Log Message: move the compat code in the .c file. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/agpio.h Please note that diffs are

CVS commit: src/sys/dev/pci

2010-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 22:53:47 UTC 2010 Modified Files: src/sys/dev/pci: agp.c Log Message: move all the compat code here, and #ifdef __i386__ from mrg. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/pci/agp.c

CVS commit: src/lib/libc/stdio

2010-09-27 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Sep 28 00:39:56 UTC 2010 Modified Files: src/lib/libc/stdio: fmemopen.3 Log Message: Add missing period at the end of sentense. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/stdio/fmemopen.3

CVS commit: src/gnu/dist/grep/src

2010-09-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 28 00:54:04 UTC 2010 Modified Files: src/gnu/dist/grep/src: grep.c Log Message: Fix -o behavior with patterns that match the empty string, as per PR 43896. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-09-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Sep 27 08:25:38 UTC 2010 Modified Files: src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c Log Message: genfs_do_getpages_xip1: Adjust locking. Although XIP never does real I/O, it's called without PGO_LOCKED in some cases.

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-09-27 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Mon Sep 27 11:57:59 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp_xauth.c Log Message: fixed some typos in logs (reported by fazaeli (at) sepehrs.com) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2010-09-27 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 27 12:29:03 UTC 2010 Modified Files: src/sys/dev/ic: lan9118reg.h Log Message: Add some IDs. (9210/9211/9220/9221) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/lan9118reg.h Please note

CVS commit: src/doc

2010-09-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 27 12:48:01 UTC 2010 Modified Files: src/doc: 3RDPARTY Log Message: mdocml-1.10.6 out. To generate a diff of this commit: cvs rdiff -u -r1.778 -r1.779 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/lib/libc/stdio

2010-09-27 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Sep 27 16:50:13 UTC 2010 Modified Files: src/lib/libc/stdio: fmemopen.c Log Message: fix off-by-one, pointed out by enami-san, thanks! To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/stdio

2010-09-27 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Sep 27 17:08:29 UTC 2010 Modified Files: src/lib/libc/stdio: fmemopen.c Log Message: validate flags/oflags from __sflag() befere call __sfp(). reviewed by enami-san, thanks. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2010-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 21:25:39 UTC 2010 Modified Files: src/sys/dev/pci: agp.c src/sys/sys: agpio.h Log Message: backwards compat code for paddr_t being 32 bits. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/sys

2010-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 22:49:46 UTC 2010 Modified Files: src/sys/sys: agpio.h Log Message: move the compat code in the .c file. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/agpio.h Please note that diffs are

CVS commit: src/sys/dev/pci

2010-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 22:53:47 UTC 2010 Modified Files: src/sys/dev/pci: agp.c Log Message: move all the compat code here, and #ifdef __i386__ from mrg. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/pci/agp.c