Module Name:src
Committed By: macallan
Date: Sun May 28 05:27:14 UTC 2017
Modified Files:
src/sys/dev/pci: machfb.c
Log Message:
g/c some unused / #if 0-ed goop, support firmware-provided EDID, get rid of
private list of video modes
tested on macppc, should Just Work(tm) o
Module Name:src
Committed By: nat
Date: Sun May 28 04:12:13 UTC 2017
Modified Files:
src/sys/dev/bluetooth: btsco.c
Log Message:
bt_lock is now used as the audio interrupt lock. This is more appropriate
as the interrupt lock deals with the hardware.
btsco audio works aga
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:40:21 UTC 2017
Modified Files:
src/sys/arch/arm/fdt: files.fdt gic_fdt.c
src/sys/arch/arm/nvidia: files.tegra tegra_var.h
src/sys/arch/evbarm/conf: TEGRA
src/sys/arch/evbarm/tegra: tegra_mach
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:38:40 UTC 2017
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: cpus.c
Log Message:
Add CPUs ("/cpus" node) driver. CPUs is a container of cpu nodes.
To generate a diff of this com
Module Name:src
Committed By: kre
Date: Sun May 28 00:38:01 UTC 2017
Modified Files:
src/bin/sh: Makefile expand.c options.h
Added Files:
src/bin/sh: mkoptions.sh option.list
Log Message:
Arrange for set -o and $- output to be sorted, rather than more
or less rando
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:34:51 UTC 2017
Added Files:
src/sys/arch/arm/arm32: armv7_generic_dma.c
Log Message:
Add a generic armv7 bus dma tag.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/arm32/armv7_generic
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:32:46 UTC 2017
Modified Files:
src/sys/arch/arm/cortex: files.cortex
Log Message:
Move children of armperiph to the "mpcorebus" interface attribute and have
armperiph declare support for it.
To generate a diff of
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:30:49 UTC 2017
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
Don't assume that the root autoconfiguration device is named "mainbus".
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:29:55 UTC 2017
Modified Files:
src/sys/arch/arm/cortex: gtmr.c
Log Message:
If the "frequency" property is not specified, try to use the value in
CNTFRQ. Firmware should have already set this for us.
To generate
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:28:17 UTC 2017
Modified Files:
src/sys/dev/fdt: fdtbus.c
Log Message:
Change first pass from 1 to 0.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/fdt/fdtbus.c
Please note that diffs
Module Name:src
Committed By: bouyer
Date: Sat May 27 22:53:29 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC
src/sys/arch/evbarm/conf: OLIMEXLIME2
src/sys/arch/i386/conf: ALL GENERIC
Log Message:
Add options CAN and pseudo-device canloop to
Module Name:src
Committed By: bouyer
Date: Sat May 27 21:06:26 UTC 2017
Modified Files:
src/doc: BRANCHES
Log Message:
Update status of bouyer-socketcan
To generate a diff of this commit:
cvs rdiff -u -r1.340 -r1.341 src/doc/BRANCHES
Please note that diffs are not publi
Module Name:src
Committed By: bouyer
Date: Sat May 27 21:05:02 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Note can(4)
To generate a diff of this commit:
cvs rdiff -u -r1.2285 -r1.2286 src/doc/CHANGES
Please note that diffs are not public domain; they are sub
Module Name:src
Committed By: bouyer
Date: Sat May 27 21:02:56 UTC 2017
Modified Files:
src/distrib/sets/lists/base: mi shl.mi
src/distrib/sets/lists/comp: mi shl.mi
src/distrib/sets/lists/debug: mi shl.mi
src/distrib/sets/lists/man: mi
src/d
Module Name:src
Committed By: jmcneill
Date: Sat May 27 20:26:44 UTC 2017
Modified Files:
src/sys/arch/arm/nvidia: tegra_var.h
Log Message:
tegra_dma_bootstrap is no more
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/nvidia/tegra_var.h
P
Module Name:src
Committed By: jmcneill
Date: Sat May 27 20:26:27 UTC 2017
Modified Files:
src/sys/arch/arm/nvidia: tegra_soc.c
src/sys/arch/evbarm/tegra: tegra_machdep.c
Log Message:
GC unused tegra_dma_bootstrap function.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: nat
Date: Sat May 27 13:55:58 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Be even more carefull with devices that support only play back OR capture.
Addresses PR kern/52256.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: kre
Date: Sat May 27 13:11:50 UTC 2017
Modified Files:
src/tests/bin/sh: t_redircloexec.sh
Log Message:
Skip the test of non-posix behaviour if we are deliberately trying
to be posix compatible (POSIXLY_CORRECT is set).
To generate a diff of
Module Name:src
Committed By: nat
Date: Sat May 27 12:15:34 UTC 2017
Modified Files:
src/share/man/man4: speaker.4
Log Message:
Revert to previous as what was the HIRES_BELL option is now the only
choice.
Suggested by jmcneill@.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: nat
Date: Sat May 27 12:04:44 UTC 2017
Modified Files:
src/sys/dev: audiobell.c
Log Message:
The high resolution bell is the only option. The 8 kHz version has been
removed.
Suggested by jmcneill@.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: kre
Date: Sat May 27 11:19:57 UTC 2017
Modified Files:
src/bin/sh: parser.c sh.1 shell.h var.c
Log Message:
More standard (and saner) implementation of the ! reserved word.
Unless the shell is compiled with the (compilation time) option
BOGUS_
Module Name:src
Committed By: nat
Date: Sat May 27 11:10:24 UTC 2017
Modified Files:
src/share/man/man4: speaker.4
Log Message:
Document the HIRES_BELL option.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/speaker.4
Please note that di
Module Name:src
Committed By: nat
Date: Sat May 27 10:54:47 UTC 2017
Modified Files:
src/sys/dev: audiobell.c
Added Files:
src/sys/dev: audiobelldata.h
Log Message:
The audio bell is now in 16 bit slinear format.
It is possible to use a frequency of 44.1 kHz as ap
Module Name:src
Committed By: nat
Date: Sat May 27 10:43:30 UTC 2017
Modified Files:
src/sys/dev/pad: pad.c
Log Message:
Add missing sc_bytes_count.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pad/pad.c
Please note that diffs are not public
Module Name:src
Committed By: nat
Date: Sat May 27 10:04:57 UTC 2017
Modified Files:
src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.c sbc_encode.c
Log Message:
Streaming channel is now opened in blocking mode again.
Removal of a hack in sbc_encode now that pad(4) is fixed.
To gen
Module Name:src
Committed By: nat
Date: Sat May 27 10:02:26 UTC 2017
Modified Files:
src/sys/dev/pad: pad.c padvar.h
Log Message:
Rework of previous.
Math for BYTESTOSLEEP and TIMENEXTREAD is now correct.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/
26 matches
Mail list logo