Page MenuHomeFreeBSD
Feed Advanced Search

Yesterday

kiwi added a reviewer for D48111: [PATCH] java/openjdk*: Update pkg-message information about fdescfs and procfs: glewis.
Mon, Dec 16, 3:00 PM
kiwi updated the summary of D48111: [PATCH] java/openjdk*: Update pkg-message information about fdescfs and procfs.
Mon, Dec 16, 2:55 PM
kiwi updated the summary of D48111: [PATCH] java/openjdk*: Update pkg-message information about fdescfs and procfs.
Mon, Dec 16, 2:55 PM
kiwi updated the summary of D48111: [PATCH] java/openjdk*: Update pkg-message information about fdescfs and procfs.
Mon, Dec 16, 2:43 PM
kiwi requested review of D48111: [PATCH] java/openjdk*: Update pkg-message information about fdescfs and procfs.
Mon, Dec 16, 2:43 PM

Fri, Dec 13

kiwi closed D48050: [PATCH] *: Use my @FreeBSD.org email as MAINTAINER.
Fri, Dec 13, 5:33 PM
kiwi committed R11:6d9bec7d67cc: */*: Use my @FreeBSD.org email as MAINTAINER (authored by kiwi).
*/*: Use my @FreeBSD.org email as MAINTAINER
Fri, Dec 13, 5:33 PM
kiwi updated the summary of D48050: [PATCH] *: Use my @FreeBSD.org email as MAINTAINER.
Fri, Dec 13, 5:14 PM

Thu, Dec 12

kiwi updated the diff for D48050: [PATCH] *: Use my @FreeBSD.org email as MAINTAINER.

Changed freebsd.org to FreeBSD.org as suggested.

Thu, Dec 12, 4:20 PM
kiwi requested review of D48050: [PATCH] *: Use my @FreeBSD.org email as MAINTAINER.
Thu, Dec 12, 1:32 PM
pi renamed kiwi from xavier.beaudouin_klarasystems.com to kiwi.
Thu, Dec 12, 10:21 AM

Aug 21 2024

kiwi accepted D46322: Mk/Uses/samba.mk: Clean up and define SAMBA_LDB_PORT.

Seems good to me.

Aug 21 2024, 4:04 PM

Mar 5 2024

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

Fix commit message

Mar 5 2024, 1:48 PM
kiwi 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
kiwi added inline comments to D44167: script: handle terminal resize on SIGSWINCH.
Mar 5 2024, 1:44 PM
kiwi 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

kiwi updated the diff for D44167: script: handle terminal resize on SIGSWINCH.

Fix logic

Mar 4 2024, 4:17 PM
kiwi 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
kiwi 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

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

Feb 29 2024

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

Feb 5 2024

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

Jan 9 2024

kiwi updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.

Added KASSERT() requested

Jan 9 2024, 8:35 AM

Dec 20 2023

kiwi updated the diff for D42526: Add UDP encapsulation of ESP in IPv6.

Style fix for now

Dec 20 2023, 5:02 PM
kiwi added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 5:00 PM
kiwi added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 4:11 PM
kiwi 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
kiwi added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 1:14 PM
kiwi added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 20 2023, 1:13 PM
kiwi 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

kiwi added a comment to D42526: Add UDP encapsulation of ESP in IPv6.

Fixed some suggested changes.

Dec 19 2023, 1:43 PM
kiwi 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

kiwi updated the diff for D42850: net/freeipa-client: Add new port.

Typo on the filename

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

Configuration file should be in sample

Dec 15 2023, 2:30 PM
kiwi 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

kiwi 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
kiwi added inline comments to D42850: net/freeipa-client: Add new port.
Dec 11 2023, 9:37 AM
kiwi added inline comments to D42526: Add UDP encapsulation of ESP in IPv6.
Dec 11 2023, 9:14 AM

Dec 1 2023

kiwi 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

kiwi 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
kiwi requested review of D42850: net/freeipa-client: Add new port.
Nov 30 2023, 2:44 PM

Nov 28 2023

kiwi 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

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

Nov 9 2023

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