| 5ea3094e | 13-Jun-2022 |
Brooks Davis <[email protected]> |
amd64: -m32 support for machine/md_var.h
Install the i386 md_var.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a mostly kernel-only header required by procstat's ZFS s
amd64: -m32 support for machine/md_var.h
Install the i386 md_var.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a mostly kernel-only header required by procstat's ZFS support. It is pulled in by the i386 machine/counter.h.
Reviewed by: jhb, imp
show more ...
|
| 8dc3fdfe | 13-Jun-2022 |
Brooks Davis <[email protected]> |
amd64: -m32 support for machine/counter.h
Install the i386 counter.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a kernel-only header required by procstat's ZFS suppor
amd64: -m32 support for machine/counter.h
Install the i386 counter.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a kernel-only header required by procstat's ZFS support.
Reviewed by: jhb, imp
show more ...
|
| 9f7588dd | 13-Jun-2022 |
Brooks Davis <[email protected]> |
amd64: -m32 support for machine/pcpu_aux.h
Install the i386 pcpu_aux.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a kernel-only header that is required by procstat's
amd64: -m32 support for machine/pcpu_aux.h
Install the i386 pcpu_aux.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a kernel-only header that is required by procstat's ZFS support.
Reviewed by: jhb, imp
show more ...
|
| f6fada5e | 13-Jun-2022 |
Brooks Davis <[email protected]> |
amd64: -m32 support for machine/pcpu.h
Install the i386 pcpu.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a kernel-only header and should not be required, but procsta
amd64: -m32 support for machine/pcpu.h
Install the i386 pcpu.h under /usr/include/i386 on amd64 and include when targeting i386.
This is a kernel-only header and should not be required, but procstat's zfs support includes this with _KERNEL defined.
Reviewed by: jhb, imp
show more ...
|