summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_errno.c
Commit message (Expand)AuthorAgeFilesLines
* Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.Edward Tomasz Napierala2020-11-041-0/+6
* Fix rookie mistake - it's nitems(), not sizeof().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-0/+14
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-271-1/+1
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-0/+15
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-147/+2
* linux_errno.c: add newer errno valuesEd Maste2018-03-161-2/+10
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-0/+143