CVS commit: src/sys/dev/pckbport

2012-01-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 7 10:27:59 UTC 2012 Modified Files: src/sys/dev/pckbport: elantech.c elantechvar.h Log Message: add support for elantech (v2) touchpads that report input pressure To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: othersrc/external/bsd/vmdk/dist

2012-01-07 Thread Thomas Klausner
Module Name:othersrc Committed By: wiz Date: Sat Jan 7 11:06:31 UTC 2012 Modified Files: othersrc/external/bsd/vmdk/dist: libvmdk.3 Log Message: Describe libvmdk in Nd, not libjson :) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: othersrc/external/bsd/vmdk/dist

2012-01-07 Thread Thomas Klausner
Module Name:othersrc Committed By: wiz Date: Sat Jan 7 11:06:56 UTC 2012 Modified Files: othersrc/external/bsd/vmdk/dist: vmdk.8 Log Message: Remove trailing whitespace. Remove Pp before section. Sort sections. Fix typo. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 15:03:11 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Fixed 12/24h mode. Bit 6 from the hours register indicates 12h mode. Do not overwrite the control register (0x07) with random contents.

CVS commit: src/tests/lib/libc/time

2012-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 7 15:05:22 UTC 2012 Modified Files: src/tests/lib/libc/time: t_mktime.c Log Message: ATF_REQUIRE_ERRNO() needs to be used with care: - pass the expected errno to it, not errno - make sure to have errno set already

CVS commit: src/lib/libc/time

2012-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 7 15:19:35 UTC 2012 Modified Files: src/lib/libc/time: localtime.c Log Message: Do not force errno to EOVERFLOW when returning -1 from mktime or friends. First, there are legitimate cases where we want to return -1 and

CVS commit: src/sys/dev/pci

2012-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 7 15:59:46 UTC 2012 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Modify the attach message for consistency with most other pci devices. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

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

2012-01-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 7 16:11:20 UTC 2012 Modified Files: src/sys/arch/hp700/conf: majors.hp700 Log Message: Allocate a major number for wd and sysmon_power Part of PR/45783 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/etc/etc.hp700

2012-01-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 7 16:12:30 UTC 2012 Modified Files: src/etc/etc.hp700: MAKEDEV.conf Log Message: Create device nodes for wscons, raid, wd, and sysmon. PR/45783 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src

2012-01-07 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 7 16:47:43 UTC 2012 Modified Files: src/lib/libc/arch/vax/gen: _lwp.c src/sys/arch/vax/include: mcontext.h src/sys/arch/vax/vax: machdep.c Log Message: define _UC_TLSBASE and use it to pass the TLS pointer

CVS commit: src/sys/arch/usermode/usermode

2012-01-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 7 18:07:57 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: intr.c Log Message: increase the max # of sigio handlers To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/games/adventure

2012-01-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 7 18:08:35 UTC 2012 Modified Files: src/games/adventure: crc.c Log Message: Make this not crash on machines that are (a) 64 bit, or (b) have signed chars by default (i.e., almost all machines). Makes it possible to

CVS commit: src/sys/arch/usermode

2012-01-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 7 18:10:18 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.common src/sys/arch/usermode/dev: mainbus.c src/sys/arch/usermode/usermode: machdep.c Log Message: support multiple disk images

CVS commit: src/lib/libutil

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 18:40:56 UTC 2012 Modified Files: src/lib/libutil: Makefile strpct.3 strpct.c Log Message: - add strspct - be explicit about string not being NUL terminated if bufsiz == 0 To generate a diff of this commit: cvs

CVS commit: src/include

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 18:41:14 UTC 2012 Modified Files: src/include: util.h Log Message: strspct To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/include/util.h Please note that diffs are not public domain; they are

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

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 18:42:39 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add strspct To generate a diff of this commit: cvs rdiff -u -r1.1723 -r1.1724 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/bin/df

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 18:45:13 UTC 2012 Modified Files: src/bin/df: df.c Log Message: use strspct. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/bin/df/df.c Please note that diffs are not public domain; they are

CVS commit: src/distrib/utils/sysinst

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 18:54:31 UTC 2012 Modified Files: src/distrib/utils/sysinst: aout2elf.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl upgrade.c Log Message: only deal with X11R7 now. To generate a diff of this

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

2012-01-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 7 19:43:06 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.common Log Message: Boost symtab space for amd64 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/usermode/usermode

2012-01-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 7 19:44:13 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Change prototype of logical page number in pv_lookop and pv_enter and add diagnostic checks to check for out-of-bounds. To

CVS commit: src/sys/arch/usermode/usermode

2012-01-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 7 19:45:14 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Cleanup trap debug messages To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/usermode/usermode/trap.c

CVS commit: src/sys/sys

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 19:48:19 UTC 2012 Modified Files: src/sys/sys: aio.h Log Message: According to TOG, aio.h is a standalone header. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/sys/aio.h Please note that

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 19:57:49 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h Log Message: NH230 PPCBoot configures the memory boundary registers for 128MB, although the board has only 64MB. Fix that. To

CVS commit: src/sys/arch/usermode/usermode

2012-01-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 7 20:12:07 UTC 2012 Removed Files: src/sys/arch/usermode/usermode: thunk_sdl.c Log Message: Remove unused thunk_sdl.c file To generate a diff of this commit: cvs rdiff -u -r1.1 -r0

CVS commit: src/sys/netinet

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 20:20:13 UTC 2012 Modified Files: src/sys/netinet: udp.h Log Message: u_intN - uintN make standalone To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/udp.h Please note that diffs are

CVS commit: src/sys/netinet

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 20:20:22 UTC 2012 Modified Files: src/sys/netinet: tcp.h Log Message: make standalone To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/netinet/tcp.h Please note that diffs are not public

CVS commit: src/sys/arch/usermode

2012-01-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 7 20:44:42 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.amd64 GENERIC.i386 Makefile.usermode Added Files: src/sys/arch/usermode/target/x86_64: cpu_x86_64.c Removed Files:

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

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 20:51:23 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Disable flash device unless nor(4) is not finished. Add pcf8563rtc(4) for NH230/231. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 21:02:15 UTC 2012 Modified Files: src/sys/dev/i2c: pcf8563.c Log Message: Add direct config support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/pcf8563.c Please note that diffs are not

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 21:03:06 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: iic_eumb.c Log Message: Configure pcf8563rtc for nhnas models. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/games/adventure

2012-01-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 7 22:23:16 UTC 2012 Modified Files: src/games/adventure: save.c Log Message: Redo save file handling. The old save files were unportable, had no magic number or versioning, relied on random(3) never changing to a

CVS commit: src/doc

2012-01-07 Thread David A. Holland
@@ Changes from NetBSD 5.0 to NetBSD 6.0: viaide(4): VT6410 PATA RAID controller support (without RAID). [phx 20111228] sandpoint: Iomega Storcenter support. [phx 20111228] + adventure(6): New save file format. Please regenerate (restore + and re-save) any old save files. [dholland 20120107]

CVS commit: src/distrib/utils/sysinst

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 02:24:32 UTC 2012 Modified Files: src/distrib/utils/sysinst: aout2elf.c Log Message: this is only valid for X11R6; we never had a.out X11R7 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/distrib/utils/sysinst

2012-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 02:32:00 UTC 2012 Modified Files: src/distrib/utils/sysinst: msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl upgrade.c Log Message: work for both X11R6 and X11R7 To generate a diff of this commit: cvs

CVS commit: src/share/man/man5

2012-01-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 8 04:01:12 UTC 2012 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Sentences should verbs. From Snader_LB To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/share/man/man5/rc.conf.5