CVS commit: src/share/man/man9lua

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 07:42:18 UTC 2013

Added Files:
src/share/man/man9lua: Makefile intro.9lua

Log Message:
place for 9lua man pages


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/man/man9lua/Makefile \
src/share/man/man9lua/intro.9lua

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



CVS commit: src/share/man/man9lua

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 07:51:25 UTC 2013

Modified Files:
src/share/man/man9lua: intro.9lua

Log Message:
fix Dt


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9lua/intro.9lua

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



CVS commit: src

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 08:23:38 UTC 2013

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man: Makefile

Log Message:
build and install intro(3lua) and intro(9lua)


To generate a diff of this commit:
cvs rdiff -u -r1.1440 -r1.1441 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.30 -r1.31 src/share/man/Makefile

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



CVS commit: src/share/man/man1

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 08:37:58 UTC 2013

Modified Files:
src/share/man/man1: intro.1

Log Message:
.Xr intro(3lua) and intro(9lua)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man1/intro.1

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



CVS commit: src

2013-10-26 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Oct 26 09:16:20 UTC 2013

Modified Files:
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/modules: mi
src/share/man/man4: Makefile rgephy.4 usb.4
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC
src/sys/dev/usb: files.usb usbdevices.config
src/sys/modules: Makefile
Added Files:
src/share/man/man4: axen.4
src/sys/dev/usb: if_axen.c if_axenreg.h
src/sys/modules/if_axen: Makefile if_axen.ioconf

Log Message:
Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1441 -r1.1442 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.52 -r1.53 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.605 -r1.606 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/axen.4
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/rgephy.4
cvs rdiff -u -r1.101 -r1.102 src/share/man/man4/usb.4
cvs rdiff -u -r1.380 -r1.381 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.363 -r1.364 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1097 -r1.1098 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.129 -r1.130 src/sys/dev/usb/files.usb
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_axen.c src/sys/dev/usb/if_axenreg.h
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/usb/usbdevices.config
cvs rdiff -u -r1.119 -r1.120 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/if_axen/Makefile \
src/sys/modules/if_axen/if_axen.ioconf

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



CVS commit: src/lib/lua/gpio

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 09:18:00 UTC 2013

Modified Files:
src/lib/lua/gpio: gpio.c

Log Message:
also register gpio_methods on the gpio table


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/lua/gpio/gpio.c

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



CVS commit: src/doc

2013-10-26 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Oct 26 09:19:45 UTC 2013

Modified Files:
src/doc: CHANGES

Log Message:
note axen(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1856 -r1.1857 src/doc/CHANGES

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



CVS commit: src

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 10:48:19 UTC 2013

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man3lua: Makefile
Added Files:
src/share/man/man3lua: gpio.3lua

Log Message:
first shot at documenting gpio(3lua)


To generate a diff of this commit:
cvs rdiff -u -r1.1442 -r1.1443 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3lua/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man3lua/gpio.3lua

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



CVS commit: src/sys/dev/spi

2013-10-26 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sat Oct 26 15:18:21 UTC 2013

Modified Files:
src/sys/dev/spi: m25p.c

Log Message:
Add support for M25P16, tested on Raspberry PI with Digilent PmodSF.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/spi/m25p.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/man9lua

2013-10-26 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Oct 26 17:06:51 UTC 2013

Modified Files:
src/share/man/man9lua: intro.9lua

Log Message:
Kill extra El macro.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9lua/intro.9lua

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-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 17:46:48 UTC 2013

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

Log Message:
kill unused .El macro


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3lua/intro.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/arm/include

2013-10-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Oct 26 18:07:52 UTC 2013

Modified Files:
src/sys/arch/arm/include: param.h

Log Message:
Use CPP symbols to determine the right MACHINE_ARCH


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/include/param.h

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



CVS commit: src/sys/dev/i2c

2013-10-26 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sat Oct 26 18:28:15 UTC 2013

Modified Files:
src/sys/dev/i2c: lm87.c

Log Message:
A fan reading of 0xff is also invalid (observed on AlphaServer DS20L).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/lm87.c

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



CVS commit: src/sys/sys

2013-10-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Oct 26 18:31:29 UTC 2013

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

Log Message:
change void to void for device_printf


To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 src/sys/sys/systm.h

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



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

2013-10-26 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sat Oct 26 18:47:27 UTC 2013

Modified Files:
src/sys/arch/sparc64/include: autoconf.h

Log Message:
Allow machine_banner and machine_model to be used outside autoconf.c, for
example, by drivers that need to match on model name.  Suggested by mrg@.


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

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



CVS commit: src/sys/arch/sparc64/dev

2013-10-26 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sat Oct 26 18:49:30 UTC 2013

Modified Files:
src/sys/arch/sparc64/dev: tda.c

Log Message:
Use machine_model from autoconf.c, instead of calling the firmware here.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc64/dev/tda.c

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



CVS commit: src/distrib/sets/lists/comp

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 20:06:38 UTC 2013

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
add sys/lua.h


To generate a diff of this commit:
cvs rdiff -u -r1.1846 -r1.1847 src/distrib/sets/lists/comp/mi

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



CVS commit: src/sys/sys

2013-10-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct 26 20:07:14 UTC 2013

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

Log Message:
add CVS marker


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/lua.h

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



CVS commit: src/sbin/gpt

2013-10-26 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Oct 26 20:31:23 UTC 2013

Modified Files:
src/sbin/gpt: map.c

Log Message:
cosmetic fix from drochner@


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/map.c

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



CVS commit: src/common/lib/libc/hash/murmurhash

2013-10-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat Oct 26 21:06:38 UTC 2013

Modified Files:
src/common/lib/libc/hash/murmurhash: murmurhash.c

Log Message:
murmurhash2: add an optimised path for the aligned pointer case.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/hash/murmurhash/murmurhash.c

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



CVS commit: src/external/bsd/elftosb/usr.sbin/elftosb

2013-10-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 26 22:55:51 UTC 2013

Modified Files:
src/external/bsd/elftosb/usr.sbin/elftosb: elftosb.8

Log Message:
Syntax and formatting fixes. Add missing command. Explain 'sb'.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8

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



CVS commit: src/external/bsd/elftosb/usr.sbin/sbkeygen

2013-10-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 26 22:58:04 UTC 2013

Modified Files:
src/external/bsd/elftosb/usr.sbin/sbkeygen: sbkeygen.8

Log Message:
Formatting and macro usage fixes. Fix xrefs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8

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



CVS commit: src/external/bsd/elftosb/usr.sbin/elftosb

2013-10-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 26 22:58:29 UTC 2013

Modified Files:
src/external/bsd/elftosb/usr.sbin/elftosb: elftosb.8

Log Message:
Fix xrefs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8

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



CVS commit: src/external/bsd/elftosb/usr.sbin/sbtool

2013-10-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 26 22:59:28 UTC 2013

Modified Files:
src/external/bsd/elftosb/usr.sbin/sbtool: sbtool.8

Log Message:
Fix macro usage and xrefs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8

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



CVS commit: src/sys/arch/x68k/x68k

2013-10-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Oct 27 02:06:06 UTC 2013

Modified Files:
src/sys/arch/x68k/x68k: locore.s machdep.c pmap_bootstrap.c

Log Message:
Probe extended memories before pmap_boostrap() for actual fix of PR/45915.

Also expand expected maximum extended memory regions to recognize
upto 1008 MB RAM that is supported by the XM6i emulator.

See my post on port-x68k@ for more details:
http://mail-index.NetBSD.org/port-x68k/2013/10/19/msg39.html

Probably worth to pullup to netbsd-6.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x68k/x68k/locore.s
cvs rdiff -u -r1.186 -r1.187 src/sys/arch/x68k/x68k/machdep.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/x68k/x68k/pmap_bootstrap.c

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



CVS commit: src/doc

2013-10-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Oct 27 02:25:03 UTC 2013

Modified Files:
src/doc: CHANGES

Log Message:
Note that NetBSD/x68k now supports upto 1008 MB extended memory found on XM6i.


To generate a diff of this commit:
cvs rdiff -u -r1.1857 -r1.1858 src/doc/CHANGES

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



CVS commit: src/distrib/sets/lists/comp

2013-10-26 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Sun Oct 27 02:39:21 UTC 2013

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Revert mi because the added line refers to an imaginary file.


To generate a diff of this commit:
cvs rdiff -u -r1.1847 -r1.1848 src/distrib/sets/lists/comp/mi

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