Masao Uebayashi | 1 Oct 2008 04:44
Picon

CVS commit: src/sys/arch/cobalt/include


Module Name:	src
Committed By:	uebayasi
Date:		Wed Oct  1 02:44:15 UTC 2008

Modified Files:
	src/sys/arch/cobalt/include: intr.h

Log Message:
Typo in a comment.

To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/cobalt/include/intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Joerg Sonnenberger | 1 Oct 2008 09:42
Picon

CVS commit: src/sys/arch/amd64/include


Module Name:	src
Committed By:	joerg
Date:		Wed Oct  1 07:42:52 UTC 2008

Modified Files:
	src/sys/arch/amd64/include: asm.h

Log Message:
Make RCSID() use section .ident like the C version and i386's asm does.
OK ad <at> 

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/include/asm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Joerg Sonnenberger | 1 Oct 2008 09:53
Picon

CVS commit: src/external/bsd/pkg_install/sbin


Module Name:	src
Committed By:	joerg
Date:		Wed Oct  1 07:53:27 UTC 2008

Modified Files:
	src/external/bsd/pkg_install/sbin: Makefile

Log Message:
Add missing RCS ID.

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/external/bsd/pkg_install/sbin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Juergen Hannken-Illjes | 1 Oct 2008 12:45
Picon

CVS commit: src/sys/dev


Module Name:	src
Committed By:	hannken
Date:		Wed Oct  1 10:45:11 UTC 2008

Modified Files:
	src/sys/dev: fss.c

Log Message:
Make fss(4) D_MPSAFE.

- Use the device lock to protect fss_open(), fss_close() and fss_unmount_hook().
- Make sure fss_bs_thread() does not call biodone() with locks held.

Reviewd by: Andrew Doran <ad <at> netbsd.org>

To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/dev/fss.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Christos Zoulas | 1 Oct 2008 14:43
Picon

CVS commit: src/usr.sbin/sup/source


Module Name:	src
Committed By:	christos
Date:		Wed Oct  1 12:43:46 UTC 2008

Modified Files:
	src/usr.sbin/sup/source: sup.1

Log Message:
mention the delete bug in the man page. prompted by perry.

To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.sbin/sup/source/sup.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Christos Zoulas | 1 Oct 2008 17:38
Picon

CVS commit: src/sys/dev/pci


Module Name:	src
Committed By:	christos
Date:		Wed Oct  1 15:38:15 UTC 2008

Modified Files:
	src/sys/dev/pci: ichsmb.c pcidevs pcidevs.h pcidevs_data.h piixide.c

Log Message:
ICH10 support from Brad du Plessis

To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/ichsmb.c
cvs rdiff -r1.959 -r1.960 src/sys/dev/pci/pcidevs src/sys/dev/pci/pcidevs.h
cvs rdiff -r1.958 -r1.959 src/sys/dev/pci/pcidevs_data.h
cvs rdiff -r1.46 -r1.47 src/sys/dev/pci/piixide.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Mindaugas Rasiukevicius | 1 Oct 2008 18:01
Picon

CVS commit: src/sys/netinet


Module Name:	src
Committed By:	rmind
Date:		Wed Oct  1 16:01:51 UTC 2008

Modified Files:
	src/sys/netinet: ip_mroute.c

Log Message:
PR/39664: Dave Huang: ip_mrouter_done: free hash using hashdone(9).

To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 src/sys/netinet/ip_mroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Bernd Ernesti | 1 Oct 2008 18:21
Picon

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

On Wed, Oct 01, 2008 at 03:38:15PM +0000, Christos Zoulas wrote:
> 
> Module Name:	src
> Committed By:	christos
> Date:		Wed Oct  1 15:38:15 UTC 2008
> 
> Modified Files:
> 	src/sys/dev/pci: ichsmb.c pcidevs pcidevs.h pcidevs_data.h piixide.c
> 
> Log Message:
> ICH10 support from Brad du Plessis

From pcidevs:

 * 1.) Change "src/sys/dev/pci/pcidevs".
 * 2.) Commit "src/sys/dev/pci/pcidevs".
 * 3.) Execute "make -f Makefile.pcidevs" in "src/sys/dev/pci".
 * 4.) Commit "src/sys/dev/pci/pcidevs.h" and "src/sys/dev/pci/pcidevs_data.h".

Bill Stouder-Studenmund | 1 Oct 2008 18:46
Picon

CVS commit: [wrstuden-revivesa] src/sys/kern


Module Name:	src
Committed By:	wrstuden
Date:		Wed Oct  1 16:46:36 UTC 2008

Modified Files:
	src/sys/kern [wrstuden-revivesa]: kern_sa.c

Log Message:
Adapt all the tests that look for LW_WEXIT to also look for PS_WCORE
and PS_WEXIT.

Also look for PS_WCORE in sa_newcachelwp().

To generate a diff of this commit:
cvs rdiff -r1.91.2.44 -r1.91.2.45 src/sys/kern/kern_sa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Christos Zoulas | 1 Oct 2008 19:16

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

On Oct 1,  6:21pm, netbsd <at> lists.veego.de (Bernd Ernesti) wrote:
-- Subject: Re: CVS commit: src/sys/dev/pci

| On Wed, Oct 01, 2008 at 03:38:15PM +0000, Christos Zoulas wrote:
| > 
| > Module Name:	src
| > Committed By:	christos
| > Date:		Wed Oct  1 15:38:15 UTC 2008
| > 
| > Modified Files:
| > 	src/sys/dev/pci: ichsmb.c pcidevs pcidevs.h pcidevs_data.h piixide.c
| > 
| > Log Message:
| > ICH10 support from Brad du Plessis
| 
| >From pcidevs:
| 
|  * 1.) Change "src/sys/dev/pci/pcidevs".
|  * 2.) Commit "src/sys/dev/pci/pcidevs".
|  * 3.) Execute "make -f Makefile.pcidevs" in "src/sys/dev/pci".
|  * 4.) Commit "src/sys/dev/pci/pcidevs.h" and "src/sys/dev/pci/pcidevs_data.h".

just did it.

christos


Gmane