History log of /freebsd-current/usr.bin/backlight/backlight.c
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

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


# f4b00609 19-Jul-2022 Mateusz Piotrowski <0mp@FreeBSD.org>

backlight(8): Update usage() to match the manual page

MFC after: 1 week


# fde687c2 17-Mar-2022 Piotr Pawel Stefaniak <pstef@FreeBSD.org>

backlight: Remove set but not used variable


# 3b005d51 03-Mar-2021 David Schlachter <fbsd-bugzilla@schlachter.ca>

backlight: Fix incr/decr with percent value of 0

This now does nothing instead of incr/decr by 10%

MFC After: 3 days
PR: 253736


# cf64bfef 06-Oct-2020 Baptiste Daroussin <bapt@FreeBSD.org>

backlight: check the lenght if the input before trimming '%'

Reported by: hps
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D26693


# 4d1308f4 06-Oct-2020 Baptiste Daroussin <bapt@FreeBSD.org>

backlight: accept '%' in the brightness input value

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


# 9ddaa99d 02-Oct-2020 Emmanuel Vadot <manu@FreeBSD.org>

Add backlight(8)

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