aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/errno.c
Commit message (Expand)AuthorAgeFilesLines
* Make linux_errtbl[] static.Edward Tomasz Napierala2020-11-031-1/+0
* Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala2020-10-291-0/+1
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* libsysdecode: support errno and syscalls for arm64 LinuxEd Maste2018-04-261-3/+3
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-22/+5
* Chase r331057 in libsysdecode erno tableEd Maste2018-03-161-3/+3
* libsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32.Ed Schouten2017-12-161-6/+2
* Sync bsd_to_linux_errno[] table with i386 and amd64 tables in the sys directory.Fedor Uporov2017-11-281-1/+1
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-0/+3
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-1/+1
* Add handling for non-native error values to libsysdecode.John Baldwin2016-02-231-0/+209