Page MenuHomeFreeBSD
Feed Advanced Search

Apr 18 2021

jan.kokemueller_gmail.com added a comment to D29822: devel/libepoll-shim: update to 0.0.20210418.

With epoll-shim 0.0.20210418 the warning in x11/foot should hopefully be fixed.

Apr 18 2021, 7:34 PM
jan.kokemueller_gmail.com added a comment to D29822: devel/libepoll-shim: update to 0.0.20210418.

Whoops, the x11/foot failure actually is a bug in epoll-shim. I messed up the "fcntl" dispatch logic a bit, is actually was intended to compile warning free on all C99 conforming compilers. A fix for epoll-shim is incoming.

Apr 18 2021, 7:11 PM

Oct 6 2020

jan.kokemueller_gmail.com added inline comments to D26668: Expose eventfd in the native API/ABI using a new __specialfd syscall.
Oct 6 2020, 11:05 AM · Linux Emulation

Oct 4 2020

jan.kokemueller_gmail.com added inline comments to D26668: Expose eventfd in the native API/ABI using a new __specialfd syscall.
Oct 4 2020, 10:24 PM · Linux Emulation
jan.kokemueller_gmail.com added a comment to D26668: Expose eventfd in the native API/ABI using a new __specialfd syscall.

I wrote/compiled a bunch of eventfd ATF tests as part of epoll-shim (https://github.com/jiixyj/epoll-shim/blob/master/test/eventfd-ctx-test.c, https://github.com/jiixyj/epoll-shim/blob/master/test/tst-eventfd.c). I would be happy to clean them up further and contribute them to the FreeBSD test suite in case a native eventfd gets accepted.

Oct 4 2020, 9:34 PM · Linux Emulation
jan.kokemueller_gmail.com added a comment to D26668: Expose eventfd in the native API/ABI using a new __specialfd syscall.

There also was https://reviews.freebsd.org/D2172 but I'm not sure how much of that is relevant anymore.

Oct 4 2020, 9:29 PM · Linux Emulation
jan.kokemueller_gmail.com added inline comments to D26668: Expose eventfd in the native API/ABI using a new __specialfd syscall.
Oct 4 2020, 9:26 PM · Linux Emulation

Apr 24 2020

jan.kokemueller_gmail.com added inline comments to D24528: Some fixes for FIFOs/pipes when used with kqueue/poll.
Apr 24 2020, 9:51 PM
jan.kokemueller_gmail.com updated the diff for D24528: Some fixes for FIFOs/pipes when used with kqueue/poll.

I've uploaded a new version of the patch:

Apr 24 2020, 9:23 PM
jan.kokemueller_gmail.com added inline comments to D24528: Some fixes for FIFOs/pipes when used with kqueue/poll.
Apr 24 2020, 11:20 AM
jan.kokemueller_gmail.com updated the diff for D24528: Some fixes for FIFOs/pipes when used with kqueue/poll.

Thank you for the review! I've incorporated your comments and updated the diff.

Apr 24 2020, 11:04 AM

Apr 22 2020

jan.kokemueller_gmail.com created D24528: Some fixes for FIFOs/pipes when used with kqueue/poll.
Apr 22 2020, 2:51 AM

Jun 6 2019

jan.kokemueller_gmail.com added a comment to D20507: enable synaptics and elantech touchpads by default.

... so it's worth trying to enable it by default again as support of this device is definitely changed since 2013.

Jun 6 2019, 4:59 AM

Jun 4 2019

jan.kokemueller_gmail.com added a comment to D20507: enable synaptics and elantech touchpads by default.

This was tried some years ago, but then reverted as the probing was deemed too intrusive (see r255152 and r255210). I don't know if something changed in the meantime.

Jun 4 2019, 12:52 PM

Apr 28 2018

jan.kokemueller_gmail.com created D15221: Disable connectat/bindat with AT_FDCWD parameter in capabilities mode.
Apr 28 2018, 6:09 AM · capsicum

Apr 17 2017

jan.kokemueller_gmail.com added a comment to D10265: psm(4), evdev support part 3: EVDEV support itself.

I've added some inline comments about Linux device names, IDs and properties.
Here is a patch that I'm using on top of this series right now:

Apr 17 2017, 10:50 AM