Re: CVS commit: [netbsd-5] src/sys/ufs/lfs

2015-11-09 Thread David Holland
On Mon, Nov 09, 2015 at 09:59:18AM +, Stephen Borrill wrote: > Modified Files: > src/sys/ufs/lfs [netbsd-5]: lfs_segment.c > > Log Message: > Fix breakage from ticket #1974 > > > To generate a diff of this commit: > cvs rdiff -u -r1.213.8.1 -r1.213.8.2 src/sys/ufs/lfs/lfs_segme

Re: CVS commit: [netbsd-5] src/doc

2013-12-15 Thread Stephen Borrill
On 14/12/2013 20:57, Erik Fair wrote: > Do any of these changes apply to netbsd-6 also? Can you be more specific about which changes you are talking about? e.g. a ticket number -- Stephen

Re: CVS commit: [netbsd-5] src/doc

2013-12-14 Thread Erik Fair
Do any of these changes apply to netbsd-6 also? curious, Erik

Re: CVS commit: [netbsd-5] src/sys/dev/pci

2013-01-20 Thread Manuel Bouyer
On Sun, Jan 20, 2013 at 12:19:07PM +, Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Sun Jan 20 12:19:07 UTC 2013 > > Modified Files: > src/sys/dev/pci [netbsd-5]: pcidevs viaide.c > > Log Message: > Apply patch, requested by msaitoh in ticket #1842: >

Re: CVS commit: [netbsd-5] src

2012-11-08 Thread Marc Balmer
> Rename wake(8) to wakeonlan(8). Approved by core@. it works over wlan, too, btw: wlan -> bridging ap -> lan -> target device

Re: CVS commit: [netbsd-5] src/share/misc

2012-10-24 Thread Jeff Rizzo
On 10/24/12 1:59 AM, Martin Husemann wrote: On Wed, Oct 24, 2012 at 07:48:13AM +0400, Aleksej Saushev wrote: || 4.4BSD-Encumbered | | - | - NetBSD 0.8| BSD/386 1.0 - | / | |

Re: CVS commit: [netbsd-5] src/share/misc

2012-10-24 Thread Martin Husemann
On Wed, Oct 24, 2012 at 07:48:13AM +0400, Aleksej Saushev wrote: > > || 4.4BSD-Encumbered | | > > - | - NetBSD 0.8| BSD/386 1.0 > > - | / | | | > > -FreeBSD 1.0 <

Re: CVS commit: [netbsd-5] src/share/misc

2012-10-23 Thread Aleksej Saushev
"Jeff Rizzo" writes: > Module Name: src > Committed By: riz > Date: Wed Oct 24 03:08:09 UTC 2012 > > Modified Files: > src/share/misc [netbsd-5]: bsd-family-tree > > Log Message: > Pull up following revision(s) (requested by jnemeth in ticket #1804): > share/misc/bsd-family-t

Re: CVS commit: [netbsd-5] src

2012-04-22 Thread S.P.Zeidler
Thus wrote Jeff Rizzo (r...@netbsd.org): > On 4/21/12 10:58 AM, Takeshi Nakayama wrote: > > > >Pull up following revision(s) (requested by spz in ticket #1750): > >crypto/dist/openssl/crypto/mem.c patch > >crypto/dist/openssl/crypto/asn1/a_d2i_fp.c patch > >crypto/dist/openssl/crypto

Re: CVS commit: [netbsd-5] src

2012-04-21 Thread Jeff Rizzo
On 4/21/12 10:58 AM, Takeshi Nakayama wrote: Pull up following revision(s) (requested by spz in ticket #1750): crypto/dist/openssl/crypto/mem.cpatch crypto/dist/openssl/crypto/asn1/a_d2i_fp.c patch crypto/dist/openssl/crypto/buffer/buffer.c patch sys/miscfs/genfs/genfs_

Re: CVS commit: [netbsd-5] src

2012-04-21 Thread Takeshi Nakayama
>>> "Jeff Rizzo" wrote > Module Name: src > Committed By: riz > Date: Sat Apr 21 15:52:55 UTC 2012 > > Modified Files: > src/crypto/dist/openssl/crypto [netbsd-5]: mem.c > src/crypto/dist/openssl/crypto/asn1 [netbsd-5]: a_d2i_fp.c > src/crypto/dist/openssl/crypto/buffe

Re: CVS commit: [netbsd-5] src/sys/kern

2011-06-19 Thread Manuel Bouyer
On Sun, Jun 19, 2011 at 09:13:04PM +0200, Emmanuel Dreyfus wrote: > Iain Hibbert wrote: > > > This broke the build. I think it needs either revision 1.77 which > > introduced domain_sysctllog but that may introduce other complexities, or > > the attached patch which makes it use the local clog as

Re: CVS commit: [netbsd-5] src/sys/kern

2011-06-19 Thread Emmanuel Dreyfus
Iain Hibbert wrote: > This broke the build. I think it needs either revision 1.77 which > introduced domain_sysctllog but that may introduce other complexities, or > the attached patch which makes it use the local clog as per other > instances.. My bad, I did not attached the right patch to the

Re: CVS commit: [netbsd-5] src/sys/kern

2011-06-19 Thread Iain Hibbert
On Sat, 18 Jun 2011, Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Sat Jun 18 16:42:04 UTC 2011 > > Modified Files: > src/sys/kern [netbsd-5]: uipc_domain.c uipc_proto.c uipc_usrreq.c > > Log Message: > Pull up following revision(s) (requested by manu in tic

Re: CVS commit: [netbsd-5] src/sys/arch/sparc/sparc

2011-02-16 Thread Manuel Bouyer
On Wed, Feb 16, 2011 at 09:33:25PM +, Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Wed Feb 16 21:33:25 UTC 2011 > > Modified Files: > src/sys/arch/sparc/sparc [netbsd-5]: cpu.c cpuvar.h pmap.c > timer_sun4m.c > > Log Message: > Apply patch, r

Re: CVS commit: [netbsd-5] src

2011-01-17 Thread Nick Hudson
On Sunday 16 January 2011 12:38:28 Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Sun Jan 16 12:38:28 UTC 2011 > > Modified Files: > src/sbin/fsck_ext2fs [netbsd-5]: inode.c setup.c > src/sbin/newfs_ext2fs [netbsd-5]: mke2fs.c newfs_ext2fs.8 >

Re: CVS commit: [netbsd-5] src/sys/dev/usb

2010-11-21 Thread Jeff Rizzo
On 11/21/10 2:11 AM, Martin Husemann wrote: Module Name:src Committed By: martin Date: Sun Nov 21 10:11:59 UTC 2010 Modified Files: src/sys/dev/usb [netbsd-5]: usbdevs.h usbdevs_data.h Log Message: Regen (accidently mssing form [pullup-5 #1407]) To generate a diff of t

Re: CVS commit: [netbsd-5] src/lib/libpthread

2010-05-20 Thread Soren Jacobsen
On May 20, 2010, at 5:31 PM, Takahiro Kambe wrote: > In message <20100520050207.9927e17...@cvs.netbsd.org> > on Thu, 20 May 2010 05:02:07 +, > Soren Jacobsen wrote: >> Module Name: src >> Committed By:snj >> Date:Thu May 20 05:02:07 UTC 2010 >> >> Modified

Re: CVS commit: [netbsd-5] src/lib/libpthread

2010-05-20 Thread Takahiro Kambe
Hi, In message <20100520050207.9927e17...@cvs.netbsd.org> on Thu, 20 May 2010 05:02:07 +, Soren Jacobsen wrote: > Module Name: src > Committed By: snj > Date: Thu May 20 05:02:07 UTC 2010 > > Modified Files: > src/lib/libpthread [netbsd-5]: pthread.c > > Log M

Re: CVS commit: [netbsd-5] src/sys/dev/ic

2010-03-06 Thread Masao Uebayashi
> ...so how does a sata patch break usb? Something related interrupt? usb(4) attachment runs in thread context. Masao

Re: CVS commit: [netbsd-5] src/sys/dev/ic

2010-03-06 Thread David Holland
On Sun, Mar 07, 2010 at 12:13:38AM +0100, Bernd Ernesti wrote: > > Log Message: > > Pull up the following revisions(s) (requested by bouyer in ticket #1317): > >sys/dev/ic/ahcisata_core.c: revision 1.23 > > > > Move ahci_channel_start() after BSY has cleared (do not touch SError while

Re: CVS commit: [netbsd-5] src/sys/dev/ic

2010-03-06 Thread Bernd Ernesti
On Sat, Mar 06, 2010 at 10:10:46PM +, Stephen Borrill wrote: > Module Name: src > Committed By: sborrill > Date: Sat Mar 6 22:10:46 UTC 2010 > > Modified Files: > src/sys/dev/ic [netbsd-5]: ahcisata_core.c > > Log Message: > Pull up the following revisions(s) (requested by bou

Re: CVS commit: [netbsd-5] src/sys/kern

2010-01-30 Thread Antti Kantee
On Sat Jan 30 2010 at 19:53:21 +, Soren Jacobsen wrote: > Module Name: src > Committed By: snj > Date: Sat Jan 30 19:53:21 UTC 2010 > > Modified Files: > src/sys/kern [netbsd-5]: sys_aio.c > > Log Message: > Pull up following revision(s) (requested by rmind in ticket #1286): >

Re: CVS commit: [netbsd-5] src/external/bsd/pkg_install/dist

2009-10-18 Thread Manuel Bouyer
On Sun, Oct 18, 2009 at 04:01:52PM +, Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Sun Oct 18 16:01:51 UTC 2009 > > Modified Files: > src/external/bsd/pkg_install/dist/add [netbsd-5]: add.h main.c > perform.c pkg_add.1 > src/external/bsd

Re: CVS commit: [netbsd-5] src/distrib/sets/lists/base

2009-10-11 Thread Izumi Tsutsui
> Module Name: src > Committed By: snj > Date: Tue Oct 6 23:57:56 UTC 2009 > > Modified Files: > src/distrib/sets/lists/base [netbsd-5]: mi > > Log Message: > Apply patch (requested by mrg in ticket #1062): > Fix build for non-xorg ports. > > > To generate a diff of this commit:

re: CVS commit: [netbsd-5] src

2009-10-05 Thread matthew green
On Tue, Oct 06, 2009 at 03:41:25AM +1100, matthew green wrote: > >Module Name:src >Committed By: sborrill >Date: Mon Oct 5 11:46:22 UTC 2009 > >Modified Files: >src/include [netbsd-5]: util.h >src/lib/libutil

Re: CVS commit: [netbsd-5] src

2009-10-05 Thread Manuel Bouyer
On Tue, Oct 06, 2009 at 03:41:25AM +1100, matthew green wrote: > >Module Name: src >Committed By: sborrill >Date: Mon Oct 5 11:46:22 UTC 2009 > >Modified Files: > src/include [netbsd-5]: util.h > src/lib/libutil [netbsd-5]: opendisk.c >

re: CVS commit: [netbsd-5] src

2009-10-05 Thread matthew green
Module Name: src Committed By:sborrill Date:Mon Oct 5 11:46:22 UTC 2009 Modified Files: src/include [netbsd-5]: util.h src/lib/libutil [netbsd-5]: opendisk.c Log Message: Pull up the following revisions(s) (requested by pooka in ti

Re: CVS commit: [netbsd-5] src/sys/dev/pci

2009-09-15 Thread Soren Jacobsen
On Sep 15, 2009, at 5:38 AM, Izumi Tsutsui wrote: s...@netbsd.org wrote: Module Name:src Committed By: snj Date: Tue Sep 15 06:48:49 UTC 2009 Modified Files: src/sys/dev/pci [netbsd-5]: pci_usrreq.c Log Message: Pull up following revision(s) (requested by mrg in ticke

Re: CVS commit: [netbsd-5] src/sys/dev/pci

2009-09-15 Thread Izumi Tsutsui
s...@netbsd.org wrote: > Module Name: src > Committed By: snj > Date: Tue Sep 15 06:48:49 UTC 2009 > > Modified Files: > src/sys/dev/pci [netbsd-5]: pci_usrreq.c > > Log Message: > Pull up following revision(s) (requested by mrg in ticket #952): > sys/dev/pci/pci_usrreq.c: r