Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts. | Edward Tomasz Napierala | 2020-11-04 | 1 | -0/+167 |
* | Make linux_errtbl[] static. | Edward Tomasz Napierala | 2020-11-03 | 1 | -1/+1 |
* | Add defines for Linux errno values and use them to make linux_errtbl[] | Edward Tomasz Napierala | 2020-10-29 | 1 | -97/+100 |
* | Make linux_errtbl a bit more readable by using named initializers. | Edward Tomasz Napierala | 2020-10-28 | 1 | -98/+108 |
* | Create new EINTEGRITY error with message "Integrity check failed". | Kirk McKusick | 2019-01-17 | 1 | -1/+2 |
* | Map FreeBSD EDOOFUS to Linux EINVAL | Ed Maste | 2018-04-23 | 1 | -1/+1 |
* | Share Linux errno table with libsysdecode | Ed Maste | 2018-03-22 | 1 | -0/+148 |