History log of /freebsd-current/tools/tools/bootparttest/stub.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 6755788d 01-Aug-2017 Enji Cooper <ngie@FreeBSD.org>

Fix up r321849

pager_output should return 0 if no more output needs to be paged; non-zero
otherwise.

MFC after: 1 week
MFC with: r321849
Reported by: avg


# 7e299eac 31-Jul-2017 Enji Cooper <ngie@FreeBSD.org>

Fix the return type for pager_output(..) in bootparttest and zfsboottest

pager_output(..) has always returned int. For some reason (probably the
clang 5.0 update), this mismatch now results in an error with CC=clang.

MFC after: 1 week


# 4118113f 05-Oct-2014 Andrey V. Elsukov <ae@FreeBSD.org>

Rework bootparttest to use more code from sys/boot.
Use disk_open() call to emulate loader behavior.