User Details
User Details
- User Since
- Jan 15 2020, 3:04 PM (159 w, 1 d)
Sat, Jan 28
Sat, Jan 28
lytboris_gmail.com added a comment to D38167: Turn net.inet.carp.allow into a RW tunable.
Tested updated patch with GENERIC kernel 13.1/stable. Works as expected.
Tue, Jan 24
Tue, Jan 24
lytboris_gmail.com updated the diff for D38167: Turn net.inet.carp.allow into a RW tunable.
Uploaded ver #2. Does it look like the way it should be? I do not have a way to check it on VNET-enabled kernel here and now.
Mon, Jan 23
Mon, Jan 23
lytboris_gmail.com requested review of D38167: Turn net.inet.carp.allow into a RW tunable.
Nov 30 2022
Nov 30 2022
lytboris_gmail.com added reviewers for D37567: Golang ports: use ${WRKDIR} for build artifacts: dmgk, jlaffaye, tcberner.
lytboris_gmail.com updated the test plan for D37567: Golang ports: use ${WRKDIR} for build artifacts.
lytboris_gmail.com requested review of D37567: Golang ports: use ${WRKDIR} for build artifacts.
Jan 21 2021
Jan 21 2021
lytboris_gmail.com updated the diff for D28240: Remove deadlock in rc caused by pwait waiting for itself.
Jan 19 2021
Jan 19 2021
lytboris_gmail.com updated the diff for D28240: Remove deadlock in rc caused by pwait waiting for itself.
lytboris_gmail.com updated the test plan for D28240: Remove deadlock in rc caused by pwait waiting for itself.
lytboris_gmail.com requested review of D28240: Remove deadlock in rc caused by pwait waiting for itself.
Sep 4 2020
Sep 4 2020
lytboris_gmail.com added a comment to D25389: Add loop visualization and parallel execution support into rcorder.
Commit message could be:
A few features are added into rcorder:
- Dependency loop logging is enhanced: full chain is being printed instead of the last link competing the loop
- -g option is added to generate dependency graph suitable for GraphViz visualization. Loops and other graph generation issues are highlighted automatically.
- -p option is added that enables grouping items that can be processed in parallel
Aug 26 2020
Aug 26 2020
lytboris_gmail.com accepted D25389: Add loop visualization and parallel execution support into rcorder.
Can anyone merge it into head please? :)
Aug 1 2020
Aug 1 2020
lytboris_gmail.com added a comment to D25734: ipfw nat64 improve prefix length checks.
Same issue exists in stl instance. Could you please fix both of them in one hit?
Jun 27 2020
Jun 27 2020
lytboris_gmail.com added a comment to D25389: Add loop visualization and parallel execution support into rcorder.
I was looking into order change and have found very disturbing thing: with this new code securelevel is being started the last. That would not be an issue unless this comment in LOGIN:
# PROVIDE: LOGIN # REQUIRE: DAEMON
lytboris_gmail.com added a comment to D25389: Add loop visualization and parallel execution support into rcorder.
Jun 22 2020
Jun 22 2020
lytboris_gmail.com updated the diff for D25389: Add loop visualization and parallel execution support into rcorder.
lytboris_gmail.com updated the summary of D25389: Add loop visualization and parallel execution support into rcorder.
lytboris_gmail.com updated the diff for D25389: Add loop visualization and parallel execution support into rcorder.
Altered Copyright header, s/gen_/generate_/
lytboris_gmail.com updated the diff for D25389: Add loop visualization and parallel execution support into rcorder.
lytboris_gmail.com updated the diff for D25389: Add loop visualization and parallel execution support into rcorder.
lytboris_gmail.com updated the diff for D25389: Add loop visualization and parallel execution support into rcorder.
Addressed comments by @melifaro:
- static requirements stack is converted into an additional argument for do_file() and satisfy_req()
- sequence_cmp() cleanup
- converted FAKE_PROV_NAME check with an inline function
- code face lifting to meet style(9)
Jun 21 2020
Jun 21 2020
lytboris_gmail.com updated the diff for D25389: Add loop visualization and parallel execution support into rcorder.
Updated man page as per comments from @bcr.
Feb 15 2020
Feb 15 2020
lytboris_gmail.com updated the diff for D23468: Property-based filters for syslogd.
Addressed notes by melifaro@
Feb 2 2020
Feb 2 2020
lytboris_gmail.com updated the summary of D23468: Property-based filters for syslogd.