CVS commit: src/sys/dev/marvell

2012-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 10:38:06 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: - The MVGBE_RX_MAX_FRAME_LEN_ERROR bit is used to check whether a packet is fragmented or not, so define new

CVS commit: src/games/adventure

2012-10-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Oct 12 10:38:53 UTC 2012 Modified Files: src/games/adventure: wizard.c Log Message: Pass -Wstrict-overflow. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/adventure/wizard.c Please note that

CVS commit: src/games/atc

2012-10-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Oct 12 10:44:20 UTC 2012 Modified Files: src/games/atc: main.c Log Message: Don't use ++ to set flags to true. Now passes -Wstrict-overflow. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/pci

2012-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 11:24:44 UTC 2012 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Explicitly cast to uint64_t instead of using PRIxPADDR because sizeof(paddr_t) != sizeof(bus_addr_t) on some architecture. See:

CVS commit: src/sys/dev/acpi/wmi

2012-10-12 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Fri Oct 12 13:02:30 UTC 2012 Modified Files: src/sys/dev/acpi/wmi: wmi_hp.c Log Message: Add support for various things: - hddtemp sensor - ambient light sensor on/off (via sysctl) - display info - docking station info To

CVS commit: src/games/adventure

2012-10-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Oct 12 15:41:10 UTC 2012 Modified Files: src/games/adventure: wizard.c Log Message: fix previous, thanks asau@ To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/adventure/wizard.c Please note that

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

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 17:06:48 UTC 2012 Modified Files: src/sys/arch/x68k/stand: Makefile Log Message: Tweak SUBDIR build order and add comments about each dir. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/arm/broadcom

2012-10-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 12 17:18:02 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_pax.c bcm53xx_reg.h Log Message: Add a way to force PCI to negotiate gen1 (setting flags 1 in the config file). To generate a diff of this commit:

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

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 18:01:53 UTC 2012 Modified Files: src/sys/arch/x68k/stand/libsa: consio.c Log Message: Fix a bug in check_getchar() (called from awaitkey_1sec()). It didn't clear input key data when non ASCII keys (CTRL, OPT.1 etc)

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

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 18:06:27 UTC 2012 Modified Files: src/sys/arch/x68k/stand/boot: version Log Message: Bump version to denote check_getchar() bug fix. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/gpl3/gcc/usr.bin

2012-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 18:42:00 UTC 2012 Removed Files: src/external/gpl3/gcc/usr.bin/g++: g++.1 src/external/gpl3/gcc/usr.bin/gcc: gcc.1 Log Message: Remove OLD manunal to install correct manual. To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2012-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 12 19:45:47 UTC 2012 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: fix pre-5 stat system call structure which should have used the pre-64-time_t timestamps! To generate a diff of this commit: cvs

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

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 20:15:53 UTC 2012 Modified Files: src/sys/arch/x68k/stand: Makefile src/sys/arch/x68k/stand/boot: conf.c src/sys/arch/x68k/stand/libsa: Makefile Makefile.inc devopen.c libx68k.h Added Files:

CVS commit: src/doc

2012-10-12 Thread Izumi Tsutsui
: add clock_nanosleep(2) [christos 20121001] wpa: New wpa_supplicant(8) and hostapd(8) 1.0 [christos 20121007] + x68k: Add network bootloader for Neptune-X and Nereid Ethernet. + [tsutsui,isaki 20121012]

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

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 20:27:39 UTC 2012 Modified Files: src/sys/arch/x68k/conf: GENERIC Log Message: Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default. To generate a diff of this commit: cvs rdiff -u -r1.161

CVS commit: src/sys/kern

2012-10-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Oct 12 21:10:56 UTC 2012 Modified Files: src/sys/kern: vfs_vnode.c Log Message: Update comment on vnode life-cycle a little. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/kern/vfs_vnode.c Please note

CVS commit: [netbsd-6] src/distrib/notes/common

2012-10-12 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Oct 12 22:07:00 UTC 2012 Modified Files: src/distrib/notes/common [netbsd-6]: main Log Message: Insert changes.mdoc, detailing the highlighted changes from 5-6. To generate a diff of this commit: cvs rdiff -u -r1.484.2.3

CVS commit: [netbsd-6] src/sys/sys

2012-10-12 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Oct 12 22:10:14 UTC 2012 Modified Files: src/sys/sys [netbsd-6]: param.h Log Message: Welcome to NetBSD 6.0! To generate a diff of this commit: cvs rdiff -u -r1.408.2.5 -r1.408.2.6 src/sys/sys/param.h Please note that diffs

CVS commit: [netbsd-6] src/doc

2012-10-12 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Oct 12 22:11:10 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Welcome to 6.0! To generate a diff of this commit: cvs rdiff -u -r1.1.2.216 -r1.1.2.217 src/doc/CHANGES-6.0 Please note that diffs are not

CVS commit: src/sys/arch/arm/broadcom

2012-10-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 12 23:25:16 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_eth.c Log Message: Add some defensive code to deal with issues of this interface. Seems it can't do DMA updates of the rxsts for mbufs with addresses =

CVS commit: src/lib/libedit

2012-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 12 23:35:03 UTC 2012 Modified Files: src/lib/libedit: readline.c Log Message: Add trailing NULL's to the varargs functions as required. (John Spencer) To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

CVS commit: src/etc/etc.evbarm

2012-10-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Oct 13 01:14:00 UTC 2012 Modified Files: src/etc/etc.evbarm: MAKEDEV.conf Log Message: Add the next three /dev/pci nodes. Marvell Orion already exposes two. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8