freebsd-dev/cddl/lib
Kirk McKusick 88640c0e8b Create new EINTEGRITY error with message "Integrity check failed".
An integrity check such as a check-hash or a cross-correlation failed.
The integrity error falls between EINVAL that identifies errors in
parameters to a system call and EIO that identifies errors with the
underlying storage media. EINTEGRITY is typically raised by intermediate
kernel layers such as a filesystem or an in-kernel GEOM subsystem when
they detect inconsistencies. Uses include allowing the mount(8) command
to return a different exit value to automate the running of fsck(8)
during a system boot.

These changes make no use of the new error, they just add it. Later
commits will be made for the use of the new error number and it will
be added to additional manual pages as appropriate.

Reviewed by:    gnn, dim, brueffer, imp
Discussed with: kib, cem, emaste, ed, jilles
Differential Revision: https://reviews.freebsd.org/D18765
2019-01-17 06:35:45 +00:00
..
drti cddl: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:30:04 +00:00
libavl DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libctf DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libdtrace Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
libnvpair Use INCS for non-sys/ libnvpair and libzfs_core includes 2018-08-13 03:38:32 +00:00
libumem DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libuutil DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libzfs Do not blindly include illumos kernel headers instead of user-space. 2018-08-02 18:55:55 +00:00
libzfs_core Use INCS for non-sys/ libnvpair and libzfs_core includes 2018-08-13 03:38:32 +00:00
libzpool Make dnode definition uniform on !x86 2018-08-21 03:45:09 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
Makefile libbe(3): Move build goop back out of cddl/ 2018-08-18 03:20:59 +00:00
Makefile.inc Revert r284417 it is not necessary anymore 2015-06-15 19:28:07 +00:00