Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
4014365e |
| 30-Apr-2022 |
Kyle Evans <kevans@FreeBSD.org> |
mixer: remove volume backwards compat, add % interpretation
The current situation is fairly confusing, where an integer is interpreted as a percent until you slap a decimal on it and magically it be
mixer: remove volume backwards compat, add % interpretation
The current situation is fairly confusing, where an integer is interpreted as a percent until you slap a decimal on it and magically it becomes an absolute value.
Let's have a flag day in 14.0 and remove this shim entirely. Setting with percent can still be useful, so allow a trailing '%' to indicate as such. As a side effect, we tighten down the format allowed in the volume a little bit by ensuring there's no trailing garbage after the value once it's separated into left and right components.
Reviewed by: christos, hselasky, pauamma_gundo.com (manpages) Relnotes: yes Differential Revision: https://reviews.freebsd.org/D35101
show more ...
|
#
d5ad1713 |
| 14-Mar-2022 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Chase mixer(8) command-line interface changes
Some more nits regarding mute feature.
Differential revision: https://reviews.freebsd.org/D34545 Sponsored by: NVIDIA Networking
|
#
e83a53ab |
| 13-Mar-2022 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Chase mixer(8) command-line interface changes
FreeBSD 14.0 is going to ship with a new implementation of the mixer(8) command. Unfortunately, in order to support new features like mute, the command-
Chase mixer(8) command-line interface changes
FreeBSD 14.0 is going to ship with a new implementation of the mixer(8) command. Unfortunately, in order to support new features like mute, the command-line interface of the new implementation is not backwards compatible.
Update all the remaining documentation and scripts in the src tree to use the new syntax.
While here, document in usbhidaction.1 that the mute functionality is now supported.
Reviewed by: christos, debdrup, hselasky Approved by: hselasky (src) Fixes: 903873ce1560 Implement and use new mixer(3) library for FreeBSD. Differential Revision: https://reviews.freebsd.org/D34545
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
7847e041 |
| 24-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338026 through r338297, and resolve conflicts.
|
#
44e1285c |
| 21-Aug-2018 |
Brad Davis <brd@FreeBSD.org> |
Move all devd related configs to sbin/devd/
This helps with pkgbase as it switches these to using CONFS so they are properly tagged as config files.
Approved by: will (mentor), imp Differential Rev
Move all devd related configs to sbin/devd/
This helps with pkgbase as it switches these to using CONFS so they are properly tagged as config files.
Approved by: will (mentor), imp Differential Revision: https://reviews.freebsd.org/D16781
show more ...
|