Page MenuHomeFreeBSD
Feed Advanced Search

Mar 13 2020

hrs committed rP528366: Regen patches..
Regen patches.
Mar 13 2020, 5:19 PM
hrs committed rP528365: Fix build breakage when PKINIT and/or KX509 disabled..
Fix build breakage when PKINIT and/or KX509 disabled.
Mar 13 2020, 5:12 PM

Mar 7 2020

hrs committed rS358730: Fix an issue of net.inet.igmp.stats handler..
Fix an issue of net.inet.igmp.stats handler.
Mar 7 2020, 8:41 AM
hrs committed rP527917: - Update MASTER_SITES and WWW: in pkg-descr..
- Update MASTER_SITES and WWW: in pkg-descr.
Mar 7 2020, 3:05 AM

Feb 27 2020

hrs committed rS358405: Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF..
Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.
Feb 27 2020, 7:50 PM
hrs closed D23732: Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.
Feb 27 2020, 7:50 PM
hrs added a comment to D22003: Add lle_event handler to ARP.

Ping? I will commit the revised patch if there is no objection.

Feb 27 2020, 7:42 PM
hrs committed rS358404: Fix broken STARTTLS when SharedMemoryKey is enabled..
Fix broken STARTTLS when SharedMemoryKey is enabled.
Feb 27 2020, 7:40 PM
hrs closed D23734: Fix broken STARTTLS when SharedMemoryKey is enabled.
Feb 27 2020, 7:40 PM
hrs committed rS358402: Add MODULE_PNP_INFO() to autoload the rtwn_pci(4) kernel module..
Add MODULE_PNP_INFO() to autoload the rtwn_pci(4) kernel module.
Feb 27 2020, 7:35 PM
hrs closed D23807: Add MODULE_PNP_INFO() to PCI-based rtwn(4) device drivers.
Feb 27 2020, 7:35 PM
hrs committed rS358395: Add workaround for models which do not follow the ACPI specification strictly..
Add workaround for models which do not follow the ACPI specification strictly.
Feb 27 2020, 5:14 PM

Feb 26 2020

hrs added inline comments to D23329: Make ICMP redirect processing depend on routing daemon.
Feb 26 2020, 8:39 PM

Feb 25 2020

hrs added inline comments to D23329: Make ICMP redirect processing depend on routing daemon.
Feb 25 2020, 10:52 PM

Feb 23 2020

hrs requested changes to D23329: Make ICMP redirect processing depend on routing daemon.
Feb 23 2020, 10:22 PM
hrs updated the diff for D23732: Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.

Fix the lines pointed out in the review.

Feb 23 2020, 9:34 PM
hrs committed rP526944: - Fix build on -current..
- Fix build on -current.
Feb 23 2020, 8:46 PM
hrs requested changes to D23788: DRAFT: ng_ksocket: IPv6 address parsing and unparsing.
Feb 23 2020, 5:24 PM ยท network
hrs created D23807: Add MODULE_PNP_INFO() to PCI-based rtwn(4) device drivers.
Feb 23 2020, 4:53 PM
hrs committed rP526922: - Fix build when !BDB..
- Fix build when !BDB.
Feb 23 2020, 2:57 PM

Feb 22 2020

hrs committed rP526858: Unbreak build:.
Unbreak build:
Feb 22 2020, 9:00 PM
hrs committed rP526857: Unbreak the build:.
Unbreak the build:
Feb 22 2020, 8:44 PM

Feb 20 2020

hrs added inline comments to D23732: Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.
Feb 20 2020, 11:55 PM
hrs committed rP526597: - Add dynamicrouting keyword..
- Add dynamicrouting keyword.
Feb 20 2020, 11:41 PM
hrs committed rS358152: Improve performance of "read" built-in command when using a seekable.
Improve performance of "read" built-in command when using a seekable
Feb 20 2020, 3:01 AM
hrs closed D23747: Improve sh(1) built-in read command performance when using a seekable fd.
Feb 20 2020, 3:01 AM

Feb 19 2020

hrs committed rS358095: Add _BIX (Battery Information Extended) object support..
Add _BIX (Battery Information Extended) object support.
Feb 19 2020, 6:29 AM
hrs closed D23728: Add _BIX (Battery Information Extended) object support to acpi_cmbat.
Feb 19 2020, 6:29 AM
hrs committed rP526484: Update to 7.7.0..
Update to 7.7.0.
Feb 19 2020, 6:20 AM
hrs committed rP526482: Fix build..
Fix build.
Feb 19 2020, 4:25 AM
hrs added a comment to D23695: Allow ND entries creation for all routes without gateway..
In D23695#521458, @hrs wrote:

I have no strong objection to allow a prefix route with no gateway, but I think the case pointed out in Bug 194485 can be solved by just adding an address with the delegated prefix on the interface (EUI-64 always works as the interface id). Is there any specific reason for DHCP-PD (or another use case) to have an interface route?

Thank you for looking into this!

Indeed, I should have provided a more accurate description. The problem is a bit bigger than just DHCPv6.

In general, RFC 5942 advocates for the explicit split between address management and prefix assignment:

Feb 19 2020, 12:34 AM

Feb 18 2020

hrs created D23747: Improve sh(1) built-in read command performance when using a seekable fd.
Feb 18 2020, 8:50 PM
hrs committed rP526438: Update to 1.2.29..
Update to 1.2.29.
Feb 18 2020, 4:27 AM
hrs updated the diff for D23728: Add _BIX (Battery Information Extended) object support to acpi_cmbat.

Remove irrelevant references to smbus(4).

Feb 18 2020, 3:56 AM
hrs added a comment to D23695: Allow ND entries creation for all routes without gateway..

I have no strong objection to allow a prefix route with no gateway, but I think the case pointed out in Bug 194485 can be solved by just adding an address with the delegated prefix on the interface (EUI-64 always works as the interface id). Is there any specific reason for DHCP-PD (or another use case) to have an interface route?

Feb 18 2020, 2:06 AM
hrs committed rS358061: Use 0x5c for the scan code 0x7d..
Use 0x5c for the scan code 0x7d.
Feb 18 2020, 1:50 AM

Feb 17 2020

hrs updated the diff for D23728: Add _BIX (Battery Information Extended) object support to acpi_cmbat.

Remove device_printf()s just for debugging.

Feb 17 2020, 7:56 PM
hrs created D23734: Fix broken STARTTLS when SharedMemoryKey is enabled.
Feb 17 2020, 7:33 PM
hrs created D23732: Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.
Feb 17 2020, 7:07 PM
hrs updated the diff for D22003: Add lle_event handler to ARP.

Updated the patch based on feedback from bz@:

Feb 17 2020, 6:37 PM
hrs created D23728: Add _BIX (Battery Information Extended) object support to acpi_cmbat.
Feb 17 2020, 5:57 PM

Jan 21 2020

hrs accepted D22992: Adds a news entry regarding the adoption of Weblate as a translation tool for official documentation..

Looks good to me.

Jan 21 2020, 5:26 PM

Jan 12 2020

hrs committed rP522790: Update to 12.2..
Update to 12.2.
Jan 12 2020, 3:01 PM

Jan 9 2020

hrs committed rP522544: - Use FONTPATHSPEC..
- Use FONTPATHSPEC.
Jan 9 2020, 10:42 PM

Dec 30 2019

hrs committed rP521518: Fixup patches by makepatch. No functional change..
Fixup patches by makepatch. No functional change.
Dec 30 2019, 4:58 PM
hrs committed rP521478: - Use ${RLN} to create a symlink of a relative path..
- Use ${RLN} to create a symlink of a relative path.
Dec 30 2019, 10:10 AM
hrs committed rP521464: - Resurrect japanese/cannadic..
- Resurrect japanese/cannadic.
Dec 30 2019, 5:31 AM
hrs committed rP521463: - Use FONTPATHSPEC..
- Use FONTPATHSPEC.
Dec 30 2019, 5:04 AM
hrs committed rP521462: - Update to 0.0.670..
- Update to 0.0.670.
Dec 30 2019, 5:03 AM
hrs committed rP521461: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 5:02 AM
hrs committed rP521460: Update dependencies..
Update dependencies.
Dec 30 2019, 5:02 AM
hrs committed rP521459: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 5:01 AM
hrs committed rP521458: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:59 AM
hrs committed rP521457: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:58 AM
hrs committed rP521455: - Update to 0.6.3...
- Update to 0.6.3..
Dec 30 2019, 4:58 AM
hrs committed rP521454: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:54 AM
hrs committed rP521453: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:53 AM
hrs committed rP521452: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:52 AM
hrs committed rP521451: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:51 AM
hrs committed rP521450: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:49 AM
hrs committed rP521449: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:48 AM
hrs committed rP521448: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:47 AM
hrs committed rP521447: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:46 AM
hrs committed rP521446: Use FONTPATHSPEC..
Use FONTPATHSPEC.
Dec 30 2019, 4:44 AM
hrs committed rP521445: - Add LICENSE..
- Add LICENSE.
Dec 30 2019, 4:43 AM
hrs committed rP521444: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:42 AM
hrs committed rP521443: Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:41 AM
hrs committed rP521442: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:39 AM
hrs committed rP521441: - Use FONTPATHSPEC..
- Use FONTPATHSPEC.
Dec 30 2019, 4:38 AM
hrs committed rP521440: - Update to 00601..
- Update to 00601.
Dec 30 2019, 4:37 AM
hrs committed rP521439: - Update to 00401..
- Update to 00401.
Dec 30 2019, 4:35 AM
hrs committed rP521438: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:34 AM
hrs committed rP521437: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:32 AM
hrs committed rP521436: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:28 AM
hrs committed rP521435: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:22 AM
hrs committed rP521434: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:20 AM
hrs committed rP521433: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually..
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Dec 30 2019, 4:19 AM
hrs committed rP521430: Add etc/X11/fontpath.d as a catalogue fontpath by default..
Add etc/X11/fontpath.d as a catalogue fontpath by default.
Dec 30 2019, 12:11 AM

Dec 29 2019

hrs committed rP521362: - Update to 1.5.1..
- Update to 1.5.1.
Dec 29 2019, 3:26 PM

Dec 26 2019

hrs committed rP520920: Update to 1.82..
Update to 1.82.
Dec 26 2019, 2:55 PM

Dec 25 2019

hrs committed rP520886: Update to 1.2..
Update to 1.2.
Dec 25 2019, 10:00 PM
hrs committed rP520885: - Update to 1.81..
- Update to 1.81.
Dec 25 2019, 9:17 PM

Dec 24 2019

hrs committed rP520789: Update MASTER_SITES and update to 4.02..
Update MASTER_SITES and update to 4.02.
Dec 24 2019, 9:02 AM

Oct 31 2019

hrs accepted D22146: add valectl to the system commands.

Looks good to me.

Oct 31 2019, 4:59 AM

Oct 29 2019

hrs added a comment to D22146: add valectl to the system commands.

Could you please fix the following nits? Sorry for sending comments so many times separately.

Oct 29 2019, 3:33 AM

Oct 28 2019

hrs requested changes to D22146: add valectl to the system commands.
Oct 28 2019, 6:32 PM

Oct 16 2019

hrs updated the diff for D22003: Add lle_event handler to ARP.

Update patch:

Oct 16 2019, 7:11 AM
hrs added a comment to D21589: arp.c: use getaddrinfo(3) instead of gethostbyname(3).

@hrs do you realize that the submitter is not a committer? Can you commit this change for him?

Oct 16 2019, 5:55 AM

Oct 13 2019

hrs added inline comments to D22003: Add lle_event handler to ARP.
Oct 13 2019, 6:22 PM

Oct 12 2019

hrs created D22003: Add lle_event handler to ARP.
Oct 12 2019, 8:03 PM
hrs requested changes to D21826: Proceeding to make rwhod ipv6 clean..

Your change looks to me trying to add IPv6 support by a copy-and-paste of the logic used in IPv4. I do not think it is a good idea in general or even for rwhod. At the time when rwhod utility was written there was an IPv4-specific API only, but nowadays we have a lot of address family independent APIs. For multicast membership management, an API defined in RFC 3678 is the standard way to support IPv4 and IPv6 in a AF-agnostic manner. Therefore, multicast support of rwhod needs a major rewrite by using this new API to support both IPv4 and non-IPv4 protocols at least. While we welcome converting an IPv4-only program to support IPv6 in an AF-independent API such as getaddrinfo(3), we do not want to add another IPv6-only code path to every single IPv4-only utility unless it is the only way to do so.

Oct 12 2019, 2:14 AM

Sep 22 2019

hrs added a comment to D21752: Add STANDARDS section to the gre(4) manual page.
  • We do not have MPLS as described in RFC 4023 or NVGRE in RFC 7637 as a kernel feature.
  • RFC 8086 (GRE-in-UDP) is supported.
  • I am not sure why WCCP I-Ds should be listed here. They use GRE but it is usually implemented by a userland daemon, not by kernel.
Sep 22 2019, 2:34 PM

Sep 21 2019

hrs committed rS352576: MFC r352567:.
MFC r352567:
Sep 21 2019, 2:06 PM
hrs committed rS352575: MFC r352567:.
MFC r352567:
Sep 21 2019, 2:03 PM
hrs accepted D21589: arp.c: use getaddrinfo(3) instead of gethostbyname(3).

Looks good to me.

Sep 21 2019, 1:54 PM
hrs committed rS352574: - Revert WARNS to 2 because of mismatch between (xdrproc_t) and xdr_void()..
- Revert WARNS to 2 because of mismatch between (xdrproc_t) and xdr_void().
Sep 21 2019, 1:34 PM
hrs committed rS352572: Fix warnings and set WARNS=6..
Fix warnings and set WARNS=6.
Sep 21 2019, 12:34 PM
hrs committed rS352570: Fix build errors of test.c, which had been broken for a long time..
Fix build errors of test.c, which had been broken for a long time.
Sep 21 2019, 1:30 AM
hrs committed rS352568: Impove wording and move descriptions about.
Impove wording and move descriptions about
Sep 21 2019, 12:44 AM
hrs committed rS352567: Add a workaround for servers which respond RPC_PROGNOTREGISTERED.
Add a workaround for servers which respond RPC_PROGNOTREGISTERED
Sep 21 2019, 12:18 AM