freebsd-dev/cddl/lib/libdtrace
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
..
errno.d Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
io.d Updates and enhancements to io.d to aid DTrace scripting 2018-02-24 17:13:15 +00:00
ip.d Add a dtrace provider for UDP-Lite. 2018-07-31 22:56:03 +00:00
libproc_compat.h Use tabs in io.d, fix alignment issues, remove extraneous newlines 2018-02-12 23:53:38 +00:00
Makefile Add support for send, receive and state-change DTrace providers for 2018-08-22 21:23:32 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
net.d
nfs.d - Use an explicit "depends_on module kernel" guard in DTrace libraries that 2015-08-07 19:56:22 +00:00
nfssrv.d - Use an explicit "depends_on module kernel" guard in DTrace libraries that 2015-08-07 19:56:22 +00:00
psinfo.d Use tabs in io.d, fix alignment issues, remove extraneous newlines 2018-02-12 23:53:38 +00:00
regs_x86.d Use tabs in io.d, fix alignment issues, remove extraneous newlines 2018-02-12 23:53:38 +00:00
sched.d Use tabs in io.d, fix alignment issues, remove extraneous newlines 2018-02-12 23:53:38 +00:00
sctp.d Add support for send, receive and state-change DTrace providers for 2018-08-22 21:23:32 +00:00
siftr.d - Use an explicit "depends_on module kernel" guard in DTrace libraries that 2015-08-07 19:56:22 +00:00
signal.d Consistent casing for fallback SIGCHLD (s/Unknown/unknown/) 2018-02-26 00:04:21 +00:00
socket.d Add D definitions for the named values in socket.h 2017-09-07 03:05:16 +00:00
tcp.d Add support for TCP state names used by Solaris. 2018-07-14 17:12:04 +00:00
udp.d The IP, TCP, and UDP provider report IP addresses as strings. 2018-06-18 18:35:29 +00:00
udplite.d Add a dtrace provider for UDP-Lite. 2018-07-31 22:56:03 +00:00
unistd.d