CVS commit: src

2017-10-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Oct 26 07:29:53 UTC 2017 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: bwfm.4 Log Message: Add man page for bwfm(4) Wireless driver for Broadcom and

CVS commit: src/sys/net

2017-10-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 26 09:41:15 UTC 2017 Modified Files: src/sys/net: if_ethersubr.c Log Message: Use macro(ETHER_LOCK() and ETHER_UNLOCK()). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/sys/ne

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

2017-10-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 26 10:56:57 UTC 2017 Modified Files: src/sys/arch/arm/ti: ti_com.c Log Message: UART frequency comes from 'clock-frequency' property here To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/ti/

CVS commit: src/sys/dev

2017-10-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Thu Oct 26 22:38:27 UTC 2017 Modified Files: src/sys/dev: audio.c audiovar.h Log Message: Add latency sysctl to adjust hw blocksize and hence latency of the mixer. usage: sysctl -w hw.hdafg0.lantency="value in milliseconds"

CVS commit: src/sys/dev

2017-10-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Thu Oct 26 22:45:00 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Ensure that the low/high water marks are at least PREFILL_BLOCKS. To generate a diff of this commit: cvs rdiff -u -r1.415 -r1.416 src/sys/dev/audio.c P

CVS commit: src/sys/arch

2017-10-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 26 23:28:15 UTC 2017 Modified Files: src/sys/arch/arm/ti: files.ti ti_com.c src/sys/arch/evbarm/conf: TI Added Files: src/sys/arch/arm/ti: am3_prcm.c ti_prcm.c ti_prcm.h Log Message: Add support for enabl

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

2017-10-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 27 00:55:27 UTC 2017 Modified Files: src/tests/lib/libc/time: t_mktime.c Log Message: Remove bogus errno checks, mktime() (and timegm()) does not guarantee to leave errno unaltered if there is no error. And does not. While

CVS commit: src/sys/dev

2017-10-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Oct 27 01:34:32 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Independent blocksizes for virtual channels where a static blocksize is not stipulated by the underlying hw driver. This improves latency in games esp. w

CVS commit: src/lib/libc/time

2017-10-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 27 04:05:21 UTC 2017 Modified Files: src/lib/libc/time: strptime.3 Log Message: Minor typo: Coordinated Universal time should be Coordinated Universal Time To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src

CVS commit: src/tests/net/ipsec

2017-10-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Oct 27 04:31:50 UTC 2017 Modified Files: src/tests/net/ipsec: algorithms.sh Log Message: Handle esp-udp for NAT-T To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/net/ipsec/algorithms.sh Please note th

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

2017-10-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 27 05:14:11 UTC 2017 Modified Files: src/tests/lib/libc/time: t_strptime.c Log Message: The Zone test was obviously intended to test %Z rather than %z, otherwise it would be (and has been) identical to the zone test, which wo