Page MenuHomeFreeBSD

vm: Convert boolean_t to bool
Needs ReviewPublic

Authored by minsoochoo0122_proton.me on Feb 3 2024, 11:26 PM.
Referenced Files
Unknown Object (File)
Fri, Apr 24, 6:48 PM
Unknown Object (File)
Sun, Apr 19, 7:42 AM
Unknown Object (File)
Sat, Apr 18, 11:17 PM
Unknown Object (File)
Apr 12 2026, 7:50 AM
Unknown Object (File)
Apr 6 2026, 9:07 PM
Unknown Object (File)
Apr 5 2026, 11:30 PM
Unknown Object (File)
Mar 7 2026, 6:46 PM
Unknown Object (File)
Mar 2 2026, 4:31 PM

Details

Reviewers
andrew
manu
Group Reviewers
Contributor Reviews (src)
Test Plan
$ make -j6 TARGET_ARCH=amd64 buildkernel && make -j6 TARGET_ARCH=amd64 buildkernel && make -j6 TARGET_ARCH=aarch64 buildkernel && make -j6 TARGET_ARCH=armv6 buildkernel && make -j6 TARGET_ARCH=armv7 buildkernel && make -j6 TARGET_ARCH=i386 buildkernel && make -j6 TARGET_ARCH=powerpc buildkernel && make -j6 TARGET_ARCH=powerpcspe buildkernel && make -j6 TARGET_ARCH=powerpc64 buildkernel && make -j6 TARGET_ARCH=powerpc64le buildkernel && make -j6 TARGET_ARCH=riscv64 buildkernel

Is there a way to build ALL_TARGETS for buildkernel/buildworld?

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55784
Build 52673: arc lint + arc unit