CVS commit: src/sys/dev/pci

2013-12-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Dec 23 10:04:49 UTC 2013

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add Intel C2000 devices.


To generate a diff of this commit:
cvs rdiff -u -r1.1171 -r1.1172 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2013-12-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Dec 23 10:05:09 UTC 2013

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

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1164 -r1.1165 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1163 -r1.1164 src/sys/dev/pci/pcidevs_data.h

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



CVS commit: src/usr.sbin/cpuctl/arch

2013-12-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Dec 23 10:13:59 UTC 2013

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

Log Message:
Add comments. Remove comments. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.



CVS commit: src/usr.sbin/cpuctl/arch

2013-12-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Dec 23 11:17:20 UTC 2013

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

Log Message:
CPUID leaf 2 and 4 are only for Intel processors.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.



CVS commit: src/sys/arch/x86/x86

2013-12-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Dec 23 11:40:57 UTC 2013

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

Log Message:
CPUID leaf 2 and 4 are only for Intel processors.
Almost the same as usr.sbin/cpuctl/arch/i386.c rev. 1.52.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/x86/x86/identcpu.c

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



CVS commit: src/usr.sbin/cpuctl

2013-12-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Dec 23 12:35:33 UTC 2013

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

Log Message:
Add verbose flag.
On x86 cpu, cpuctl -v identify dumps the return values of the cpuid
functions. The max levels are taken from CPUID 0 and CPUID 8000_.
It's useful for the future CPU.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/cpuctl/cpuctl.8
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/cpuctl/cpuctl.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/cpuctl/cpuctl.h
cvs rdiff -u -r1.52 -r1.53 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.



CVS commit: src/usr.sbin/cpuctl

2013-12-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec 23 12:39:55 UTC 2013

Modified Files:
src/usr.sbin/cpuctl: cpuctl.8

Log Message:
Use more common phrasing.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/cpuctl/cpuctl.8

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



CVS commit: src/share/man/man3lua

2013-12-23 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Dec 23 12:50:56 UTC 2013

Modified Files:
src/share/man/man3lua: sqlite.3lua

Log Message:
Assorted fixes. Kill a few uneeded paragraph macros, unbreak xref, and
numerous typos.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3lua/sqlite.3lua

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



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

2013-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 23 13:08:00 UTC 2013

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

Log Message:
Revert previous commit. It was an accident.


To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/sys/arch/alpha/conf/GENERIC

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



CVS commit: src/sys/kern

2013-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 23 15:34:16 UTC 2013

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

Log Message:
Remove local getsn and use cngetsn.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/kern/subr_userconf.c

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



CVS commit: src/share/man/man7

2013-12-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Dec 23 17:44:05 UTC 2013

Modified Files:
src/share/man/man7: hier.7

Log Message:
Note the existence of /libdata. PR 48471 from David H. Gutteridge,
with a couple minor adjustments.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/share/man/man7/hier.7

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



CVS commit: [netbsd-6] src/lib/libc/net

2013-12-23 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Dec 23 22:56:48 UTC 2013

Modified Files:
src/lib/libc/net [netbsd-6]: getaddrinfo.c gethnamaddr.c

Log Message:
Apply additional patches (requested by bad in ticket #975):

src/lib/libc/net/getaddrinfo.c r1.106:
this is supposed to be re-entrant, call don't call __hostalias that uses
a static buffer.

src/lib/libc/net/gethnamaddr.c r1.85:
- don't clobber hp in the RES_USE_INET6 case
- increment naddrs in the yp case
- don't use __hostalias(), it is not thread-safe.

Fixes additional issues in PR lib/46454


To generate a diff of this commit:
cvs rdiff -u -r1.96.4.1 -r1.96.4.2 src/lib/libc/net/getaddrinfo.c
cvs rdiff -u -r1.77.4.1 -r1.77.4.2 src/lib/libc/net/gethnamaddr.c

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



CVS commit: [netbsd-6] src/doc

2013-12-23 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Dec 23 22:59:52 UTC 2013

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Additional revisions for ticket 975.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-6.2

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



CVS commit: [netbsd-5] src/distrib/sparc/ramdisk

2013-12-23 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Dec 23 23:11:41 UTC 2013

Modified Files:
src/distrib/sparc/ramdisk [netbsd-5]: Makefile

Log Message:
Apply patch (requested by bad in ticket #1887):

Avoid libhack/gethost.c in the ramdisk as nothing needs the functions.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.40.2.1 src/distrib/sparc/ramdisk/Makefile

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



CVS commit: [netbsd-5] src/lib/libc/net

2013-12-23 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Dec 23 23:12:44 UTC 2013

Modified Files:
src/lib/libc/net [netbsd-5]: getaddrinfo.c gethnamaddr.c

Log Message:
Apply patch (requested by bad in ticket #1887):

src/lib/libc/net/getaddrinfo.c r1.106:
this is supposed to be re-entrant, call don't call __hostalias that uses
a static buffer.

src/lib/libc/net/gethnamaddr.c r1.85:
- don't clobber hp in the RES_USE_INET6 case
- increment naddrs in the yp case
- don't use __hostalias(), it is not thread-safe.

This should finish addressing PR lib/46454


To generate a diff of this commit:
cvs rdiff -u -r1.91.6.1 -r1.91.6.2 src/lib/libc/net/getaddrinfo.c
cvs rdiff -u -r1.73.18.2 -r1.73.18.3 src/lib/libc/net/gethnamaddr.c

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



CVS commit: [netbsd-5] src/doc

2013-12-23 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Dec 23 23:13:19 UTC 2013

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
Update revisions for ticket 1887.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-5.3

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



CVS commit: xsrc/xfree/xc/programs/xdm

2013-12-23 Thread David A. Holland
Module Name:xsrc
Committed By:   dholland
Date:   Mon Dec 23 23:14:22 UTC 2013

Modified Files:
xsrc/xfree/xc/programs/xdm: access.c

Log Message:
Don't crash if the local hostname doesn't resolve. PR 26998


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.2 xsrc/xfree/xc/programs/xdm/access.c

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



CVS commit: src/share/man/man7

2013-12-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Dec 24 01:42:32 UTC 2013

Modified Files:
src/share/man/man7: hier.7

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/share/man/man7/hier.7

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