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

2015-03-03 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Mar 4 05:35:50 UTC 2015 Modified Files: src/sys/arch/x86/include: pci_machdep.h Log Message: add a comment for pci_intr_handle_t. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/include/pci

CVS commit: src/usr.sbin/makemandb

2015-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 4 02:02:15 UTC 2015 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: - handle section numbers that are not single digits - don't allocate and free needlessly To generate a diff of this commit: cvs rdif

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

2015-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Mar 3 23:42:47 UTC 2015 Modified Files: src/sys/arch/arm/arm32: cpu.c Log Message: cache type 12 is "write-back", from matt To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/arch/arm/arm32/cpu.c Ple

CVS commit: src/sys/arch/evbarm/amlogic

2015-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Mar 3 23:20:04 UTC 2015 Modified Files: src/sys/arch/evbarm/amlogic: amlogic_machdep.c Log Message: fix build without VERBOSE_INIT_ARM To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/amlo

CVS commit: src/sys/arch/evbarm/amlogic

2015-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Mar 3 23:14:41 UTC 2015 Modified Files: src/sys/arch/evbarm/amlogic: amlogic_machdep.c Log Message: cleanup, copy in boot args from uboot To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/a

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

2015-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Mar 3 21:56:25 UTC 2015 Modified Files: src/sys/arch/arm/amlogic: amlogic_com.c Log Message: use irq instead of polling hack now that gic is fixed To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/a

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

2015-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Mar 3 21:53:12 UTC 2015 Modified Files: src/sys/arch/arm/cortex: gic.c Log Message: in armgic_establish_irq, make sure to write the new value to GICD_ICFGRn when setting irq type (IST_LEVEL/IST_EDGE) To generate a diff o

CVS commit: xsrc/external/mit/MesaLib/dist/src/mesa/main

2015-03-03 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Tue Mar 3 21:32:27 UTC 2015 Modified Files: xsrc/external/mit/MesaLib/dist/src/mesa/main: imports.h Log Message: xmmintrin.h is a gcc-specific header To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2 \ xsrc

CVS commit: src/sys/arch/mac68k/mac68k

2015-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 3 20:36:31 UTC 2015 Modified Files: src/sys/arch/mac68k/mac68k: trap.c Log Message: Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.

CVS commit: src/usr.bin/pwait

2015-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 3 19:59:49 UTC 2015 Modified Files: src/usr.bin/pwait: pwait.1 pwait.c Log Message: Add a timeout parameter. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/pwait/pwait.1 src/usr.bin/pwait/pwai

CVS commit: src/usr.sbin/makemandb

2015-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 3 18:04:33 UTC 2015 Modified Files: src/usr.sbin/makemandb: makemandb.8 Log Message: mention that this replaces makewhatis(8) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makemandb/makemand

CVS commit: src/usr.bin/man

2015-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 3 17:59:32 UTC 2015 Modified Files: src/usr.bin/man: man.conf.5 Log Message: there is no more makewhatis; it has been replaced by makemandb To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/man

CVS commit: src/sys/ufs/ffs

2015-03-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Mar 3 17:56:51 UTC 2015 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: ffs_reload(): release 'bp' earlier To generate a diff of this commit: cvs rdiff -u -r1.320 -r1.321 src/sys/ufs/ffs/ffs_vfsops.c Please note t

CVS commit: src/sys/ufs/ffs

2015-03-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Mar 3 17:46:39 UTC 2015 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: ffs_reload(): the current implementation blindly guesses critical fields of the superblock didn't change. Add checks to ensure they didn't chang

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 3 14:31:48 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.c Log Message: Re-enable prints to diagnose PR 49195. I believe I fixed this problem by fixing __wait_seqno, but before I remove th

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2015-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 3 13:57:20 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_fence.c Log Message: radeon_fence_wait returns 0, not positive, on success. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sys/arch/vax/vax

2015-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 3 13:23:49 UTC 2015 Modified Files: src/sys/arch/vax/vax: trap.c Log Message: Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src

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

2015-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 3 11:06:47 UTC 2015 Modified Files: src/distrib/sets/lists/debug: mi Log Message: sort To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/distrib/sets/lists/debug/mi Please note that diffs are not publ

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

2015-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 3 11:01:20 UTC 2015 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add pwait To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/distrib/sets/lists/debug/mi Please note that diffs are not

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 3 10:06:01 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcireg.h Log Message: Convert to __BIT and friends. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.37 -r1.234.2.

CVS commit: src/share/man/man4

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:59:20 UTC 2015 Modified Files: src/share/man/man4: iwm.4 Log Message: fix typo. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/iwm.4 Please note that diffs are not public domain; th

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:54:55 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Fix 11a support. >From OpenBSD rev.1.33. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/if_iwm.c Please note th

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:45:58 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Make setting the MAC context bit for 11g protection when transmitting OFDM frames conditional on the node via IEEE80211_F_USEPROT. >From OpenBSD

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:41:31 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Don't set CTS to self. Linux stopped setting this back in dc271ee0d04d12d6bfabacbec803289a7072fbd9 as it is known to cause problems. >From OpenB

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:34:40 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: sc_fixed_ridx is initialised to 0 but tested as it it were initialised to -1. The result of this is tx frames were always sent out at fixed rate

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:27:35 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Correctly set lowest_present_ofdm in iwm_mvm_ack_rates(). >From OpenBSD rev.1.28. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2015-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 3 09:23:02 UTC 2015 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Put -fno-unwind-tables into CFLAGS instead of COPTS - the old version caused DEFCOPTS not to be propagated into COPTS, which mea

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:22:06 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: init error to 0 in iwm_send_cmd(). >From OpenBSD rev.1.27. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/if_iwm.

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:16:56 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: match iwn and init txrate at lowest available bit-rate. >From OpenBSD rev.1.26. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 sr

CVS commit: src/sys/dev/pci

2015-03-03 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 3 09:10:45 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c if_iwmvar.h Log Message: workaround for interrupt coalescing bug not needed on 7265. >From OpenBSD if_iwm.c rev.1.25, if_iwmvar.h rev.1.7. To generate a diff

CVS commit: [netbsd-7] src/doc

2015-03-03 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 3 08:35:00 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: tickets 556, 568, and 569 To generate a diff of this commit: cvs rdiff -u -r1.1.2.216 -r1.1.2.217 src/doc/CHANGES-7.0 Please note that diffs

CVS commit: [netbsd-7] src

2015-03-03 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 3 08:28:12 UTC 2015 Modified Files: src/distrib/sets [netbsd-7]: sets.subr src/distrib/sets/lists/xdebug [netbsd-7]: md.amd64 md.i386 shl.mi src/distrib/sets/lists/xserver [netbsd-7]: md.amd64 md.i386 mi