Searched hist:"68160 fbd1f1f727173932ae6189ca7b5f7ebe68c" (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/libsa/ |
H A D | ext2fs.c | diff 68160fbd1f1f727173932ae6189ca7b5f7ebe68c Tue Feb 28 00:19:54 CET 2023 Alfonso <gfunni234@gmail.com> stand: Minor cleanup
Replace a cast '0' for a null pointers with NULL Replace a 'goto loop' with a do-while loop in ufs and ext2fs. Cast cp pointer to uintptr_t to test to see if it's aligned rather than long.
[ minor tweaks based on my & hps' review, reworded commit message ] Reviewed by: imp, hps Pull Request: https://github.com/freebsd/freebsd-src/pull/547
|
H A D | in_cksum.c | diff 68160fbd1f1f727173932ae6189ca7b5f7ebe68c Tue Feb 28 00:19:54 CET 2023 Alfonso <gfunni234@gmail.com> stand: Minor cleanup
Replace a cast '0' for a null pointers with NULL Replace a 'goto loop' with a do-while loop in ufs and ext2fs. Cast cp pointer to uintptr_t to test to see if it's aligned rather than long.
[ minor tweaks based on my & hps' review, reworded commit message ] Reviewed by: imp, hps Pull Request: https://github.com/freebsd/freebsd-src/pull/547
|
H A D | ufs.c | diff 68160fbd1f1f727173932ae6189ca7b5f7ebe68c Tue Feb 28 00:19:54 CET 2023 Alfonso <gfunni234@gmail.com> stand: Minor cleanup
Replace a cast '0' for a null pointers with NULL Replace a 'goto loop' with a do-while loop in ufs and ext2fs. Cast cp pointer to uintptr_t to test to see if it's aligned rather than long.
[ minor tweaks based on my & hps' review, reworded commit message ] Reviewed by: imp, hps Pull Request: https://github.com/freebsd/freebsd-src/pull/547
|