| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lib: implement “kb flags” | Philipp Gesang | 2021-12-12 | 1 | -95/+61 |
| * | lib: add ioctl wrappers for KDGKBLED / KDSKBLED | Philipp Gesang | 2021-12-12 | 1 | -43/+111 |
| * | lib: close console fd on drop | Philipp Gesang | 2021-12-12 | 1 | -0/+14 |
| * | bin: allow specifying the console on the command line | Philipp Gesang | 2021-12-12 | 1 | -1/+1 |
| * | bin: lib: implement setting state of individual LEDs | Philipp Gesang | 2021-12-12 | 1 | -1/+25 |
| * | bin: implement led revert | Philipp Gesang | 2021-12-12 | 1 | -0/+3 |
| * | bin: implement “leds set” subcommand | Philipp Gesang | 2021-12-12 | 1 | -1/+27 |
| * | add KDGETLED subcommand to vtcol-bin | Philipp Gesang | 2021-12-08 | 1 | -1/+27 |
| * | add ioctl wrappers for KDGETLED / KDSETLED | Philipp Gesang | 2021-12-08 | 1 | -5/+119 |
| * | move base64 handling out of Palette | Philipp Gesang | 2021-11-25 | 1 | -14/+19 |
| * | don’t panic!() on open(2) failure | Philipp Gesang | 2021-11-24 | 1 | -10/+10 |
| * | add base64 input for ‘set’ | Philipp Gesang | 2021-11-24 | 1 | -0/+31 |
| * | add base64 output for ‘get’ | Philipp Gesang | 2021-11-24 | 1 | -1/+5 |
| * | optionally clear after each fade step | Philipp Gesang | 2021-11-23 | 1 | -3/+13 |
| * | implement fading | Philipp Gesang | 2021-11-23 | 1 | -1/+98 |
| * | get rid of useless lifetimes | Philipp Gesang | 2021-11-22 | 1 | -5/+5 |
| * | switch RawPalette to integer representation | Philipp Gesang | 2021-11-16 | 1 | -48/+93 |
| * | add KDGKBTYPE wrapper | Philipp Gesang | 2021-11-15 | 1 | -8/+14 |
| * | namespace ioctl related symbols | Philipp Gesang | 2021-11-15 | 1 | -45/+53 |
| * | move console handling into lib | Philipp Gesang | 2021-11-15 | 1 | -5/+152 |
| * | use idiomatic syscall error wrappers | Philipp Gesang | 2021-11-15 | 1 | -24/+48 |
| * | turn Fd into proper wrapper | Philipp Gesang | 2021-11-15 | 1 | -5/+25 |
| * | lib: split out library | Philipp Gesang | 2021-11-15 | 1 | -0/+528 |
