- Mar 13, 2025
-
-
Jeremy Soller authored
Remove pcspkrd See merge request !254
-
Jeremy Soller authored
graphics/graphics-ipc: Fix Damage::clip Closes #51 See merge request !253
-
bjorn3 authored
The PC speaker device is not a general purpose audio device, but only capable of playing beeps. While pcspkrd does currently get built, it never actually gets started at startup. There is also no program anywhere inside Redox OS capable of playing any sound through pcspkrd. And finally basically the thing it is used for on modern systems is to emit a beep when pressing backspace in a VT while there is no input buffered. I personally find that beep rather annoying and have disabled the Linux counterpart to pcspkrd on my system because of this.
-
bjorn3 authored
-
Jeremy Soller authored
inputd: Avoid usage of legacy scheme path format See merge request !252
-
Jeremy Soller authored
Move bgad and xhcid to redox-scheme See merge request !251
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
-
Jeremy Soller authored
-
- Mar 09, 2025
-
-
Jeremy Soller authored
Bunch of improvements to usb storage See merge request !250
-
bjorn3 authored
configuration_value is not an index into config_descs, so scan for a config_desc with the right configuration_value instead. And fix get_desc getting confused by companion descriptors.
-
bjorn3 authored
-
bjorn3 authored
-
- Mar 08, 2025
-
-
Jeremy Soller authored
Mostly unify disk scheme implementations See merge request !249
-
bjorn3 authored
-
bjorn3 authored
lived and usbscsid still keep their old scheme implementations.
-
bjorn3 authored
-
Jeremy Soller authored
Deduplicate a fair bit of code between block device drivers See merge request !248
-
- Mar 07, 2025
-
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
This allows it to contain non-'static disks.
-
bjorn3 authored
-
bjorn3 authored
It should be read when creating the struct implementing Disk and every disk needs to have some block length.
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
-
Jeremy Soller authored
Vendor and cleanup partitionlib See merge request !247
-
Jeremy Soller authored
A bunch of improvements to the graphics subsystem See merge request !246
-
- Mar 06, 2025
-
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
-
bjorn3 authored
This matches the Linux DRM name.
-
bjorn3 authored
The fields should never be negative and this saves a couple of casts.
-
bjorn3 authored
This is necessary for implementing hardware cursor support.
-
bjorn3 authored
It is quite likely that the next graphics API won't be the last one and as such would become a legacy API too. Consistently using version numbers makes it easier to refer to the exact version you mean.
-
bjorn3 authored
This way the drivers don't have to special case switching between VTs.
-