User Details
User Details
- User Since
- Oct 23 2024, 6:07 PM (67 w, 5 d)
Fri, Feb 6
Fri, Feb 6
vexeduxr committed rG87b2c0168d9d: sys/conf/options: remove improper full stops (authored by quentin.thebault_defenso.fr).
sys/conf/options: remove improper full stops
vexeduxr committed rG912418193ed1: sys/subr_module: remove useless macro gates (authored by quentin.thebault_defenso.fr).
sys/subr_module: remove useless macro gates
Mon, Jan 26
Mon, Jan 26
vexeduxr committed rGc29e05113c00: hpt: remove unnecessary macro expansion hacks (authored by vexeduxr).
hpt: remove unnecessary macro expansion hacks
vexeduxr committed rG6ecaa8dfb64b: sys/module.h: allow MODULE_DEPEND to accept macros (authored by vexeduxr).
sys/module.h: allow MODULE_DEPEND to accept macros
Sun, Jan 25
Sun, Jan 25
vexeduxr requested review of D54875: hpt: remove unnecessary macro expansion hacks.
vexeduxr requested review of D54874: sys/module: allow MODULE_DEPEND to accept macros.
Wed, Jan 14
Wed, Jan 14
vexeduxr committed rGb16ae773509c: loader.efi: add stride & offset for MacBookPro3,1 (authored by Frank Hilgendorf <frank.hilgendorf@posteo.de>).
loader.efi: add stride & offset for MacBookPro3,1
vexeduxr committed rGf4e56d1bda03: loader.efi: probe for UGA if GOP isn't found (authored by vexeduxr).
loader.efi: probe for UGA if GOP isn't found
ng_tty: avoid the sign extention of char
vexeduxr committed rG8591ee986b22: loader.efi: only use firmware provided Blt on GOP (authored by vexeduxr).
loader.efi: only use firmware provided Blt on GOP
vexeduxr committed rG7f20404b9f91: loader.efi: add stride & offset for MacBookPro3,1 (authored by Frank Hilgendorf <frank.hilgendorf@posteo.de>).
loader.efi: add stride & offset for MacBookPro3,1
vexeduxr committed rG6741fb1bd4f4: loader.efi: only use firmware provided Blt on GOP (authored by vexeduxr).
loader.efi: only use firmware provided Blt on GOP
ng_tty: avoid the sign extention of char
vexeduxr committed rG4832232096f8: loader.efi: probe for UGA if GOP isn't found (authored by vexeduxr).
loader.efi: probe for UGA if GOP isn't found
vexeduxr committed rGd3902baca506: loader.efi: only use firmware provided Blt on GOP (authored by vexeduxr).
loader.efi: only use firmware provided Blt on GOP
vexeduxr committed rG60a85a5d25ab: loader.efi: add stride & offset for MacBookPro3,1 (authored by Frank Hilgendorf <frank.hilgendorf@posteo.de>).
loader.efi: add stride & offset for MacBookPro3,1
vexeduxr committed rG5a9e2c59cb08: loader.efi: probe for UGA if GOP isn't found (authored by vexeduxr).
loader.efi: probe for UGA if GOP isn't found
ng_tty: avoid the sign extention of char
Looks okay to me.
Jan 6 2026
Jan 6 2026
vexeduxr committed rGbe6ba97aaee7: loader.efi: add stride & offset for MacBookPro3,1 (authored by Frank Hilgendorf <frank.hilgendorf@posteo.de>).
loader.efi: add stride & offset for MacBookPro3,1
vexeduxr committed rG171f9cbbbfa1: UPDATING: move entry to the correct place (authored by yklaxds_gmail.com).
UPDATING: move entry to the correct place
ng_tty: avoid the sign extention of char
Jan 5 2026
Jan 5 2026
vexeduxr requested review of D54544: ng_tty: avoid the sign extention of char.
Jan 4 2026
Jan 4 2026
vexeduxr committed rG9595055ae749: loader.efi: only use firmware provided Blt on GOP (authored by vexeduxr).
loader.efi: only use firmware provided Blt on GOP
vexeduxr committed rG5d85dde27b47: loader.efi: probe for UGA if GOP isn't found (authored by vexeduxr).
loader.efi: probe for UGA if GOP isn't found
Jan 3 2026
Jan 3 2026
vexeduxr updated the diff for D54432: loader.efi: only use firmware provided Blt on GOP.
Only assign "gop" if the framebuffer type is FB_GOP.
vexeduxr added inline comments to D54432: loader.efi: only use firmware provided Blt on GOP.
Dec 31 2025
Dec 31 2025
vexeduxr requested review of D54432: loader.efi: only use firmware provided Blt on GOP.
vexeduxr requested review of D54431: loader.efi: probe for UGA if GOP isn't found.
Dec 9 2025
Dec 9 2025
Dec 6 2025
Dec 6 2025
Nov 15 2025
Nov 15 2025
vexeduxr added inline comments to D52246: gpio: Add support for mcp23008/mcp23017/mcp23s08/mcp23s17 IO expanders.
Nov 2 2025
Nov 2 2025
vexeduxr committed rGb090bce56d52: gpiobus: use bus_generic_detach when detaching (authored by vexeduxr).
gpiobus: use bus_generic_detach when detaching
bus_attach_children.9: fix typo
Oct 30 2025
Oct 30 2025
bus_attach_children.9: fix typo
Oct 29 2025
Oct 29 2025
vexeduxr requested review of D53449: bus_attach_children.9: fix typo.
vexeduxr committed rG3bbdc0223a7c: acpi_gpiobus: implement bus_child_deleted (authored by vexeduxr).
acpi_gpiobus: implement bus_child_deleted
vexeduxr committed rG330b4f470280: gpiobus: use bus_generic_detach when detaching (authored by vexeduxr).
gpiobus: use bus_generic_detach when detaching
vexeduxr added a comment to D52305: gpiobus: use bus_generic_detach when detaching.
Oct 14 2025
Oct 14 2025
libm: remainder: make sure x is zero
libm: remainder: make sure x is zero
libm: remainder: make sure x is zero
Oct 11 2025
Oct 11 2025
libm: remainder: make sure x is zero
vexeduxr added a comment to D53023: libm: remainder: make sure x is zero.
On Sat Oct 11, 2025 at 2:26 AM +0300, Steve Kargl wrote:
I do not have a phabricator account. That method to
review patches came after I stopped committing.I did look at your patch, and do believe that it
is the correct fix. If you compare to remainderf(),
you'll see that the float version considers the
entire significand. I also checked remainderl().
It calls remquol() and it's implementation is
much different than the float and double versions.
Oct 10 2025
Oct 10 2025
vexeduxr added a comment to D53023: libm: remainder: make sure x is zero.
Will do. I tried to add him to the review before uploading the patch but couldn't find an account.
vexeduxr updated the summary of D53023: libm: remainder: make sure x is zero.
vexeduxr updated the test plan for D53023: libm: remainder: make sure x is zero.
vexeduxr requested review of D53023: libm: remainder: make sure x is zero.
Oct 1 2025
Oct 1 2025
vexeduxr committed rG555c30611c26: rk_gpio: Fix register read/write on rk3568 (authored by devivanov_proton.me).
rk_gpio: Fix register read/write on rk3568
gpioc: allocate new fifo size
vexeduxr committed rG4472ecb362b0: gpioc: fix race in ioctl(GPIOCONFIGEVENTS) (authored by vexeduxr).
gpioc: fix race in ioctl(GPIOCONFIGEVENTS)
ng_tty: copy to the correct mbuf
gpioc: allocate new fifo size
vexeduxr committed rGd8ee81cb8a86: gpioc: allocate priv->events with the correct size (authored by vexeduxr).
gpioc: allocate priv->events with the correct size
ng_tty: don't increment m_data
vexeduxr committed rG6163ced966b4: gpioc: fix race in ioctl(GPIOCONFIGEVENTS) (authored by vexeduxr).
gpioc: fix race in ioctl(GPIOCONFIGEVENTS)
vexeduxr committed rG39139fec932e: gpioc: allocate priv->events with the correct size (authored by vexeduxr).
gpioc: allocate priv->events with the correct size
ng_tty: copy to the correct mbuf
gpioc: allocate new fifo size
ng_tty: don't increment m_data
vexeduxr committed rG8fef0ee89497: gpioc: fix race in ioctl(GPIOCONFIGEVENTS) (authored by vexeduxr).
gpioc: fix race in ioctl(GPIOCONFIGEVENTS)
vexeduxr committed rG7432a95653de: gpio: implement bus_setup_intr and bus_teardown_intr (authored by vexeduxr).
gpio: implement bus_setup_intr and bus_teardown_intr
vexeduxr committed rG0f92b4049931: gpioc: allocate priv->events with the correct size (authored by vexeduxr).
gpioc: allocate priv->events with the correct size
vexeduxr committed rGcddbc26251d6: rk_gpio: Enable gpio allocation via fdt (authored by devivanov_proton.me).
rk_gpio: Enable gpio allocation via fdt
vexeduxr committed rG9fd527140ae8: rk_gpio: Fix register read/write on rk3568 (authored by devivanov_proton.me).
rk_gpio: Fix register read/write on rk3568
ng_tty: copy to the correct mbuf
ng_tty: don't increment m_data
Sep 30 2025
Sep 30 2025
vexeduxr added inline comments to D52783: gpioc: fix race in ioctl(GPIOCONFIGEVENTS).
gpioc: allocate new fifo size
vexeduxr committed rGfa26e445544e: gpioc: allocate priv->events with the correct size (authored by vexeduxr).
gpioc: allocate priv->events with the correct size
vexeduxr committed rGd000adfe41e6: gpioc: fix race in ioctl(GPIOCONFIGEVENTS) (authored by vexeduxr).
gpioc: fix race in ioctl(GPIOCONFIGEVENTS)
vexeduxr updated the diff for D52783: gpioc: fix race in ioctl(GPIOCONFIGEVENTS).
Allocate fifo before locking priv->mtx
vexeduxr added inline comments to D52783: gpioc: fix race in ioctl(GPIOCONFIGEVENTS).
vexeduxr added inline comments to D52783: gpioc: fix race in ioctl(GPIOCONFIGEVENTS).
vexeduxr updated the diff for D52783: gpioc: fix race in ioctl(GPIOCONFIGEVENTS).
malloc priv->events with the correct size
vexeduxr committed rGf1a372ed88b1: gpio: implement bus_setup_intr and bus_teardown_intr (authored by vexeduxr).
gpio: implement bus_setup_intr and bus_teardown_intr
Sep 29 2025
Sep 29 2025
vexeduxr updated the test plan for D52783: gpioc: fix race in ioctl(GPIOCONFIGEVENTS).
vexeduxr requested review of D52783: gpioc: fix race in ioctl(GPIOCONFIGEVENTS).
Sep 25 2025
Sep 25 2025
vexeduxr committed rGace98a8fb8fe: rk_gpio: Enable gpio allocation via fdt (authored by devivanov_proton.me).
rk_gpio: Enable gpio allocation via fdt
vexeduxr committed rG34ec8c9ccaa4: rk_gpio: Fix register read/write on rk3568 (authored by devivanov_proton.me).
rk_gpio: Fix register read/write on rk3568
ng_tty: copy to the correct mbuf