<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/compat/linux/linux_errno.inc, branch release/13.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-11-04T19:54:18Z</updated>
<entry>
<title>Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.</title>
<updated>2020-11-04T19:54:18Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2020-11-04T19:54:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2f927d87f9ae6d38e3afed15265189de97e0538e'/>
<id>urn:sha1:2f927d87f9ae6d38e3afed15265189de97e0538e</id>
<content type='text'>
This will be used by fuse(4).

Reviewed by:	asomers
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D26974
</content>
</entry>
<entry>
<title>Make linux_errtbl[] static.</title>
<updated>2020-11-03T19:12:33Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2020-11-03T19:12:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7abf30d339336cef02a293352e0a82181e75c2fb'/>
<id>urn:sha1:7abf30d339336cef02a293352e0a82181e75c2fb</id>
<content type='text'>
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27004
</content>
</entry>
<entry>
<title>Add defines for Linux errno values and use them to make linux_errtbl[]</title>
<updated>2020-10-29T14:23:52Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2020-10-29T14:23:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a8577fa68d68b14f6ccddd43d01436eb323151b'/>
<id>urn:sha1:1a8577fa68d68b14f6ccddd43d01436eb323151b</id>
<content type='text'>
more readable.  While here, add linux_check_errtbl() function to make
sure we don't leave holes.

No objections:	emaste (earlier version)
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D26972
</content>
</entry>
<entry>
<title>Make linux_errtbl a bit more readable by using named initializers.</title>
<updated>2020-10-28T14:16:08Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2020-10-28T14:16:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1701c69b6e381f5406968826ce4c8d524c76e3cf'/>
<id>urn:sha1:1701c69b6e381f5406968826ce4c8d524c76e3cf</id>
<content type='text'>
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D26970
</content>
</entry>
<entry>
<title>Create new EINTEGRITY error with message "Integrity check failed".</title>
<updated>2019-01-17T06:35:45Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2019-01-17T06:35:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=88640c0e8b6f503426cce9ea1337098c241d3801'/>
<id>urn:sha1:88640c0e8b6f503426cce9ea1337098c241d3801</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Map FreeBSD EDOOFUS to Linux EINVAL</title>
<updated>2018-04-23T18:33:26Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-04-23T18:33:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38be3127061c92eaf648f84be4042ba49484dcde'/>
<id>urn:sha1:38be3127061c92eaf648f84be4042ba49484dcde</id>
<content type='text'>
Previously EDOOFUS mapped to EBUSY.  EINVAL seems more appropriate.

Discussed with:	cem
MFC after:	1 week
Sponsored by:	Turing Robotic Industries Inc.
</content>
</entry>
<entry>
<title>Share Linux errno table with libsysdecode</title>
<updated>2018-03-22T12:58:49Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-03-22T12:58:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ac2776bbb79d5a653d62a1db6ae67cd8ddc909d'/>
<id>urn:sha1:1ac2776bbb79d5a653d62a1db6ae67cd8ddc909d</id>
<content type='text'>
Requested by:	jhb
Reviewed by:	jhb
Sponsored by:	Turing Robotic Industries Inc.
</content>
</entry>
</feed>
