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

2017-05-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 30 05:35:03 UTC 2017 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add the new t_toupper to unbreak the build To generate a diff of this commit: cvs rdiff -u -r1.749 -r1.750

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

2017-05-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 30 05:35:03 UTC 2017 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add the new t_toupper to unbreak the build To generate a diff of this commit: cvs rdiff -u -r1.749 -r1.750

CVS commit: src/sys/dev

2017-05-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 30 02:21:11 UTC 2017 Modified Files: src/sys/dev: files.audio Log Message: Include auvolconv.o in the audio driver, even if there are currently no children needing it. Children which need this can be created later (via

CVS commit: src/sys/dev

2017-05-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 30 02:21:11 UTC 2017 Modified Files: src/sys/dev: files.audio Log Message: Include auvolconv.o in the audio driver, even if there are currently no children needing it. Children which need this can be created later (via

CVS commit: src/tests/lib/libc/locale

2017-05-29 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 02:11:03 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_toupper.c Log Message: Add simple test case for toupper/tolower To generate a diff of this

CVS commit: src/tests/lib/libc/locale

2017-05-29 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 02:11:03 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_toupper.c Log Message: Add simple test case for toupper/tolower To generate a diff of this

CVS commit: src/sys/netipsec

2017-05-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 30 01:31:07 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c key.c key.h Log Message: Make refcnt operations of SA and SP atomic Using atomic opeartions isn't optimal and should be optimized somehow in the future

CVS commit: src/sys/netipsec

2017-05-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 30 01:31:07 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c key.c key.h Log Message: Make refcnt operations of SA and SP atomic Using atomic opeartions isn't optimal and should be optimized somehow in the future

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

2017-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 29 23:22:00 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: Remove reference to CONSPEED, this value comes from fdt data To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2017-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 29 23:22:00 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: Remove reference to CONSPEED, this value comes from fdt data To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch

2017-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 29 23:21:12 UTC 2017 Modified Files: src/sys/arch/arm/fdt: files.fdt src/sys/arch/arm/nvidia: tegra_platform.c src/sys/arch/evbarm/conf: TEGRA src/sys/arch/evbarm/tegra: tegra_machdep.c Added

CVS commit: src/sys/arch

2017-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 29 23:21:12 UTC 2017 Modified Files: src/sys/arch/arm/fdt: files.fdt src/sys/arch/arm/nvidia: tegra_platform.c src/sys/arch/evbarm/conf: TEGRA src/sys/arch/evbarm/tegra: tegra_machdep.c Added

CVS commit: src/sys

2017-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 29 23:13:03 UTC 2017 Modified Files: src/sys/arch/arm/fdt: armv7_fdt.c armv7_fdtvar.h src/sys/arch/arm/nvidia: tegra_com.c tegra_platform.c src/sys/arch/evbarm/tegra: tegra_machdep.c

CVS commit: src/sys

2017-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 29 23:13:03 UTC 2017 Modified Files: src/sys/arch/arm/fdt: armv7_fdt.c armv7_fdtvar.h src/sys/arch/arm/nvidia: tegra_com.c tegra_platform.c src/sys/arch/evbarm/tegra: tegra_machdep.c

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 22:54:07 UTC 2017 Modified Files: src/bin/sh: arith_token.c arithmetic.c Log Message: Add DEBUG tracing to arithmetic $(( )) parsing & evaluation. NFC for non-DEBUG shells. To generate a diff of this commit: cvs rdiff

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 22:54:07 UTC 2017 Modified Files: src/bin/sh: arith_token.c arithmetic.c Log Message: Add DEBUG tracing to arithmetic $(( )) parsing & evaluation. NFC for non-DEBUG shells. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 22:27:47 UTC 2017 Modified Files: src/tests/bin/sh: t_expand.sh Log Message: Add a new test case wrap_strip based upon strip (ie: cut to start) but with \ newline line continuations inserted at strange places. For the

CVS commit: src/tests/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 22:27:47 UTC 2017 Modified Files: src/tests/bin/sh: t_expand.sh Log Message: Add a new test case wrap_strip based upon strip (ie: cut to start) but with \ newline line continuations inserted at strange places. For the

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 22:21:00 UTC 2017 Modified Files: src/bin/sh: redir.c Log Message: Now that the shell is protecting its internal fds properly, moving them whenever the user tries to step on one, we can change our behaviour back to what

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 22:21:00 UTC 2017 Modified Files: src/bin/sh: redir.c Log Message: Now that the shell is protecting its internal fds properly, moving them whenever the user tries to step on one, we can change our behaviour back to what

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 14:03:23 UTC 2017 Modified Files: src/bin/sh: Makefile main.c options.c shell.h show.c Log Message: More DEBUG mode changes. As usual, read the source if you care. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 14:03:23 UTC 2017 Modified Files: src/bin/sh: Makefile main.c options.c shell.h show.c Log Message: More DEBUG mode changes. As usual, read the source if you care. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 10:43:28 UTC 2017 Modified Files: src/bin/sh: parser.c Log Message: NFC (normal builds): DEBUG only change - convert parser to newer trace method. parser tracing is useful when debugging the parser (which admittedly is

CVS commit: src/bin/sh

2017-05-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 29 10:43:28 UTC 2017 Modified Files: src/bin/sh: parser.c Log Message: NFC (normal builds): DEBUG only change - convert parser to newer trace method. parser tracing is useful when debugging the parser (which admittedly is

CVS commit: src/sys/netipsec

2017-05-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 29 10:11:10 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Don't make isr->sav NULL We assume it's always non-NULL. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/netipsec/key.c

CVS commit: src/sys/netipsec

2017-05-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 29 10:11:10 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Don't make isr->sav NULL We assume it's always non-NULL. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/netipsec/key.c

CVS commit: src/sys/opencrypto

2017-05-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon May 29 09:02:46 UTC 2017 Modified Files: src/sys/opencrypto: crypto.c Log Message: strictly use crypto_checkdriver(i) instead of using crypto_drivers[i] directly. To generate a diff of this commit: cvs rdiff -u -r1.76

CVS commit: src/sys/opencrypto

2017-05-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon May 29 09:02:46 UTC 2017 Modified Files: src/sys/opencrypto: crypto.c Log Message: strictly use crypto_checkdriver(i) instead of using crypto_drivers[i] directly. To generate a diff of this commit: cvs rdiff -u -r1.76

CVS commit: src/sbin/canconfig

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:46:23 UTC 2017 Modified Files: src/sbin/canconfig: canconfig.8 Log Message: New sentence, new line. Fix typos. More consistent grammar. Comment out empty EXAMPLES section. Remove unnecessary macros. To generate a

CVS commit: src/sbin/canconfig

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:46:23 UTC 2017 Modified Files: src/sbin/canconfig: canconfig.8 Log Message: New sentence, new line. Fix typos. More consistent grammar. Comment out empty EXAMPLES section. Remove unnecessary macros. To generate a

CVS commit: src/share/man/man4

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:42:33 UTC 2017 Modified Files: src/share/man/man4: canloop.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/canloop.4 Please note that diffs are

CVS commit: src/share/man/man4

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:41:57 UTC 2017 Modified Files: src/share/man/man4: can.4 Log Message: New sentence, new line. Remove trailing whitespace. Fix typos. Use more markup. Sort sections. Sort SEE ALSO. To generate a diff of this commit:

CVS commit: src/share/man/man4

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:42:33 UTC 2017 Modified Files: src/share/man/man4: canloop.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/canloop.4 Please note that diffs are

CVS commit: src/share/man/man4

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:41:57 UTC 2017 Modified Files: src/share/man/man4: can.4 Log Message: New sentence, new line. Remove trailing whitespace. Fix typos. Use more markup. Sort sections. Sort SEE ALSO. To generate a diff of this commit:

CVS commit: src/share/man/man9

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:03:13 UTC 2017 Modified Files: src/share/man/man9: fstrans.9 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man9/fstrans.9 Please note that diffs are

CVS commit: src/share/man/man9

2017-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 29 08:03:13 UTC 2017 Modified Files: src/share/man/man9: fstrans.9 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man9/fstrans.9 Please note that diffs are

CVS commit: src/sys/dev/pci

2017-05-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon May 29 07:09:20 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Print MSI Message data in 32bits when the Extended Message Data Capable bit is set. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2017-05-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon May 29 07:09:20 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Print MSI Message data in 32bits when the Extended Message Data Capable bit is set. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/misc

2017-05-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 29 06:54:01 UTC 2017 Modified Files: src/share/misc: acronyms-o.real Log Message: Add TU/Tango-Uniform --> "tits up" To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/misc/acronyms-o.real Please

CVS commit: src/share/misc

2017-05-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 29 06:54:01 UTC 2017 Modified Files: src/share/misc: acronyms-o.real Log Message: Add TU/Tango-Uniform --> "tits up" To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/misc/acronyms-o.real Please