CVS commit: [prg-localcount2] src/sys/kern

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 30 05:18:53 UTC 2017 Modified Files: src/sys/kern [prg-localcount2]: subr_autoconf.c Log Message: Release the interlock mutex before calling device_release(). Ensure that device_release() gets called even if the

CVS commit: [prg-localcount2] src/sys/sys

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 30 05:16:52 UTC 2017 Modified Files: src/sys/sys [prg-localcount2]: conf.h Log Message: Only include sys/localcount.h if we're in the _KERNEL To generate a diff of this commit: cvs rdiff -u -r1.151.6.2 -r1.151.6.3

CVS commit: [prg-localcount2] src

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 30 04:56:55 UTC 2017 Modified Files: src/distrib/sets/lists/comp [prg-localcount2]: mi src/share/man/man9 [prg-localcount2]: Makefile mutex.9 src/sys/kern [prg-localcount2]: kern_mutex.c subr_localcount.c

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

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 23:00:42 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_cpu.c Log Message: Adjust voltage when changing CPU frequency. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys

2017-04-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 29 20:43:48 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_cpu.c src/sys/dev/i2c: as3722.c Log Message: - Recognize the AS3722 sd0_v_minus_200mV bit, which is 1 on my Jetson TK1. - Reduce intended

CVS commit: src/sys/dev/i2c

2017-04-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 29 19:57:00 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add AS3722 SD4 regulator frobbing bits. Reduces aprint_error counter with TEGRA kernel on Jetson TK1 to 1 from 3. To generate a diff of this

CVS commit: src/share/man/man4

2017-04-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 29 18:31:43 UTC 2017 Modified Files: src/share/man/man4: midi.4 Log Message: add a link to midirecord(1). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/man/man4/midi.4 Please note that diffs are

CVS commit: src/usr.sbin/makemandb

2017-04-29 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Apr 29 16:49:51 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Bring the comment in sync with code (after changes brought by the last commit). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/sh

2017-04-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 29 15:26:44 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Correct description of the trap command (make it posix compatible) and add a couple more examples. Also terminate a few sentences... To generate a diff

CVS commit: src/bin/sh

2017-04-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 29 15:14:29 UTC 2017 Modified Files: src/bin/sh: input.c jobs.c redir.c redir.h Log Message: Keep track of which file descriptors the shell is using for its own purposes, and move them elsewhere whenever a user redirection

CVS commit: src/bin/sh

2017-04-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 29 15:12:21 UTC 2017 Modified Files: src/bin/sh: trap.c var.c Log Message: Fix several problems with the implementation of the "trap" command (that is, with the command itself, not with the traps that are executed, if any).

CVS commit: src/usr.sbin/makemandb

2017-04-29 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Apr 29 14:43:09 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Don't parse Nm macro when it occurs anywhere outside the NAME section. mandoc(3) already generates the text node representing the

CVS commit: src/sys/compat/common

2017-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 13:25:27 UTC 2017 Modified Files: src/sys/compat/common: vm_43.c Log Message: remove extra S To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/compat/common/vm_43.c Please note that diffs are

CVS commit: src/sys/dev/fdt

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 12:49:05 UTC 2017 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Rename fdt_print to fdtbus_print and make it public. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev/fdt

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 12:38:26 UTC 2017 Modified Files: src/sys/dev/fdt: fdt_subr.c fdtbus.c fdtvar.h Log Message: Move logic for checking "status" property out of fdtbus into a public fdtbus_status_okay function. To generate a diff of

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

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 11:47:32 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_apbdmareg.h Log Message: APB-DMA channel registers start at offset 1000h relative to the APB-DMA controller registers. To generate a diff of this

CVS commit: [prg-localcount2] src/sys

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 29 11:12:15 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: audio.c fss.c ld.c md.c rndpseudo.c spkr.c src/sys/dev/dm [prg-localcount2]: device-mapper.c src/sys/dev/pad

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

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 11:02:17 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: add tegraapbdma driver To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/TEGRA Please note that

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

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 11:01:52 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: files.tegra Added Files: src/sys/arch/arm/nvidia: tegra_apbdma.c tegra_apbdmareg.h Log Message: Add Tegra124 APB-DMA controller driver. To generate

CVS commit: src/sys/dev/fdt

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 11:00:56 UTC 2017 Modified Files: src/sys/dev/fdt: fdtvar.h files.fdt Added Files: src/sys/dev/fdt: fdt_dma.c Log Message: Add FDT DMA controller API. To generate a diff of this commit: cvs rdiff -u -r0

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

2017-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 11:00:17 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c Log Message: add APB-DMA clock gate To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/nvidia/tegra124_car.c

CVS commit: [prg-localcount2] src/sys

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 29 10:50:46 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: ccd.c cgd.c vnd.c src/sys/dev/sysmon [prg-localcount2]: sysmon.c src/sys/net [prg-localcount2]: if_tun.c src/sys/net/npf

CVS commit: [prg-localcount2] src

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 29 10:19:32 UTC 2017 Modified Files: src/external/cddl/osnet/dev/fbt [prg-localcount2]: fbt.c src/external/cddl/osnet/dev/sdt [prg-localcount2]: sdt.c src/external/cddl/osnet/dist/uts/common/dtrace

CVS commit: [prg-localcount2] src

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 29 09:18:00 UTC 2017 Modified Files: src/external/cddl/osnet/dev/fbt [prg-localcount2]: fbt.c src/external/cddl/osnet/dev/sdt [prg-localcount2]: sdt.c src/external/cddl/osnet/dist/uts/common/dtrace

CVS commit: [prg-localcount2] src/sys/dev

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 29 08:55:37 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: cgd.c Log Message: add a comment - NFC To generate a diff of this commit: cvs rdiff -u -r1.114.4.4 -r1.114.4.5 src/sys/dev/cgd.c Please note that

CVS commit: [prg-localcount2] src/share/man/man9

2017-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 29 06:33:37 UTC 2017 Modified Files: src/share/man/man9 [prg-localcount2]: localcount.9 Log Message: Remove extraneous argument to .Nm To generate a diff of this commit: cvs rdiff -u -r1.1.6.1 -r1.1.6.2