[Bug 261349] Modernise hier(7)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 261349] Consider adding /usr/src/sys/compat to hier(7)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jan 2022 03:01:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261349
Graham Perrin <grahamperrin@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Consider adding |Modernise hier(7)
|/usr/src/sys/compat to |
|hier(7) |
--- Comment #1 from Graham Perrin <grahamperrin@gmail.com> ---
% pwd
/usr/src/sys/cddl
% bfs . -name "*fs*" -print
./boot/zfs
./boot/zfs/zfsimpl.h
./boot/zfs/skein_zfs.c
./boot/zfs/zfssubr.c
./compat/opensolaris/sys/cpuvar_defs.h
./compat/opensolaris/sys/vfs.h
./compat/opensolaris/sys/objfs.h
./compat/opensolaris/sys/refstr.h
./contrib/opensolaris/uts/common/sys/isa_defs.h
./contrib/opensolaris/uts/common/sys/sysevent/eventdefs.h
%
Whilst it's true that /usr/src/sys/cddl includes "CDDL-licensed optional
sources, including ZFS and DTrace", this does not help the reader to
contextualise OpenZFS in more modern FreeBSD.
% pwd
/usr/src/sys
% bfs . -name "openzfs" -print
./contrib/openzfs
% uclcmd get --file /boot/loader.conf zfs_load
"YES"
% uclcmd get --file /boot/loader.conf opensolaris_load
null
%
(That's null in my case, in a more normal case opensolaris_load would be NO.)
--
You are receiving this mail because:
You are on the CC list for the bug.