summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_errno.c
AgeCommit message (Expand)Author
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2020-11-04Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.Edward Tomasz Napierala
2020-11-03Fix rookie mistake - it's nitems(), not sizeof().Edward Tomasz Napierala
2020-10-29Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala
2020-10-27Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala
2020-09-17Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala
2018-03-22Share Linux errno table with libsysdecodeEd Maste
2018-03-16linux_errno.c: add newer errno valuesEd Maste
2018-03-16Share a single bsd-linux errno table across MD consumersEd Maste