CVS commit: src/lib/libc/sys

2017-04-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 23 06:46:04 UTC 2017 Modified Files: src/lib/libc/sys: write.2 Log Message: Fix sentences at couple of places s/a file/the file/ s/a -1 is returned/-1 is returned/ To generate a diff of this commit: cvs

CVS commit: src/share/man/man9

2017-04-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 23 06:34:07 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: And actually remove the double-negative that triggered this series of minor commits! Thanks, Abhinav, for pointing out my typo! To generate

CVS commit: src/share/man/man9

2017-04-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 23 06:23:26 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Reword further to make it clearer that the two flag bits are separately settable. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.

CVS commit: src/share/man/man9

2017-04-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 23 05:56:50 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Fix a sentence (remove double negation) Fix mandoc lint warning (remove Pp before Bd) To generate a diff of this commit: cvs rdiff -u -r1.15 -

CVS commit: src/share/man/man9

2017-04-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 23 05:49:00 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/file.9 Please note that diffs are not public domai

CVS commit: src/lib/libc/gen

2017-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 23 01:58:48 UTC 2017 Modified Files: src/lib/libc/gen: vis.3 vis.c Log Message: Add VIS_DQ (for OpenBSD compat) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/gen/vis.3 cvs rdiff -u -r1.72 -

CVS commit: src/include

2017-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 23 01:57:36 UTC 2017 Modified Files: src/include: vis.h Log Message: Add vis DQ. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/include/vis.h Please note that diffs are not public domain; they are s

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:30:30 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: ata.c Log Message: Use WDC_QUEUE_DEPTH_MASK to correctly mask the NCQ depth IDENTIFY data. To generate a diff of this commit: cvs rdiff -u -r1.132.8.

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:26:50 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Fix inverted ata_waitdrain_xfer_check() logic in siisata_atapi_complete(). To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:21:04 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c wdvar.h Log Message: Simplify wi_find() with container_of(). No need to search a list of wd_ioctls when the *bp is always going to be within the

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

2017-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 23 00:21:40 UTC 2017 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13496 Log Message: CHANGES FROM 2.3 to 2.4 20 April 2017 Incompatible Changes * Key tables ha

CVS commit: src/sys/arch

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:53:24 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: files.tegra soc_tegra124.c tegra_cpufreq.c tegra_fdt.c tegra_soc.c tegra_var.h src/sys/arch/evbarm/conf: TEGRA Log Message: Get rid of teg

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:50:13 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: remove unused field in softc To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/as3722.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:46:29 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add SD0 regulator. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/as3722.c Please note that diffs are not public

CVS commit: src/bin/kill

2017-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 22 23:01:36 UTC 2017 Modified Files: src/bin/kill: kill.1 Log Message: Clarify 0 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/bin/kill/kill.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/kill

2017-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 22:42:03 UTC 2017 Modified Files: src/bin/kill: kill.1 Log Message: Clarify `kill -0'. Note standard exit codes. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/bin/kill/kill.1 Please note that

CVS commit: src/share/man/man3

2017-04-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Apr 22 22:36:00 UTC 2017 Modified Files: src/share/man/man3: queue.3 Log Message: Remove comma after the last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man3/queue.3 Please note t

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

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:50:13 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: add as3722reg To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/TEGRA Please note that diffs are n

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

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:50:50 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: If the "vqmmc-supply" regulator is present, use it to set signal voltage. To generate a diff of this commit: cvs rdiff -u -r1.18 -

CVS commit: src/sys/dev/sdmmc

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:49:41 UTC 2017 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Add a vendor callback for setting signal voltage. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/dev/sdmmc/s

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:48:56 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c files.i2c Log Message: Add LDO6 regulator support. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/as3722.c cvs rdiff -u -r1.72

CVS commit: src/sys/dev/fdt

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:47:41 UTC 2017 Modified Files: src/sys/dev/fdt: fdt_regulator.c fdtvar.h Log Message: Add regulator APIs for setting and getting voltage. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fd

CVS commit: src/sys/arch/mips/mips

2017-04-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 22 20:32:35 UTC 2017 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Comment indentation To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mips/mips/cache.c Please note that diffs ar

CVS commit: src/sys/uvm/pmap

2017-04-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 22 20:20:19 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Improve a comment To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/pmap/pmap.c Please note that diffs are not public dom

CVS commit: src/sys/uvm/pmap

2017-04-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 22 20:19:53 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/uvm/pmap/pmap.c Please note that diffs are not public d

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 20:07:54 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c Log Message: Avoid destroying uninitialized xfer on error in wdioctlstrategy(). To generate a diff of this commit: cvs rdiff -u -r1.428.2.9 -r1.

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

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 19:20:51 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_lic.c Log Message: Explicitly initialize interrupt controllers and since we pass through to GIC, don't include "LIC" in interrupt string. To generate

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

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 17:41:20 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: Set parent clock rate to 100MHz when SDR104 is disabled To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch

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

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 17:40:47 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c Log Message: Fix fractional divider calculations and round down for sdmmc clocks. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.

CVS commit: src/bin/sh

2017-04-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 22 16:02:39 UTC 2017 Modified Files: src/bin/sh: main.c redir.c redir.h Log Message: Keep track of the biggest fd used by, or available to, the user/script and use that to control which fd's are examined by a (bare) fdflags (

CVS commit: src/bin/sh

2017-04-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 22 15:54:53 UTC 2017 Modified Files: src/bin/sh: redir.c Log Message: When verifying the size of the fd arg for fdflags skip leading 0's (fdflags 01 should work, fdflags 1000 should not) To generate a diff of th

CVS commit: src/bin/sh

2017-04-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 22 15:53:17 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: When -x is set, show assignments to the loop variable in a for loop. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/bin/sh/eval.c Pl

CVS commit: src/external/bsd/libarchive

2017-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 22 15:12:59 UTC 2017 Modified Files: src/external/bsd/libarchive/include: config_netbsd.h src/external/bsd/libarchive/lib/libarchive: Makefile Log Message: Obey MKCRYPTO. To generate a diff of this commit: cvs

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

2017-04-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 22 15:07:49 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: - set RI_FULLCLEAR - clear RI_CURSOR when we clear the screen no more garbage when switching screens while there set RI_PREFER_ALPHA To

CVS commit: src/sys/dev/rasops

2017-04-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 22 15:05:03 UTC 2017 Modified Files: src/sys/dev/rasops: rasops.c rasops.h Log Message: add RI_PREFER_ALPHA flag, for drivers that can draw such fonts by hardware To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/sys/dev/sdmmc

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 14:19:36 UTC 2017 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c Log Message: Ensure that the task is returned to the free task list in an error branch. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 s

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 14:08:38 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Another one missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.30.4.7 -r1.30.4.8 src/sys/dev/ic/siisata.c

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 13:40:50 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: 3rd xfer interrupt argument fix change missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.30.4.6 -r1.30.4.

CVS commit: src/sys/dev/i2c

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 13:26:05 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add support for AS3722 RTC. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/as3722.c Please note that diffs are n

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

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 13:24:45 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_rtc.c Log Message: Use fdtbus_todr_attach To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_rtc.c Please note

CVS commit: src/sys/dev/fdt

2017-04-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 22 13:24:20 UTC 2017 Modified Files: src/sys/dev/fdt: fdtvar.h files.fdt Added Files: src/sys/dev/fdt: fdt_rtc.c Log Message: Add fdtbus_todr_attach. The kernel will only ever use the first RTC driver to call to

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 13:19:28 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Don't use the third argument of the xfer interrupt functions to pass the slot number in siisata(4). This (abuse) is redundant b

CVS commit: src/bin/ln

2017-04-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 22 12:22:31 UTC 2017 Modified Files: src/bin/ln: ln.c Log Message: When called as "link" (not currently installed that way) always simply do a link(2) sys call, never use the internal linkit() routine, which allows for a dest

CVS commit: src/sys/dev

2017-04-22 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Apr 22 10:37:51 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: If there is no data in the mix ring, insert silence. This will ensure that the hardware output pointer remains valid. To generate a diff of this commit

CVS commit: src

2017-04-22 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Apr 22 07:48:33 UTC 2017 Modified Files: src: BUILDING Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/BUILDING Please note that diffs are not public domain; they are subject to the co

CVS commit: src/doc

2017-04-22 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Apr 22 07:48:19 UTC 2017 Modified Files: src/doc: BUILDING.mdoc Log Message: state correct location for install-image (RELEASEDIR/images) To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/doc/BUILDING.mdoc