User Details
- User Since
- Sep 19 2023, 9:26 AM (62 w, 2 d)
Mar 5 2024
Fix commit message
Variable names consitency.
Move do_resize=0 out of the if to avoid trying resize. May fail one time instead of always.
Mar 4 2024
Fix logic
Do initialization of variables in main().
Renamed the fuction onsigwinch() into resizeit().
Check if return -1 before doing the next ioctl.
Mar 1 2024
Feb 29 2024
Feb 5 2024
Jan 9 2024
Added KASSERT() requested
Dec 20 2023
Style fix for now
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.
Better suggested way to avoid python bycode files than using rm.
Dec 19 2023
Fixed some suggested changes.
- 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 15 2023
Typo on the filename
Configuration file should be in sample
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 11 2023
Fix Makefile LICENSE_FILE, CONFIGURE_ARGS, and some unnecessary things. Remove also duplicated patch files that should not be here
Dec 1 2023
This update fix the styles on switch / case as requested
Nov 30 2023
Nov 28 2023
Removed unused function in sys/netinet6/udp6_usrreq.c, added IPv6
support for SOPT_SET and SOPT_GET in sys/netinet/udp_usrreq.c