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

2014-07-25 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Fri Jul 25 06:36:16 UTC 2014 Modified Files: src/sys/arch/arm/imx: imxuart.c Log Message: Delete unused variables for new gcc. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/imx/imxuart.c

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

2014-07-25 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Fri Jul 25 07:07:47 UTC 2014 Modified Files: src/sys/arch/arm/imx: files.imx51 imxi2creg.h Added Files: src/sys/arch/arm/imx: imx51_i2c.c imxi2c.c imxi2cvar.h Log Message: Add i2c driver for i.MX. To generate a diff of

CVS commit: src/sys

2014-07-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jul 25 07:12:55 UTC 2014 Modified Files: src/sys/arch/x86/x86: vmt.c src/sys/netinet6: mld6.c nd6_rtr.c Log Message: Use IFADDR_FOREACH for iterating if_addrlist of ifnet To generate a diff of this commit: cvs

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

2014-07-25 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Fri Jul 25 07:49:56 UTC 2014 Modified Files: src/sys/arch/arm/imx: files.imx51 imx51_ccm.c imx51_ccmreg.h imx51_ccmvar.h imx51_clock.c imx51_dpllreg.h imx51_gpio.c imx51_iomuxreg.h imx51_tzic.c

CVS commit: src/sys

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 07:56:14 UTC 2014 Modified Files: src/sys/kern: subr_devsw.c src/sys/sys: conf.h Log Message: Add d_discard to struct bdevsw/cdevsw, and the plumbing to access it. Unfortunately we need d_discard in both

CVS commit: src/sys

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:02:20 UTC 2014 Modified Files: src/sys/arch/acorn32/mainbus: fd.c src/sys/arch/amiga/dev: fd.c src/sys/arch/arc/jazz: fd.c src/sys/arch/atari/dev: fd.c hdfd.c

CVS commit: src/sys

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:18:50 UTC 2014 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: Regen for

CVS commit: src/sys/miscfs/specfs

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:19:19 UTC 2014 Modified Files: src/sys/miscfs/specfs: spec_vnops.c specdev.h Log Message: Implement spec_fdiscard() using bdev_discard() and cdev_discard(). Also define spec_fallocate() to genfs_eopnotsupp(). To

CVS commit: src

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:16:47 UTC 2014 Modified Files: src/share/man/man9: vnodeops.9 src/sys/kern: vnode_if.src Log Message: Add VOP_FALLOCATE and VOP_FDISCARD. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:20:53 UTC 2014 Modified Files: src/sys/coda: coda_vnops.c src/sys/fs/adosfs: advnops.c src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/efs: efs_vnops.c src/sys/fs/filecorefs:

CVS commit: src/sys/dev/ata

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:22:08 UTC 2014 Modified Files: src/sys/dev/ata: wd.c Log Message: Implement d_discard for wd. To generate a diff of this commit: cvs rdiff -u -r1.409 -r1.410 src/sys/dev/ata/wd.c Please note that diffs are not

CVS commit: src/sys/dev/dkwedge

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:23:57 UTC 2014 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Implement d_discard for dk. This closes PR 47940. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/dkwedge/dk.c

CVS commit: src/sys/ufs/ffs

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:24:31 UTC 2014 Modified Files: src/sys/ufs/ffs: ffs_alloc.c Log Message: Switch the FFS code for discarding free blocks to use VOP_FDISCARD. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146

CVS commit: src/sys/kern

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:25:47 UTC 2014 Modified Files: src/sys/kern: syscalls.master vfs_syscalls.c Log Message: Add fdiscard and posix_fallocate syscalls. To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270

CVS commit: src/sys

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:27:36 UTC 2014 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump: rump.sysmap src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c

CVS commit: src/sys/kern

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:30:10 UTC 2014 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.488 -r1.489 src/sys/kern/vfs_syscalls.c Please note that diffs are

CVS commit: src

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:30:47 UTC 2014 Modified Files: src/include: unistd.h src/lib/libc/sys: Makefile.inc truncate.2 Added Files: src/lib/libc/sys: fdiscard.2 Log Message: Add userlevel manifestations of posix_fallocate

CVS commit: src/lib/libc

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:31:07 UTC 2014 Modified Files: src/lib/libc: shlib_version Log Message: Bump libc minor version for new syscalls. To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/lib/libc/shlib_version

CVS commit: src/distrib/sets/lists

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:32:22 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips ad.powerpc md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: ad.arm

CVS commit: src/sys/dev/ata

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:34:27 UTC 2014 Modified Files: src/sys/dev/ata: wd.c Log Message: Drop the old discard/trim ioctls from wd.c. To generate a diff of this commit: cvs rdiff -u -r1.410 -r1.411 src/sys/dev/ata/wd.c Please note

CVS commit: src/sys/sys

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:34:48 UTC 2014 Modified Files: src/sys/sys: dkio.h Log Message: Remove DIOCGDISCARDPARAMS and DIOCDISCARD. (and their accompanying structures) These have never been in a release, and so we don't need to keep them

CVS commit: src/sys/sys

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 08:35:40 UTC 2014 Modified Files: src/sys/sys: param.h Log Message: 6.99.49: new discard dev ops and new fallocate/fdiscard vops To generate a diff of this commit: cvs rdiff -u -r1.458 -r1.459 src/sys/sys/param.h

CVS commit: src/share/man/man9

2014-07-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 25 08:38:29 UTC 2014 Modified Files: src/share/man/man9: vnodeops.9 Log Message: New sentence, new line. Punctuation formatting nits. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

CVS commit: src/lib/libc/sys

2014-07-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 25 08:44:54 UTC 2014 Modified Files: src/lib/libc/sys: truncate.2 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/truncate.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2014-07-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 25 08:47:42 UTC 2014 Modified Files: src/lib/libc/sys: fdiscard.2 Log Message: Sort errors. Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/sys/fdiscard.2 Please note that diffs

CVS commit: src/external/bsd/tmux/dist

2014-07-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 25 09:06:17 UTC 2014 Modified Files: src/external/bsd/tmux/dist: format.c Log Message: tty is an array and can't be null; thanks joerg@clang To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libpci

2014-07-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 25 10:21:34 UTC 2014 Modified Files: src/lib/libpci: pci.3 Log Message: Serial comma, more markup, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libpci/pci.3 Please note

CVS commit: src

2014-07-25 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Fri Jul 25 11:22:50 UTC 2014 Modified Files: src/etc/etc.evbarm: Makefile.inc src/sys/arch/evbarm/conf: README.evbarm Added Files: src/sys/arch/evbarm/conf: KOBO KOBO_INSTALL files.kobo mk.kobo std.kobo

CVS commit: src/sys/arch/evbarm

2014-07-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 25 11:39:34 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: files.rpi src/sys/arch/evbarm/rpi: rpi_machdep.c vcprop.h Log Message: bump VCPROP_MAXCMDLINE to 1024, use this instead of MAX_BOOT_STRING for

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 11:51:21 UTC 2014 Modified Files: src/sys/arch/i386/conf: DRMKMS Log Message: Add intelfb to i386/DRMKMS too. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/conf/DRMKMS Please note

CVS commit: src/tests/fs/vfs

2014-07-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 25 12:16:22 UTC 2014 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: PR kern/49033: try to provide better diagnostics if the udf_lookup_complex test randomly fails. To generate a diff of this commit: cvs rdiff

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 12:18:13 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_fbdev.c Log Message: Don't forget to set ret on the way out. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/sys

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 12:35:03 UTC 2014 Modified Files: src/sys/arch/amd64/conf: DRMKMS src/sys/arch/i386/conf: DRMKMS src/sys/external/bsd/drm2/radeon: files.radeon radeon_pci.c Added Files:

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 12:47:18 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon.h Log Message: Declare radeon_device_private. Not used right now, but harmless and needed by a local patch and I accidentally

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 12:48:34 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_fb.c Log Message: Forgot this file for radeondrmkmsfb. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 12:53:30 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem_context.c Log Message: dctx-obj may still be null here! To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/tests/fs/vfs

2014-07-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 25 13:44:59 UTC 2014 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Remove atf_tc_expect_fail() calls for udf file-system. These tests are currently passing. As discussed on current-users. Any new

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

2014-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 25 13:52:26 UTC 2014 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Update table for processor families and processor number series from the latest Intel SDM. - Atom Z3000 (0x37) - Core M based on

CVS commit: src/lib/librumpuser

2014-07-25 Thread Justin Cormack
Module Name:src Committed By: justin Date: Fri Jul 25 14:00:31 UTC 2014 Modified Files: src/lib/librumpuser: rumpfiber.c rumpuser.c rumpuser_random.c Log Message: Clean up error handling in rumpuser_init() To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 25 14:18:49 UTC 2014 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: More update: - Future Atom E3000, Z3000 (0x4a, 0x5a, 0x5d) - Atom C2000 (0x4d) To generate a diff of this commit: cvs rdiff -u -r1.57

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

2014-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 25 14:34:22 UTC 2014 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Modify p3_get_bus_clock(): - Intel SDM says 06_17H is the same as 06_0fH. Same as OpenBSD. - Add some Silvermont models. - For

CVS commit: src/sys/arch

2014-07-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 25 15:01:14 UTC 2014 Modified Files: src/sys/arch/amd64/conf: ALL DRMKMS GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: ALL DRMKMS GENERIC GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY

CVS commit: src

2014-07-25 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jul 25 15:07:03 UTC 2014 Modified Files: src/share/man/man4: urtwn.4 src/sys/dev/usb: if_urtwn.c Log Message: Added ELECOM WDC-150SU2M support. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2014-07-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 25 15:09:43 UTC 2014 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: PTE_SYNC_RANGE a newly allocated L1 page for ARM_MMU_EXTENDED To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295

CVS commit: src/external/broadcom/rpi-firmware/dist

2014-07-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 25 15:37:02 UTC 2014 Modified Files: src/external/broadcom/rpi-firmware/dist: bootcode.bin fixup.dat fixup_cd.dat start.elf start_cd.elf Log Message: New firmware to support the model B+ commit

CVS commit: src/doc

2014-07-25 Thread Kenichi Hashimoto
. Ported from FreeBSD. [nonaka 20140720] tmux(1): Import of tmux 1.9a. [christos 20140724] + arm: Add support for the Kobo touch (i.MX50). [hkenken 20140725]

CVS commit: src/doc

2014-07-25 Thread David A. Holland
and RTL8188ETV chipsets. Ported from FreeBSD. [nonaka 20140720] tmux(1): Import of tmux 1.9a. [christos 20140724] + kernel: Added fdiscard and posix_fallocate system calls. + [dholland 20140725] arm: Add support for the Kobo touch (i.MX50). [hkenken 20140725]

CVS commit: src/sys/arch/evbarm

2014-07-25 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Fri Jul 25 16:04:27 UTC 2014 Modified Files: src/sys/arch/evbarm/kobo: kobo_machdep.c src/sys/arch/evbarm/netwalker: netwalker_machdep.c Log Message: fix compile error. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4

2014-07-25 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Fri Jul 25 16:14:01 UTC 2014 Modified Files: src/share/man/man4: ucom.4 Log Message: Bump date for previous to avoid wizd(1) invocation. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/ucom.4

CVS commit: src

2014-07-25 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Fri Jul 25 16:13:21 UTC 2014 Modified Files: src/share/man/man4: ucom.4 src/sys/dev/usb: ucom.c Log Message: Add PPS support to ucom(4). This is basically cribbed from regular serial ports, and just adds hooks to call the

CVS commit: src/sys/external/bsd/drm2/linux

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 16:15:12 UTC 2014 Modified Files: src/sys/external/bsd/drm2/linux: linux_work.c Log Message: This case is not supposed to fall through! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/netbsd32

2014-07-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 25 16:23:13 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_exec_elf32.c Log Message: Remove ELF_ROUND and ELF_TRUNC (unused). Found by my code scanner. To generate a diff of this commit: cvs rdiff -u -r1.36

CVS import: src/external/bsd/libc++/dist/libcxxrt

2014-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 25 16:25:24 UTC 2014 Update of /cvsroot/src/external/bsd/libc++/dist/libcxxrt In directory ivanova.netbsd.org:/tmp/cvs-serv3125 Log Message: Define guard_lock_t on 32bit Big Endian platforms too. Status: Vendor Tag:

CVS commit: src/sys/kern

2014-07-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 25 16:28:12 UTC 2014 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: 'result' - 'error' To generate a diff of this commit: cvs rdiff -u -r1.489 -r1.490 src/sys/kern/vfs_syscalls.c Please note that diffs are not

CVS commit: src/sys/external/bsd/drm2

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 16:35:43 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm: intelfb.c src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Prettify intelfb/radeondrmkmsfb autoconf output. To generate a

CVS commit: src/share/man/man4

2014-07-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jul 25 16:37:44 UTC 2014 Modified Files: src/share/man/man4: lua.4 Log Message: The lua(4) device is experimental. Incompatible changes might be made in the future. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2014-07-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jul 25 16:40:13 UTC 2014 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Implement WSDISPLAYIO_SMODE ioctl for proper mmap and colormap handling. - allow mmap framebuffer memories only in WSDISPLAYIO_DUMBFB

CVS commit: src/sys/arch

2014-07-25 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jul 25 17:21:32 UTC 2014 Modified Files: src/sys/arch/sparc/sparc: autoconf.c cpu.c src/sys/arch/sparc64/sparc64: autoconf.c cpu.c Log Message: Backout using humanize_number(9) in clockfreq(). humanize_number(9)

CVS commit: src/sys/netinet

2014-07-25 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jul 25 17:53:59 UTC 2014 Modified Files: src/sys/netinet: tcp_seq.h Log Message: fix some case of reference to uninitialized tp-snd_fack. This bug causes dropping FIN mistekenly. pointed out in PR/48283 by YASUOKA Masahiko,

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

2014-07-25 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jul 25 17:54:50 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: clock.c cpu.c Log Message: Use clockfreq() to print a system tick frequency. The stick-frequency of Fire V100 is 555Hz and printing it as 5.555MHz

CVS commit: src/sys/dev/pci

2014-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 25 18:28:03 UTC 2014 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Call wm_set_pcie_completion_timeout() on I350, I354, I210 and I211, too. Same as FreeBSD and OpenBSD. - Drop PHPM_GO_LINK_D bit in

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

2014-07-25 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jul 25 18:29:45 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: cpu.c Log Message: Output CPU manufacturer, implementation and mask code. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116

CVS commit: src/sys/net/npf

2014-07-25 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Jul 25 20:07:32 UTC 2014 Modified Files: src/sys/net/npf: npf_state_tcp.c Log Message: npf_tcp_inwindow: enable strict RST check by default. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/pci

2014-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 25 20:13:05 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Intel Core internal devices. To generate a diff of this commit: cvs rdiff -u -r1.1197 -r1.1198 src/sys/dev/pci/pcidevs Please note

CVS commit: src/sys/dev/usb

2014-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 25 21:16:31 UTC 2014 Modified Files: src/sys/dev/usb: motg.c Log Message: UREAD4 is unused. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/motg.c Please note that diffs are not public

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

2014-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 25 21:38:53 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: CP3100 SHEEVAPLUG Log Message: Bump SYMTAB_SPACE for clang build. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src

2014-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 25 21:43:13 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi src/sys/arch/amd64/include: int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h src/sys/arch/arm/include:

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 21:57:54 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem_stolen.c Log Message: Disable reusing graphics stolen memory in i915drmkms for now. Sometimes the GTT is located in graphics

CVS commit: src/sys/dev/pci

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 25 23:05:54 UTC 2014 Modified Files: src/sys/dev/pci: agp_i810.c Log Message: Mark isc __diagused in agp_i810_unbind_memory. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/dev/pci/agp_i810.c

CVS commit: src/sys/net/npf

2014-07-25 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Jul 25 23:07:21 UTC 2014 Modified Files: src/sys/net/npf: npf_conn.c npf_conn.h npf_ctl.c Log Message: npf_mk_connlist: destroy the connections on error path. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/net/npf

2014-07-25 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Jul 25 23:21:46 UTC 2014 Modified Files: src/sys/net/npf: npf_conn.c npf_conn.h Log Message: npf_conn_conkey: adjust to return the key length and add a comment describing the key layout. To generate a diff of this commit:

CVS commit: src/sys/dev/usb

2014-07-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 26 00:17:57 UTC 2014 Modified Files: src/sys/dev/usb: xhci.c Log Message: Another __diagused To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/xhci.c Please note that diffs are not public

CVS commit: src/external/cddl/osnet

2014-07-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Jul 26 04:54:20 UTC 2014 Modified Files: src/external/cddl/osnet/dev/fbt: fbt.c src/external/cddl/osnet/dev/sdt: sdt.c src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: Fix dtrace kernel

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 26 05:23:11 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_gart.c Log Message: Fix little arithmetic mistakes in radeon_gart.c. Unlikely to fix the failing ring tests on boot, though. To

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

2014-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 26 05:45:53 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_gart.c Log Message: Fix some dumb thinkos in radeon_gart.c. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \