| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Increment and decrement where swapped.
Signed-off-by: Salman Sarray <salman@sarray.de>
Reviewed by: ziaee, Christos Longros <chris.longros@gmail.com>
Pull Request: https://github.com/freebsd/freebsd-src/pull/2072
|
| |
|
|
|
|
|
| |
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
| |
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| |
|
|
|
|
|
|
|
| |
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
|
| |
|
|
| |
MFC after: 1 week
|
| |
|
|
| |
MFC after: 1 week
|
| |
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
| |
If an unqualified name is provided, /dev/backlight/ is automatically
prepended instead of /dev/backlight.
MFC after: 3 days
|
| | |
|
| |
|
|
| |
Reviewed by: allanjude
|
| |
|
|
|
| |
MFC after: 3 days
PR: 253737
|
| |
|
|
|
|
|
| |
This now does nothing instead of incr/decr by 10%
MFC After: 3 days
PR: 253736
|
| |
|
|
|
|
|
|
|
|
|
| |
- Sort flags
- Stylize incr|+ and decr|- properly
- Add a missing period at the end of the description
- Use the standard layout for the EXAMPLES section (remove the list macro
and add indentation to the code block)
Notes:
svn path=/head/; revision=367073
|
| |
|
|
|
|
|
|
|
| |
Reported by: hps
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D26693
Notes:
svn path=/head/; revision=366472
|
| |
|
|
|
|
|
|
|
|
|
| |
Improve friendlyness of the command line by accepting the percent brightness
in both format: with or without a trailing '%'
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D26692
Notes:
svn path=/head/; revision=366471
|
|
|
This tool is used to configure registered backlights.
It can incr/decr (default to 10%) or accept a percentage value directly.
Reviewed by: manpages (gbe@)
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26251
Notes:
svn path=/head/; revision=366370
|