User Details
User Details
- User Since
- Jul 22 2022, 12:24 AM (209 w, 6 d)
Mon, Jul 27
Mon, Jul 27
Jun 10 2026
Jun 10 2026
Apr 3 2026
Apr 3 2026
Mar 26 2026
Mar 26 2026
Mar 20 2026
Mar 20 2026
Mar 10 2026
Mar 10 2026
jfree committed R11:0d7ef50c99db: graphics/igt-gpu-tools: Fix builds since D49183 (authored by dan.kotowski_a9development.com).
Jan 12 2026
Jan 12 2026
Tests added. I forgot to add the review link into the commit message... oops. Closing this.
jfree retitled D54343: syslogd: Terminate pipe processes gracefully from syslogd: Do not immediately terminate piped processes on restart
Dec 23 2025
Dec 23 2025
jfree updated the test plan for D54343: syslogd: Terminate pipe processes gracefully.
jfree requested review of D54343: syslogd: Terminate pipe processes gracefully.
Sep 10 2025
Sep 10 2025
Sep 4 2025
Sep 4 2025
Aug 31 2025
Aug 31 2025
jfree updated the test plan for D52313: pci_user: Add compatibility padding.
jfree updated the test plan for D52313: pci_user: Add compatibility padding.
jfree requested review of D52313: pci_user: Add compatibility padding.
Aug 21 2025
Aug 21 2025
jfree updated the summary of D44289: pci_user: Report NUMA domain.
jfree updated the diff for D44289: pci_user: Report NUMA domain.
Use memcpy(3) to copy pci_conf data into compat structures instead of assigning
members one by one.
Aug 18 2025
Aug 18 2025
Aug 12 2025
Aug 12 2025
jfree added a comment to D51865: libusb: capsicumize libusb.
Good to see more Capsicumization efforts going on. I just had a few pedantic suggestions. Otherwise, this generally looks good.
Aug 11 2025
Aug 11 2025
jfree added inline comments to D51865: libusb: capsicumize libusb.
Apr 3 2025
Apr 3 2025
Jan 19 2025
Jan 19 2025
Jan 5 2025
Jan 5 2025
jfree added a comment to D48222: syslogd: Ensure that forwarded messages are sent from port 514.
Jan 3 2025
Jan 3 2025
jfree added a comment to D48222: syslogd: Ensure that forwarded messages are sent from port 514.
I do not like how complicated this is getting, but the code all looks good.
Jan 2 2025
Jan 2 2025
jfree added a comment to D48250: syslogd: Fix resource leaks.
Thanks for finding and fixing all of these.
Dec 28 2024
Dec 28 2024
jfree added inline comments to D48222: syslogd: Ensure that forwarded messages are sent from port 514.
jfree added inline comments to D48222: syslogd: Ensure that forwarded messages are sent from port 514.
Nov 30 2024
Nov 30 2024
Nov 27 2024
Nov 27 2024
jfree added a comment to D26456: syslogd: Support locale when removing unsafe characters.
Nov 25 2024
Nov 25 2024
Nov 24 2024
Nov 24 2024
jfree updated the diff for D41465: syslogd: Log messages using libcasper.
Add missing error checking on memory allocation
jfree added inline comments to D47649: syslogd: Add host forwarding test.
jfree added inline comments to D47649: syslogd: Add host forwarding test.
jfree updated the diff for D47650: syslogd: Split up basic test case.
- Fix sysctl(8) usage
- Do not use atf_skip(3) in test head - it causes failure
jfree updated the diff for D47649: syslogd: Add host forwarding test.
- Fix argument parsing in syslogd_start()
- Assign address to interface for host_action test
jfree retitled D47650: syslogd: Split up basic test case from syslogd: Detect INET/INET6 support using kern.features
jfree updated the diff for D47104: syslogd: Open forwarding socket descriptors.
Use sendmsg(2) to send iovec list.
Nov 21 2024
Nov 21 2024
jfree added a comment to D26456: syslogd: Support locale when removing unsafe characters.
Nov 20 2024
Nov 20 2024
jfree added inline comments to D47104: syslogd: Open forwarding socket descriptors.
Nov 18 2024
Nov 18 2024
jfree updated the diff for D47650: syslogd: Split up basic test case.
Separate the "basic" test into three separate tests:
- unix
- inet
- inet6
jfree updated the diff for D47650: syslogd: Split up basic test case.
- Use sysctl's -n flag to print value without variable name. Silly mistake on my part.
- Skip test if INET and INET6 are unsupported by kernel.
jfree added inline comments to D47104: syslogd: Open forwarding socket descriptors.
jfree updated the diff for D47104: syslogd: Open forwarding socket descriptors.
- Minor style changes
- Only call getsockopt() and getpeername() when Debug is non-zero
Nov 17 2024
Nov 17 2024
jfree requested review of D47650: syslogd: Split up basic test case.
jfree updated the diff for D47104: syslogd: Open forwarding socket descriptors.
- Use calloc(3) instead of malloc(3) for array allocations.
- Add missing error checking for a memory allocation
jfree requested review of D47649: syslogd: Add host forwarding test.
Oct 19 2024
Oct 19 2024
jfree added inline comments to D47104: syslogd: Open forwarding socket descriptors.
jfree updated the diff for D47104: syslogd: Open forwarding socket descriptors.
Address Mark's comments: use calloc() instead of malloc() for
memory allocations. This is done to avoid potential integer overflow
in total allocation size.
Oct 14 2024
Oct 14 2024
jfree requested review of D47104: syslogd: Open forwarding socket descriptors.
