freebsd-dev/lib/libbe
Kyle Evans 5e6a7bc6c1 libbe: lift the WARNS post-OpenZFS merge
sys/ccompile.h no longer uses #pragma ident, so we no longer need to worry
about unknown pragmas.

I fixed one WARNS issue in r363409 by annotating be_is_auto_snapshot_name's
lbh parameter __unused, then upstreamed the following changes to OpenZFS
that rode in with the merge:
- zfs_path_to_zhandle now takes a const char *path rather than a char *path,
  since it won't be mutating the string it receives and I had no reason to
  believe it will need to in the future. [OpenZFS PR #10605]
- Annotated some unused parameters on definitions inlined into headers as
  such. [OpenZFS PR #10606]
2020-08-25 18:16:40 +00:00
..
tests Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
be_access.c Drop "All Rights Reserved" from all libbe/bectl files 2020-01-24 02:18:09 +00:00
be_error.c Drop "All Rights Reserved" from all libbe/bectl files 2020-01-24 02:18:09 +00:00
be_impl.h Drop "All Rights Reserved" from all libbe/bectl files 2020-01-24 02:18:09 +00:00
be_info.c Drop "All Rights Reserved" from all libbe/bectl files 2020-01-24 02:18:09 +00:00
be.c Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
be.h Drop "All Rights Reserved" from all libbe/bectl files 2020-01-24 02:18:09 +00:00
libbe.3 Drop "All Rights Reserved" from all libbe/bectl files 2020-01-24 02:18:09 +00:00
Makefile libbe: lift the WARNS post-OpenZFS merge 2020-08-25 18:16:40 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00