muc.lists.netbsd.sourcechanges
  Home FAQ Contact Sign in
muc.lists.netbsd.sourcechanges only
 
Advanced search
April 2008
motuwethfrsasuw
 123456 14
78910111213 15
14151617181920 16
21222324252627 17
282930     18
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/lib/libc/sys         


Author: YAMAMOTO Takashi
Date: May 4, 2008 22:04

Module Name: src
Committed By: yamt
Date: Mon May 5 05:04:06 UTC 2008

Modified Files:
src/lib/libc/sys: _lwp_ctl.2

Log Message:
document LWPCTL_FEATURE_PCTR.

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/sys/_lwp_ctl.2

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/powerpc/oea         


Author: Chuck Silvers
Date: May 4, 2008 21:40

Module Name: src
Committed By: chs
Date: Mon May 5 04:40:53 UTC 2008

Modified Files:
src/sys/arch/powerpc/oea: pmap.c

Log Message:
pmap_upvo_pool needs to use IPL_VM since it is used from
pmap_kenter_pa(), which can be called from interrupt context.

To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/arch/powerpc/oea/pmap.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/sys         


Author: Mindaugas Rasiukevicius
Date: May 4, 2008 20:12

Module Name: src
Committed By: rmind
Date: Mon May 5 03:12:24 UTC 2008

Modified Files:
src/sys/sys: mman.h

Log Message:
Move the values to POSIX_* and use the constants for MADV_*, since these
are inside _NETBSD_SOURCE ifdef.

To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/sys/mman.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/compat/linux/common         


Author: Jared D. McNeill
Date: May 4, 2008 19:29

Module Name: src
Committed By: jmcneill
Date: Mon May 5 02:29:31 UTC 2008

Modified Files:
src/sys/compat/linux/common: linux_sched.c

Log Message:
Wrap debug printfs in #ifdef DEBUG_LINUX (hi njoly!)

To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/compat/linux/common/linux_sched.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/dev/mii         


Author: Izumi Tsutsui
Date: May 4, 2008 18:37

Module Name: src
Committed By: tsutsui
Date: Mon May 5 01:37:56 UTC 2008

Modified Files:
src/sys/dev/mii: gphyter.c mii.c nsphyter.c

Log Message:
Use device_private() where appropriate.

To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/dev/mii/gphyter.c
cvs rdiff -r1.47 -r1.48 src/sys/dev/mii/mii.c
cvs rdiff -r1.31 -r1.32 src/sys/dev/mii/nsphyter.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
1 Comment
  CVS commit: src/sys/compat/common         


Author: Andrew Doran
Date: May 4, 2008 17:33

Module Name: src
Committed By: ad
Date: Mon May 5 00:33:32 UTC 2008

Modified Files:
src/sys/compat/common: vfs_syscalls_20.c

Log Message:
Remove unneeded includes.

To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/compat/common/vfs_syscalls_20.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/dev/usb         


Author: Jared D. McNeill
Date: May 4, 2008 17:22

Module Name: src
Committed By: jmcneill
Date: Mon May 5 00:22:06 UTC 2008

Modified Files:
src/sys/dev/usb: xboxcontroller.c

Log Message:
Use 2-clause license.

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/usb/xboxcontroller.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/dev/ic         


Author: Jared D. McNeill
Date: May 4, 2008 17:21

Module Name: src
Committed By: jmcneill
Date: Mon May 5 00:21:47 UTC 2008

Modified Files:
src/sys/dev/ic: cs4215reg.h cs4215var.h

Log Message:
Use 2-clause license.

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/ic/cs4215reg.h src/sys/dev/ic/cs4215var.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/dev/i2c         


Author: Jared D. McNeill
Date: May 4, 2008 17:21

Module Name: src
Committed By: jmcneill
Date: Mon May 5 00:21:04 UTC 2008

Modified Files:
src/sys/dev/i2c: pic16lc.c pic16lcreg.h xbseeprom.c

Log Message:
Use 2-clause license.

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/i2c/pic16lc.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/i2c/pic16lcreg.h
cvs rdiff -r1.5 -r1.6 src/sys/dev/i2c/xbseeprom.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/x86/x86         


Author: Jared D. McNeill
Date: May 4, 2008 17:19

Module Name: src
Committed By: jmcneill
Date: Mon May 5 00:19:55 UTC 2008

Modified Files:
src/sys/arch/x86/x86: platform.c

Log Message:
Use 2-clause license.

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/x86/platform.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 3 4 5 6 7 8 9