In D46269#1055082, @jrm wrote:Thanks! I don't see anything in the commit log of https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=091bd5adf19c7ab01214c64689952acb483 that the update addresses the vulnerabilities. Do you have a reference for that point?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Aug 10 2024
Aug 10 2024
nyan_myuji.xyz added a comment to D46269: Update cpu-microcode-amd to contain ucode with sinkclose mitigation.
nyan_myuji.xyz added a reviewer for D46269: Update cpu-microcode-amd to contain ucode with sinkclose mitigation: jrm.
nyan_myuji.xyz updated the summary of D46269: Update cpu-microcode-amd to contain ucode with sinkclose mitigation.
Jun 12 2023
Jun 12 2023
In D40377#922083, @crest_freebsd_rlwinm.de wrote:The jail_name variable must be initialised to NULL. This should be done through an explicit char * jail_name = NULL; in line 101 of route.c.
Jun 2 2023
Jun 2 2023
- remove usejail variable
Jun 1 2023
Jun 1 2023
@melifaro Thank you so much for reviewing and the suggestion! I have moved the jail attach bit out and added the missed Makefile changes. (oops)
- move jail attach away from arg parse
May 27 2023
May 27 2023
nyan_myuji.xyz updated subscribers of D40299: Tie kern.fallback_elf_brand to the fallback elf brand of the current prison.
@jamie Here is the review for the sysctl
nyan_myuji.xyz updated the summary of D40299: Tie kern.fallback_elf_brand to the fallback elf brand of the current prison.
- assign value to prison_fallback_brand varibale right before it is used
May 26 2023
May 26 2023
In D40262#917097, @jamie wrote:Rather than add a separate value different from the kern.fallback_elf_brand sysctl, it would make sense for the jail parameter to be tied to the sysctl itself, such as the securelevel parameter is. It's complicated somewhat by the fact that there are three similar sysctls.
- Use pr_spare for pr_elf_fallback_brand
May 25 2023
May 25 2023
- update date
- use .Pp instead of empty lines in manpage
- use .Xr in manpage
Man page update
nyan_myuji.xyz retitled D40262: Allow setting a per-Jail fallback ABI brand. from Allow setting a per-Jail efi fallback ABI brand. to Allow setting a per-Jail fallback ABI brand..
nyan_myuji.xyz added reviewers for D40262: Allow setting a per-Jail fallback ABI brand.: emaste, lwhsu, khng, Jails.
- fix sysctl parametetr description
May 23 2023
May 23 2023
- remove explicit initialization
May 22 2023
May 22 2023
including the correct range
cleanup
Move jail_attach away from args_parse
- print error and exit if -j specified but ifconfig isn't built with jail support
- bump manpage date
- modify man page to refactor the new -j flag
- improve readability
- fix rescue build
nyan_myuji.xyz added reviewers for D40213: Teach ifconfig to attach and run itself in a jail.: emaste, lwhsu, khng.
Jul 6 2022
Jul 6 2022
@erj @krzysztof.galazka_intel.com Thank you so much for reviewing. Do you mind to commit this as well? Thank you so much.
Jun 30 2022
Jun 30 2022
nyan_myuji.xyz added a comment to D35143: Bhyve virtio-net: Allow backend type to be explicitly specified..
@jhb Thank you so much for helping! I have submitted a few patches under "Yan Ka Chiu" lately so I guess I will use that instead for consistency.
Jun 29 2022
Jun 29 2022
Jun 6 2022
Jun 6 2022
nyan_myuji.xyz updated the diff for D35143: Bhyve virtio-net: Allow backend type to be explicitly specified..
- change to use type as the option
- simplify code
May 16 2022
May 16 2022
nyan_myuji.xyz updated the diff for D35169: pam_exec: fix segfault when existing auth token is null on `pam_sm_set_cred`.
- Rephrase error message and formatting
- Removed blank line
nyan_myuji.xyz added a comment to D35169: pam_exec: fix segfault when existing auth token is null on `pam_sm_set_cred`.
@des updated
nyan_myuji.xyz updated the diff for D35169: pam_exec: fix segfault when existing auth token is null on `pam_sm_set_cred`.
- Rephrase error message and formatting
May 12 2022
May 12 2022
nyan_myuji.xyz updated the diff for D35169: pam_exec: fix segfault when existing auth token is null on `pam_sm_set_cred`.
Fix the submitted diff
May 10 2022
May 10 2022
nyan_myuji.xyz updated the diff for D35169: pam_exec: fix segfault when existing auth token is null on `pam_sm_set_cred`.
also check rc
May 6 2022
May 6 2022
nyan_myuji.xyz retitled D35143: Bhyve virtio-net: Allow backend type to be explicitly specified. from Bhyve virtio-net: Allow backend to be explicitly specified. to Bhyve virtio-net: Allow backend type to be explicitly specified..
nyan_myuji.xyz updated the diff for D35143: Bhyve virtio-net: Allow backend type to be explicitly specified..
- change to use type as the option
- yes I am an idiot and totally forgot bhyve-config(5)
nyan_myuji.xyz requested review of D35143: Bhyve virtio-net: Allow backend type to be explicitly specified..
Mar 21 2021
Mar 21 2021
In D29359#657456, @thierry wrote:Thanks for resurrecting julia!
I have two remarks:
- any reason to work on 1.0.3? The latest release is now 1.5.4, and 1.6.0 is now at -rc3;
- when using the external BLAS, you could set USES+= blaslapack:openblas
remove lang/julia and lang/juila10 from MOVED
Mar 4 2021
Mar 4 2021
- Manually expand the VTOI macro to further avoid dependency of
Mar 3 2021
Mar 3 2021
- Merge branch 'master' of https://github.com/freebsd/freebsd-ports
- revert changes to other files
Feb 28 2021
Feb 28 2021
Revert more files
Revert accidental changes to other ports
add port revision
Feb 13 2021
Feb 13 2021
Related bugzillla ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253487
Feb 8 2021
Feb 8 2021
nyan_myuji.xyz added a comment to D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
@koobs Please review and commit this if it's alright?
Feb 1 2021
Feb 1 2021
nyan_myuji.xyz updated the diff for D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
Add link to upstream pr
Jan 21 2021
Jan 21 2021
nyan_myuji.xyz updated the diff for D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
Use arc4random instead of random
Jan 14 2021
Jan 14 2021
nyan_myuji.xyz added inline comments to D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
nyan_myuji.xyz added a comment to D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
In D28135#628982, @philip wrote:If the iflib changes have been tested and are known to work, they're probably okay.
Is the extra patch to aq_hw.c intentional? Using random() to generate a MAC address isn't great. Not seeding it makes it even worse.
Jan 13 2021
Jan 13 2021
nyan_myuji.xyz updated the diff for D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
Use PORTREVISION instead of PORTEPOCH
nyan_myuji.xyz added inline comments to D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
nyan_myuji.xyz added inline comments to D28135: net/aquantia-atlantic-kmod: Fix CURRENT build post r353868 (iflib changes).
Jun 15 2019
Jun 15 2019
Jun 2 2019
Jun 2 2019
In D20447#442373, @wulf wrote:One more question:
Why ver and hor sysctls are added separately?
I think single "natural_scroll" is enough.
May 29 2019
May 29 2019
May 28 2019
May 28 2019
In D20447#441492, @wulf wrote:Hi Nyan,
Could you upload the diff as fullcontext diff next time. See https://wiki.freebsd.org/Phabricatorgit diff -U999999 other-branch > change.diff git show -U999999 <commit-hash> > change.diff svn diff --diff-cmd=diff -x -U999999 > change.diff`It is not necessary to reupload current diff