User Details
- User Since
- Dec 7 2018, 3:31 PM (323 w, 4 d)
Nov 19 2023
Nov 3 2023
Mar 12 2023
Feb 28 2023
Feb 25 2023
Jan 11 2023
I verified the patch on powerpc64, powerpc64le and it fixes the issue completely. Also, powerpc 32 bit is fine with this patch.
Dec 20 2022
Dec 17 2022
@mckusick , thank you for the improved patch!
During test I figured out that kernel retries to mount the filesystem several times. I prevented this changing sys/kern/vfs_mountroot.c
remove empty line
Update with code from mckusick
Dec 13 2022
Dec 12 2022
I have some questions :)
Should we define a custom (negative) error number for endian mismatch?
Should we check for the returned error number and make the caller print the message instead?
Dec 11 2022
Nov 18 2022
@cperciva this change caused a regression on powerpc64 and powerpc64le (mountroot can't mount the filesystem).
Nov 8 2022
Nov 1 2022
Oct 28 2022
Oct 27 2022
Oct 7 2022
Oct 6 2022
This was superseded by https://reviews.freebsd.org/D36420
Oct 5 2022
Oct 4 2022
Thanks imp, but I'm abandoning since actually looks like the ":" makes sense here as there are more output due to "stack_print()" !
Oct 3 2022
Sep 29 2022
Make this change powerpc* only in order to unbreak pfsync module and
the test infrastructure.
Sep 26 2022
I started a similar discussion some time ago on IRC and the only conclusion I got was there's no standard. I looked at https://en.wikipedia.org/wiki/Uname to try to find some pattern, but found none as well and I agreed to keep as is to avoid breaking things. However I understand that keeping as is today adds an unnecessary (and avoidable) extra burden to the already small number of ports maintainers that do an excellent job keeping powerpc* ports in shape. Since no regular package delivery for powerpc* existed and we are about to have them (with the new hardware that was acquired), it's the the perfect moment to discuss it.
Aug 16 2022
Aug 2 2022
Aug 1 2022
Jul 29 2022
Jul 28 2022
This change was reverted in a12eb9e4ae534557867d49803a1e28bfe519a207
Jul 8 2022
Jul 7 2022
Jul 6 2022
Thanks for the reviews!
Make -lm added to powerpcspe only
Jul 4 2022
Jul 1 2022
May 31 2022
May 6 2022
I like the idea! However I burned an DVD for a PowerBook G4 and I only see the regular disc icon.
What's your device model? (based on other sources your patch looks correct. Maybe my firmware is too old for this feature)
May 5 2022
May 3 2022
May 2 2022
@rmacklem, 'vfs.root.mountroot' is used as a kernel parameter to specify (or override) where is the root filesystem to be mounted and its partition type. It's usually something like "vfs.root.mountroot=ufs:/dev/da0s1a" if you use a local disk, or "vfs.root.mountroot=nfs:192.168.0.1:/tftpboot/root" if using nfs.
use strncmp instead of strstr in order to match only the beginning of the string
Apr 29 2022
Apr 7 2022
Apr 1 2022
Mar 25 2022
Hi @imp, are you ok with current patch?
Mar 24 2022
Mar 21 2022
style