Page MenuHomeFreeBSD

xavier.beaudouin_klarasystems.com (Xavier Beaudouin)
User

Projects

User does not belong to any projects.

User Details

User Since
Sep 19 2023, 9:26 AM (31 w, 4 d)

Recent Activity

Mar 5 2024

xavier.beaudouin_klarasystems.com added inline comments to D44167: script: handle terminal resize on SIGSWINCH.
Mar 5 2024, 4:42 PM
xavier.beaudouin_klarasystems.com updated the diff for D44167: script: handle terminal resize on SIGSWINCH.

Fix commit message

Mar 5 2024, 1:48 PM
xavier.beaudouin_klarasystems.com retitled D44167: script: handle terminal resize on SIGSWINCH from Handle terminal resize on SIGSWINCH in /usr/bin/script Added '-w' to enable forwarding of these events follows. to script: Handle terminal resize on SIGSWINCH.
Mar 5 2024, 1:48 PM
xavier.beaudouin_klarasystems.com added inline comments to D44167: script: handle terminal resize on SIGSWINCH.
Mar 5 2024, 1:44 PM
xavier.beaudouin_klarasystems.com updated the diff for D44167: script: handle terminal resize on SIGSWINCH.

Variable names consitency.
Move do_resize=0 out of the if to avoid trying resize. May fail one time instead of always.

Mar 5 2024, 1:44 PM

Mar 4 2024

xavier.beaudouin_klarasystems.com updated the diff for D44167: script: handle terminal resize on SIGSWINCH.

Fix logic

Mar 4 2024, 4:17 PM
xavier.beaudouin_klarasystems.com updated the diff for D44167: script: handle terminal resize on SIGSWINCH.

Do initialization of variables in main().
Renamed the fuction onsigwinch() into resizeit().
Check if return -1 before doing the next ioctl.

Mar 4 2024, 4:04 PM
xavier.beaudouin_klarasystems.com retitled D44167: script: handle terminal resize on SIGSWINCH from Handle terminal resize on SIGSWINCH in /usr/bin/scriptAdded '-w' to enable forwarding of these events follows. to Handle terminal resize on SIGSWINCH in /usr/bin/script Added '-w' to enable forwarding of these events follows..
Mar 4 2024, 4:02 PM

Mar 1 2024

xavier.beaudouin_klarasystems.com requested review of D44167: script: handle terminal resize on SIGSWINCH.
Mar 1 2024, 3:47 PM

Feb 29 2024

xavier.beaudouin_klarasystems.com updated the test plan for D43748: databases/ldb25: new port.
Feb 29 2024, 2:35 PM

Feb 5 2024

xavier.beaudouin_klarasystems.com requested review of D43748: databases/ldb25: new port.
Feb 5 2024, 9:55 AM

Jan 9 2024

xavier.beaudouin_klarasystems.com updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.

Added KASSERT() requested

Jan 9 2024, 8:35 AM

Dec 20 2023

xavier.beaudouin_klarasystems.com updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.

Style fix for now

Dec 20 2023, 5:02 PM
xavier.beaudouin_klarasystems.com added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 5:00 PM
xavier.beaudouin_klarasystems.com added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 4:11 PM
xavier.beaudouin_klarasystems.com updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.

Fixed some style issues. On some files checkstyle9.pl is litterally yelling on
allmost all lines. Sorry to have tried to use same incorrect style of the file.
Added suggested #if defined on ipsec_output.c.

Dec 20 2023, 1:18 PM
xavier.beaudouin_klarasystems.com added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 1:14 PM
xavier.beaudouin_klarasystems.com added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 1:13 PM
xavier.beaudouin_klarasystems.com updated the diff for D42850: net/freeipa-client: Add new port.

Better suggested way to avoid python bycode files than using rm.

Dec 20 2023, 8:17 AM

Dec 19 2023

xavier.beaudouin_klarasystems.com added a comment to D42526: Add UDP encapsulation of ESP in IPv6.

Fixed some suggested changes.

Dec 19 2023, 1:43 PM
xavier.beaudouin_klarasystems.com updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.
  • Fix some style bugs as requested (line too long / space before comment etc...)
  • Make structure clearer on line 179 of udp6_usrreq.c
  • Remove litteral
  • Remove unecessary break
Dec 19 2023, 1:42 PM

Dec 15 2023

xavier.beaudouin_klarasystems.com updated the diff for D42850: net/freeipa-client: Add new port.

Typo on the filename

Dec 15 2023, 2:41 PM
xavier.beaudouin_klarasystems.com updated the diff for D42850: net/freeipa-client: Add new port.

Configuration file should be in sample

Dec 15 2023, 2:30 PM
xavier.beaudouin_klarasystems.com updated the diff for D42850: net/freeipa-client: Add new port.

This port doesn't build on 12.4 poudriere, so mark it as BROKEN.
On 13.2 and 14.0 it is building without any pain, didn't tryed on 15.0
indeed.

Dec 15 2023, 8:16 AM

Dec 11 2023

xavier.beaudouin_klarasystems.com updated the diff for D42850: net/freeipa-client: Add new port.

Fix Makefile LICENSE_FILE, CONFIGURE_ARGS, and some unnecessary things. Remove also duplicated patch files that should not be here

Dec 11 2023, 2:39 PM
xavier.beaudouin_klarasystems.com added inline comments to D42850: net/freeipa-client: Add new port.
Dec 11 2023, 9:37 AM
xavier.beaudouin_klarasystems.com added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 11 2023, 9:14 AM

Dec 1 2023

xavier.beaudouin_klarasystems.com updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.

This update fix the styles on switch / case as requested

Dec 1 2023, 10:22 AM

Nov 30 2023

xavier.beaudouin_klarasystems.com added a comment to D42526: Add UDP encapsulation of ESP in IPv6.

There are some style bugs in the patch. Could you please run tools/build/checkstyle9.pl on the patch file and fix the problems that it reports? In particular, case statements should be at the same indentation level as the switch, and fixing that will fix some of the complaints about lines being too long.

Nov 30 2023, 4:42 PM
xavier.beaudouin_klarasystems.com requested review of D42850: net/freeipa-client: Add new port.
Nov 30 2023, 2:44 PM

Nov 28 2023

xavier.beaudouin_klarasystems.com updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.

Removed unused function in sys/netinet6/udp6_usrreq.c, added IPv6
support for SOPT_SET and SOPT_GET in sys/netinet/udp_usrreq.c

Nov 28 2023, 12:44 PM

Nov 21 2023

xavier.beaudouin_klarasystems.com added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Nov 21 2023, 10:16 AM

Nov 9 2023

xavier.beaudouin_klarasystems.com requested review of D42526: Add UDP encapsulation of ESP in IPv6.
Nov 9 2023, 9:01 AM