summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_errno.inc
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-04Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.Edward Tomasz Napierala
2020-11-03Make linux_errtbl[] static.Edward Tomasz Napierala
2020-10-29Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala
2020-10-28Make linux_errtbl a bit more readable by using named initializers.Edward Tomasz Napierala
2019-01-17Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick
2018-04-23Map FreeBSD EDOOFUS to Linux EINVALEd Maste
2018-03-22Share Linux errno table with libsysdecodeEd Maste