aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_errno.inc
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.Edward Tomasz Napierala2020-11-041-0/+167
* Make linux_errtbl[] static.Edward Tomasz Napierala2020-11-031-1/+1
* Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala2020-10-291-97/+100
* Make linux_errtbl a bit more readable by using named initializers.Edward Tomasz Napierala2020-10-281-98/+108
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-171-1/+2
* Map FreeBSD EDOOFUS to Linux EINVALEd Maste2018-04-231-1/+1
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-0/+148