Page MenuHomeFreeBSD

freebsd_igalic.co (Mina Galić)
User

Projects

User Details

User Since
Nov 7 2020, 6:11 PM (125 w, 6 h)

Recent Activity

Sat, Mar 4

freebsd_igalic.co added a comment to D38898: virtio_random: pipeline fetching the data... This hides latencies that reach 500us, where otherwise we are busy looping....
In D38898#885682, @jmg wrote:

I didn't see any in your config listed at: https://gist.github.com/igalic/dba54db678ad2f12b08d35504e7909de#file-qemu-conf-L87 which is why I assumed there wasn't one, but maybe a -nic on the command line automatically adds a network adapter. (I'm a qemu newbie, so I didn't even know a config file could be created till you posted yours.)

For my system, I'm using the command:

qemu-system-aarch64 -cpu host -accel hvf -smp 2 -m 4096 -drive file=pflash0.slow.img,format=raw,if=pflash,readonly=on -drive file=pflash1.slow.img,format=raw,if=pflash -M virt -device virtio-gpu-pci -display default,show-cursor=on -device qemu-xhci -device usb-kbd -device usb-tablet -monitor unix:qemu-monitor-socket,server,nowait -device intel-hda -device hda-duplex -device virtio-rng-pci -drive file=vm.raw,format=raw,if=virtio,cache=writethrough -nographic -serial mon:stdio
Sat, Mar 4, 1:08 PM
freebsd_igalic.co added a comment to D38898: virtio_random: pipeline fetching the data... This hides latencies that reach 500us, where otherwise we are busy looping....
In D38898#885654, @jmg wrote:

So, I think what might be wrong is that you don't have another virtio driver to "unstick" the virtio queue. FreeBSD only has drivers for balloon, block, console, network, entropy and scsi. I looked at your config, and the only other device you define that is supported by FreeBSD is balloon. In my config, I'm using both network and block so it's possible that it's working here only because there is additional disk/network traffic causing the rng events to get dequeued...

Sat, Mar 4, 1:05 AM

Fri, Mar 3

freebsd_igalic.co added a comment to D38898: virtio_random: pipeline fetching the data... This hides latencies that reach 500us, where otherwise we are busy looping....

rebuilt with this patch, here's the disas:

Fri, Mar 3, 11:18 PM

Feb 26 2023

freebsd_igalic.co added a comment to D34485: if_re: generate an address if there is none in the EEPROM.

now also at https://github.com/freebsd/freebsd-src/pull/670

Feb 26 2023, 11:32 AM

Feb 25 2023

freebsd_igalic.co abandoned D27411: add altlog_jaillist to syslogd's rc script.

closing this based on @mjg's feedback.
I'm going to have to rethink this completely.

Feb 25 2023, 5:46 PM · manpages, rc

Feb 23 2023

freebsd_igalic.co updated the diff for D27411: add altlog_jaillist to syslogd's rc script.

it's been a while. update this to bug people

Feb 23 2023, 11:17 PM · manpages, rc
freebsd_igalic.co abandoned D31773: Build go binaries as PIE.

Given the fixes the go toolchain has received, this blanket fix should no longer be necessary

Feb 23 2023, 12:38 PM

Feb 21 2023

freebsd_igalic.co updated the diff for D27959: kldxref: skip .pkgsave files.

address @imp's feedback.

Feb 21 2023, 11:01 PM
freebsd_igalic.co updated the diff for D27959: kldxref: skip .pkgsave files.
Feb 21 2023, 10:25 PM
freebsd_igalic.co added a comment to D27959: kldxref: skip .pkgsave files.

one day, i will use arc and it will not mess up my review.
one day, really soon.

Feb 21 2023, 7:08 PM

Feb 20 2023

freebsd_igalic.co updated the diff for D27959: kldxref: skip .pkgsave files.

address @pauamma's feedback.

Feb 20 2023, 11:24 PM
freebsd_igalic.co added a comment to D27959: kldxref: skip .pkgsave files.
In D27959#880578, @pauamma wrote:

You didn't ask for manpages approval. Is that deliberate?

Feb 20 2023, 10:30 PM
freebsd_igalic.co added inline comments to D27959: kldxref: skip .pkgsave files.
Feb 20 2023, 9:29 PM
freebsd_igalic.co updated the diff for D27959: kldxref: skip .pkgsave files.

add documentation

Feb 20 2023, 7:00 PM
freebsd_igalic.co added a comment to D27962: rc: ignore .pkgsave files.

I'll be updating this review and try to revive it.

Feb 20 2023, 9:52 AM · pkgbase, rc
freebsd_igalic.co added a comment to D27959: kldxref: skip .pkgsave files.

I'm going to update this review with an edit to the man page, and then we can revive it.

Feb 20 2023, 9:48 AM

Feb 14 2023

freebsd_igalic.co added inline comments to D38305: intrng: add intrcnt/intrnames limit checking.
Feb 14 2023, 11:40 AM

Feb 9 2023

freebsd_igalic.co accepted D38457: Use nproc(1) instead of sysctl kern.smp.cpus.
Feb 9 2023, 12:37 AM

Feb 7 2023

freebsd_igalic.co added a comment to D38170: irdma(4): add code for comipilation on stable/13 branch.

we don't actually seem to have an irdma(4) man page: https://man.freebsd.org/cgi/man.cgi?query=irdma&sektion=4&manpath=FreeBSD+14.0-CURRENT

Feb 7 2023, 1:18 AM

Feb 6 2023

freebsd_igalic.co added a comment to D37854: Mechanically convert if_plip(4) to DrvAPI.

we don't actually seem to have an if_plip(4) man page

Feb 6 2023, 7:37 PM
freebsd_igalic.co added a comment to D37822: Mechanically convert sbni(4) to DrvAPI.

we don't actually seem to have a sbni(4) man page.

Feb 6 2023, 7:34 PM
freebsd_igalic.co added a comment to D37824: Mechanically convert smc(4) to DrvAPI.

we don't actually seem to have a smc(4) man page

Feb 6 2023, 7:33 PM
freebsd_igalic.co added a comment to D37834: Mechanically convert al_eth(4) to DrvAPI.

we don't actually seem to have an al_eth(4) man page

Feb 6 2023, 7:31 PM
freebsd_igalic.co added a comment to D37851: Mechanically convert ic(4) to DrvAPI.

we don't actually seem to have a ic(4) man page

Feb 6 2023, 6:03 PM

Feb 5 2023

freebsd_igalic.co added a comment to D38382: contributing: Start pointing people at github.

These are great guidelines.

As a related, but tangential improvement, I would suggest creating a small PR template in the src repo that points to this page/section. This makes it more discoverable. Having the guidelines linked/listed when creating a new PR allows us to more easily justify immediate rejection of PRs that don't follow them ("you didn't read the instructions").

https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository

Feb 5 2023, 6:15 PM

Feb 4 2023

freebsd_igalic.co added inline comments to D38382: contributing: Start pointing people at github.
Feb 4 2023, 10:11 PM

Feb 3 2023

freebsd_igalic.co added inline comments to D38244: daemon: add long_opts.
Feb 3 2023, 9:29 PM
freebsd_igalic.co added a comment to D38244: daemon: add long_opts.

how about --help?

Feb 3 2023, 8:45 PM
freebsd_igalic.co abandoned D38370: certctl(8): Remove untrusted certificates from TRUSTPATH.

after feedback from @kevans on IRC, I'm abandoning this revision, because it's the wrong way to solve this problem:

Feb 3 2023, 6:08 PM · Contributor Reviews (base), manpages
freebsd_igalic.co updated the diff for D38370: certctl(8): Remove untrusted certificates from TRUSTPATH.
  • fix case syntax
  • use dirname, not basename
Feb 3 2023, 2:12 PM · Contributor Reviews (base), manpages
freebsd_igalic.co added reviewers for D38370: certctl(8): Remove untrusted certificates from TRUSTPATH: kevans, manpages.
Feb 3 2023, 1:58 PM · Contributor Reviews (base), manpages
freebsd_igalic.co requested review of D38370: certctl(8): Remove untrusted certificates from TRUSTPATH.
Feb 3 2023, 1:51 PM · Contributor Reviews (base), manpages

Feb 1 2023

bofh renamed freebsd_igalic.co from me_igalic.co to freebsd_igalic.co.
Feb 1 2023, 12:48 PM
freebsd_igalic.co added a comment to D37836: Mechanically convert ffec(4) to DrvAPI.

we don't actually seem to have a man page for this driver

Feb 1 2023, 9:32 AM
freebsd_igalic.co added a comment to D37833: Mechanically convert mge(4) to DrvAPI.

we don't actually seem to have a man page for this driver

Feb 1 2023, 9:31 AM
freebsd_igalic.co added a comment to D37792: Mechanically convert ps3 if_glc(4) to DrvAPI.

we don't actually seem to have a man page for this driver

Feb 1 2023, 9:28 AM

Jan 31 2023

freebsd_igalic.co added a comment to D38294: devd: Use service -x.
In D38294#870088, @mjg wrote:

which entries don't qualify?

i'm saying this creates potential for something to be broken and start silently failing

Jan 31 2023, 4:54 PM
freebsd_igalic.co requested changes to D38295: service: Add new -x option.
Jan 31 2023, 4:49 PM

Jan 27 2023

freebsd_igalic.co added inline comments to D36529: netstat: make netstat -rn use netlink instead of rtsock.
Jan 27 2023, 8:09 PM
freebsd_igalic.co added a comment to D38224: pkgbase: Create a FreeBSD-elftoolchain package.

?

Jan 27 2023, 4:18 PM
freebsd_igalic.co added a comment to D37189: rc.d: Put growfs script in FreeBSD-ufs.
In D37189#845161, @manu wrote:

the growfs script handles ZFS as well

Ah right, didn't knew that.
Let's close this one then.

Jan 27 2023, 10:11 AM

Jan 25 2023

freebsd_igalic.co added a comment to D38025: Backport OpenBSD syntax of "scrub" option for "match" and "pass" rules.

I've really just looked properly at the man page, since i don't know the code, so that's what my comments are about.

Jan 25 2023, 9:33 AM

Jan 15 2023

freebsd_igalic.co added inline comments to D38058: www/hedgedoc: NEW PORT web-hosted markdown doc editor.
Jan 15 2023, 4:44 PM
freebsd_igalic.co requested changes to D38058: www/hedgedoc: NEW PORT web-hosted markdown doc editor.
Jan 15 2023, 4:35 PM
freebsd_igalic.co requested changes to D38058: www/hedgedoc: NEW PORT web-hosted markdown doc editor.

some questions and recommendations

Jan 15 2023, 9:38 AM

Jan 6 2023

freebsd_igalic.co added a comment to D37722: Add new rc: machine_id to generate /etc/machine-id.

this says MFC 1 week. that was two weeks ago.
This revision links to machine-id(5) on Linux, but perhaps we should have that man page ourselves

Jan 6 2023, 9:34 PM

Nov 23 2022

freebsd_igalic.co added a comment to D37479: cloudinit: add basic support for cloudinit..

with my cloud-init contributor hat on: I like the basic idea of this, because it can live in base.
The big caveat is that this only provides, probably: can only provide, the most basic functionality seen here.
Everything that cloud-init handles in modules, might end up being too much work to keep up with upstream.

Nov 23 2022, 10:14 PM

May 26 2022

freebsd_igalic.co added a comment to D27411: add altlog_jaillist to syslogd's rc script.

address @pauamma_gundo.com's comments

May 26 2022, 9:04 PM · manpages, rc
freebsd_igalic.co updated the diff for D27411: add altlog_jaillist to syslogd's rc script.

address pauamma's comments

May 26 2022, 9:03 PM · manpages, rc

May 23 2022

freebsd_igalic.co added a comment to D34563: devfs.rules: Do not expose "log" in the default devfs rules..

Seems reasonable. I think /dev/log is legacy anyway.

May 23 2022, 7:19 AM · Jails

Sep 1 2021

freebsd_igalic.co updated subscribers of D31773: Build go binaries as PIE.
Sep 1 2021, 3:19 PM
freebsd_igalic.co updated the diff for D31773: Build go binaries as PIE.

modify net/syncthing build to build the binaries as pie

Sep 1 2021, 3:10 PM
freebsd_igalic.co requested review of D31773: Build go binaries as PIE.
Sep 1 2021, 3:06 PM

May 11 2021

freebsd_igalic.co added a comment to D30081: pkgbase: Put openssl in its own package.

is this going to be MFCed?

May 11 2021, 8:04 PM

May 3 2021

freebsd_igalic.co added a comment to D30088: pkgbase: Move librt to clibs.

how will this behave on pkg upgrade?

May 3 2021, 9:36 AM

May 2 2021

freebsd_igalic.co added a comment to D30081: pkgbase: Put openssl in its own package.

perhaps an entry in release/packages/Makefile.package
could be useful

May 2 2021, 7:57 PM

Apr 23 2021

freebsd_igalic.co added inline comments to D29949: build(7): fix references to svn(1) and svnlite(1).
Apr 23 2021, 5:14 PM

Apr 22 2021

freebsd_igalic.co added inline comments to D29917: BeFS support for fstyp command.
Apr 22 2021, 8:32 AM
freebsd_igalic.co added inline comments to D29917: BeFS support for fstyp command.
Apr 22 2021, 8:20 AM
freebsd_igalic.co added inline comments to D29917: BeFS support for fstyp command.
Apr 22 2021, 8:14 AM

Apr 21 2021

freebsd_igalic.co added a comment to D29883: Remove name mangling in generate-ucl.sh.

i wonder if this regression is the cause of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254173

Apr 21 2021, 3:29 PM

Apr 20 2021

ehem_freebsd_m5p.com awarded D29224: make only vital packages vital, not their sub-packages a Love token.
Apr 20 2021, 12:55 AM · pkgbase

Apr 19 2021

freebsd_igalic.co added inline comments to D29850: param.h: Document __FreeBSD_version better.
Apr 19 2021, 10:08 PM
freebsd_igalic.co added a member for Contributor Reviews (base): freebsd_igalic.co.
Apr 19 2021, 8:09 AM

Apr 16 2021

freebsd_igalic.co added inline comments to D29772: ipfw: do not use sleepable malloc in callout context..
Apr 16 2021, 7:44 AM

Apr 14 2021

freebsd_igalic.co updated the test plan for D29765: remove repository.callsign from .arcconfig.
Apr 14 2021, 8:42 PM
freebsd_igalic.co requested review of D29765: remove repository.callsign from .arcconfig.
Apr 14 2021, 8:40 PM
freebsd_igalic.co changed the repository for D29659: jail: convert several functions from int to bool from rS FreeBSD src repository - subversion to rG FreeBSD src repository.
Apr 14 2021, 8:32 PM · Jails
freebsd_igalic.co updated the diff for D29659: jail: convert several functions from int to bool.

add comment for prison_allow()

Apr 14 2021, 8:31 PM · Jails

Apr 11 2021

freebsd_igalic.co changed the repository for D29659: jail: convert several functions from int to bool from rS FreeBSD src repository - subversion to rG FreeBSD src repository.
Apr 11 2021, 9:26 PM · Jails
freebsd_igalic.co added inline comments to D29659: jail: convert several functions from int to bool.
Apr 11 2021, 7:34 PM · Jails
freebsd_igalic.co updated the diff for D29659: jail: convert several functions from int to bool.

address review comments

Apr 11 2021, 7:09 PM · Jails
freebsd_igalic.co added inline comments to D29659: jail: convert several functions from int to bool.
Apr 11 2021, 4:11 PM · Jails

Apr 10 2021

freebsd_igalic.co retitled D29659: jail: convert several functions from int to bool from kern_jail: convert several functions from int to bool to jail: convert several functions from int to bool.
Apr 10 2021, 10:39 AM · Jails
freebsd_igalic.co updated the diff for D29659: jail: convert several functions from int to bool.

address @jamie's and my own review comments

Apr 10 2021, 10:38 AM · Jails

Apr 9 2021

freebsd_igalic.co added inline comments to D29659: jail: convert several functions from int to bool.
Apr 9 2021, 9:59 PM · Jails
freebsd_igalic.co added a comment to D29659: jail: convert several functions from int to bool.

address @kp's review comment.

Apr 9 2021, 7:36 PM · Jails
freebsd_igalic.co updated the diff for D29659: jail: convert several functions from int to bool.

address reviewers comments

Apr 9 2021, 7:35 PM · Jails

Apr 8 2021

freebsd_igalic.co added a comment to D29659: jail: convert several functions from int to bool.

Yeah, I'd been meaning to get around to that ;-).

Apr 8 2021, 10:22 PM · Jails
freebsd_igalic.co added inline comments to D29659: jail: convert several functions from int to bool.
Apr 8 2021, 9:55 PM · Jails
freebsd_igalic.co added a reviewer for D29659: jail: convert several functions from int to bool: Jails.
Apr 8 2021, 8:01 PM · Jails
freebsd_igalic.co requested review of D29659: jail: convert several functions from int to bool.
Apr 8 2021, 8:00 PM · Jails

Mar 25 2021

freebsd_igalic.co added a comment to D29374: git-arc.sh: Make it compatible with Ubuntu 18.04.

a bit late to the party, but

Mar 25 2021, 3:11 PM

Mar 18 2021

freebsd_igalic.co updated the diff for D29224: make only vital packages vital, not their sub-packages.

rebase

Mar 18 2021, 8:21 PM · pkgbase

Mar 12 2021

freebsd_igalic.co updated the summary of D29224: make only vital packages vital, not their sub-packages.
Mar 12 2021, 12:27 PM · pkgbase
freebsd_igalic.co retitled D29224: make only vital packages vital, not their sub-packages from make jail, runtimes & utilities sub-packages non-vital to make only vital packages vital, not their sub-packages.
Mar 12 2021, 11:59 AM · pkgbase
freebsd_igalic.co added a comment to D29224: make only vital packages vital, not their sub-packages.

addressed in latest update

Mar 12 2021, 11:58 AM · pkgbase
freebsd_igalic.co updated the diff for D29224: make only vital packages vital, not their sub-packages.

address @manu's review

Mar 12 2021, 11:57 AM · pkgbase

Mar 11 2021

freebsd_igalic.co added inline comments to D29224: make only vital packages vital, not their sub-packages.
Mar 11 2021, 10:30 PM · pkgbase
freebsd_igalic.co added a reviewer for D29224: make only vital packages vital, not their sub-packages: pkgbase.
Mar 11 2021, 8:35 PM · pkgbase
freebsd_igalic.co updated the diff for D29224: make only vital packages vital, not their sub-packages.

fix spelling error

Mar 11 2021, 8:34 PM · pkgbase
freebsd_igalic.co requested review of D29224: make only vital packages vital, not their sub-packages.
Mar 11 2021, 8:33 PM · pkgbase
freebsd_igalic.co added a comment to D29171: bsd.lib.mk: Add a install target for .pc files.

🙋🏻‍♀️

Mar 11 2021, 12:47 PM
freebsd_igalic.co accepted D29081: relnotes/13.0: add note about jail(8) cpuset behavior.
Mar 11 2021, 11:46 AM

Mar 10 2021

freebsd_igalic.co accepted D29169: pkgbase: Add an src.conf option for splitting man pages.

this looks sensible and good to me!

Mar 10 2021, 9:50 PM

Mar 5 2021

freebsd_igalic.co added a comment to D29003: add a release note about VirtIO v1 fixes.

done

Mar 5 2021, 10:25 PM · docs, releng
freebsd_igalic.co updated the diff for D29003: add a release note about VirtIO v1 fixes.

Apply @debdrup's suggestions

Mar 5 2021, 10:25 PM · docs, releng

Mar 4 2021

freebsd_igalic.co added a project to D29003: add a release note about VirtIO v1 fixes: docs.
Mar 4 2021, 10:06 PM · docs, releng
freebsd_igalic.co updated subscribers of D26756: jail(3lua): add a jail.list() method.
Mar 4 2021, 10:00 PM
freebsd_igalic.co updated subscribers of D26927: jail(3lua): add jail.attach()/jail.remove() methods.
Mar 4 2021, 9:59 PM