David Young | 1 Jun 2003 01:17
Picon

CVS commit: src/distrib/sets


Module Name:	src
Committed By:	dyoung
Date:		Sat May 31 23:17:30 UTC 2003

Modified Files:
	src/distrib/sets: makeplist

Log Message:
Fix typo to show correct prefix for PLIST, s/\$plist/\$prefix/.

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/distrib/sets/makeplist

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

Valeriy E. Ushakov | 1 Jun 2003 01:22
Picon

CVS commit: src/sys/dev/ic


Module Name:	src
Committed By:	uwe
Date:		Sat May 31 23:22:28 UTC 2003

Modified Files:
	src/sys/dev/ic: igsfb.c igsfbvar.h

Log Message:
Implement accelerated text ops using graphic coprocessor.

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/igsfb.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/igsfbvar.h

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

Jason R Thorpe | 1 Jun 2003 01:42
Picon

CVS commit: src/sbin/sysctl


Module Name:	src
Committed By:	thorpej
Date:		Sat May 31 23:42:24 UTC 2003

Modified Files:
	src/sbin/sysctl: sysctl.c

Log Message:
Avoid a strict-alias warning in gcc 3.3.

To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/sbin/sysctl/sysctl.c

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

Ichiro Fukuhara | 1 Jun 2003 01:57
Picon

CVS commit: src/sys/arch


Module Name:	src
Committed By:	ichiro
Date:		Sat May 31 23:57:46 UTC 2003

Modified Files:
	src/sys/arch/arm/xscale: ixp425_com.c ixp425_comvar.h
	src/sys/arch/evbarm/conf: ZAO425
	src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c

Log Message:
print description of Console and enable ixpcom0/1 in configuration

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/arm/xscale/ixp425_com.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/xscale/ixp425_comvar.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbarm/conf/ZAO425
cvs rdiff -r1.2 -r1.3 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c

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

Jaromir Dolecek | 1 Jun 2003 02:03
Picon

CVS commit: src/sys/kern


Module Name:	src
Committed By:	jdolecek
Date:		Sun Jun  1 00:03:39 UTC 2003

Modified Files:
	src/sys/kern: kern_ksyms.c

Log Message:
Add __KERNEL_RCSID()

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_ksyms.c

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

Valeriy E. Ushakov | 1 Jun 2003 02:04
Picon

CVS commit: src/sys/arch/netwinder/conf


Module Name:	src
Committed By:	uwe
Date:		Sun Jun  1 00:04:00 UTC 2003

Modified Files:
	src/sys/arch/netwinder/conf: GENERIC

Log Message:
Uncomment igsfb and wsdisplay now that igsfb(4) is considered stable.
We still need to have CyberPro memory mapped early in the boot process
to use igsfb as console.

To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/arch/netwinder/conf/GENERIC

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

Valeriy E. Ushakov | 1 Jun 2003 02:06
Picon

CVS commit: src/sys/arch/netwinder/conf


Module Name:	src
Committed By:	uwe
Date:		Sun Jun  1 00:06:25 UTC 2003

Modified Files:
	src/sys/arch/netwinder/conf: GENERIC

Log Message:
Bump SYMTAB_SPACE to make symbol table fit.

To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/netwinder/conf/GENERIC

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

Niels Provos | 1 Jun 2003 02:12
Picon

CVS commit: src/bin/systrace


Module Name:	src
Committed By:	provos
Date:		Sun Jun  1 00:12:34 UTC 2003

Modified Files:
	src/bin/systrace: policy.c

Log Message:
do not free memory that still may be referenced later

To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/bin/systrace/policy.c

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

David Young | 1 Jun 2003 02:13
Picon
Favicon

Re: CVS commit: src/distrib/sets

On Mon, May 26, 2003 at 03:42:36PM +0000, Jason R Thorpe wrote:
> 
> Module Name:	src
> Committed By:	thorpej
> Date:		Mon May 26 15:42:35 UTC 2003
> 
> Modified Files:
> 	src/distrib/sets: makeflist
> 
> Log Message:
> Check if md.${MACHINE}.${MACHINE_ARCH} exists and prefer it over
> md.${MACHINE}.

Should an equivalent change be made in both makeplist and listpkgs?

Dave

--

-- 
David Young             OJC Technologies
dyoung <at> ojctech.com      Urbana, IL * (217) 278-3933

Jason R Thorpe | 1 Jun 2003 02:43
Picon

CVS commit: src/sys/arch/sparc/stand/ofwboot


Module Name:	src
Committed By:	thorpej
Date:		Sun Jun  1 00:43:48 UTC 2003

Modified Files:
	src/sys/arch/sparc/stand/ofwboot: Makefile

Log Message:
Add -ffreestanding.

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/sparc/stand/ofwboot/Makefile

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


Gmane