muc.lists.netbsd.sourcechanges
  Home FAQ Contact Sign in
muc.lists.netbsd.sourcechanges only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
muc.lists.netbsd.sourcechanges Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  CVS commit: src/sys/arch/macppc/dev         


Author: Michael Lorenz
Date: May 15, 2008 20:49

Module Name: src
Committed By: macallan
Date: Fri May 16 03:49:54 UTC 2008

Modified Files:
src/sys/arch/macppc/dev: snapper.c

Log Message:
sprinkle static

To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/macppc/dev/snapper.c

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/macppc/dev         


Author: Michael Lorenz
Date: May 15, 2008 20:11

Module Name: src
Committed By: macallan
Date: Fri May 16 03:11:09 UTC 2008

Modified Files:
src/sys/arch/macppc/dev: deq.c deqvar.h

Log Message:
struct device * -> device_t

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/macppc/dev/deq.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/macppc/dev/deqvar.h

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/macppc/dev         


Author: Michael Lorenz
Date: May 15, 2008 19:45

Module Name: src
Committed By: macallan
Date: Fri May 16 02:45:16 UTC 2008

Modified Files:
src/sys/arch/macppc/dev: cuda.c

Log Message:
struct device * -> device_t

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/macppc/dev/cuda.c

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/macppc/dev         


Author: Michael Lorenz
Date: May 15, 2008 19:41

Module Name: src
Committed By: macallan
Date: Fri May 16 02:41:50 UTC 2008

Modified Files:
src/sys/arch/macppc/dev: awacs.c

Log Message:
struct device * -> device_t

To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/macppc/dev/awacs.c

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/ibmnws         


Author: Robert Swindells
Date: May 15, 2008 16:38

Module Name: src
Committed By: rjs
Date: Thu May 15 23:38:49 UTC 2008

Modified Files:
src/sys/arch/ibmnws/conf: GENERIC
src/sys/arch/ibmnws/ibmnws: autoconf.c consinit.c

Log Message:
Enable console on genfb(4).

To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/ibmnws/conf/GENERIC
cvs rdiff -r1.8 -r1.9 src/sys/arch/ibmnws/ibmnws/autoconf.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/ibmnws/ibmnws/consinit.c

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/ibmnws/conf         


Author: Robert Swindells
Date: May 15, 2008 16:36

Module Name: src
Committed By: rjs
Date: Thu May 15 23:36:47 UTC 2008

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

Log Message:
Enable DDB and INET6, remove use of md(4).

To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/arch/ibmnws/conf/GENERIC

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/usr.sbin/cpuctl/arch         


Author: Chris Gilbert
Date: May 15, 2008 16:31

Module Name: src
Committed By: chris
Date: Thu May 15 23:31:56 UTC 2008

Modified Files:
src/usr.sbin/cpuctl/arch: i386.c

Log Message:
Fix two sizeof(__arraycount()) to not use sizeof when looking up the size
of the array.

This fixes a crash when run on amd phenom under amd64.

Issue reported and inital patch by Paul Goyette.

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/usr.sbin/cpuctl/arch/i386.c

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/common/lib/libprop         


Author: David Young
Date: May 15, 2008 14:23

Module Name: src
Committed By: dyoung
Date: Thu May 15 21:23:33 UTC 2008

Modified Files:
src/common/lib/libprop: prop_data.c

Log Message:
In prop_data_create_data(blob, len), if len == 0, allocate no memory
for blob, and leave pd_mutable set to NULL. In this way, avoid
tripping over the assertion in prop_data_data_nocopy().

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/common/lib/libprop/prop_data.c

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/usr.bin/make         


Author: Simon J. Gerraty
Date: May 15, 2008 14:05

Module Name: src
Committed By: sjg
Date: Thu May 15 21:05:55 UTC 2008

Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: test.exp

Log Message:
VAR_CMD context is used by conditionals and other purposes, so
actually set VAR_FROM_CMD when appropriate and only skip setting in
VAR_GLOBAL when that flag is set.

To generate a diff of this commit:
cvs rdiff -r1.130 -r1.131 src/usr.bin/make/var.c
cvs rdiff -r1.24 -r1.25 src/usr.bin/make/unit-tests/test.exp

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/macppc/dev         


Author: Michael Lorenz
Date: May 15, 2008 13:11

Module Name: src
Committed By: macallan
Date: Thu May 15 20:11:00 UTC 2008

Modified Files:
src/sys/arch/macppc/dev: snapper.c

Log Message:
listen to PMF volume control events
With this volume vontrol via keyboard works on my iBook G4.

To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/macppc/dev/snapper.c

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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
1 2