summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add additional errno values required by POSIX.jsg2017-09-051-1/+5
* Unify all the errno names inbluhm2015-10-241-2/+2
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-2/+4
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-3/+10
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-7/+2
* Change ENOTSUP's strerror() to "Not supported"guenther2009-11-241-2/+2
* add ENOTSUP and bump libc minorjasper2009-10-261-1/+2
* Add ENOMSG and EIDRM; from jsg@millert2007-09-031-1/+3
* Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversionjasper2007-05-211-1/+4
* Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsbeck2006-08-041-1/+3
* zap remaining rcsid.espie2005-08-081-4/+1
* next citrus step.espie2005-06-171-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Disc -> Disk for EDQUOT; now the error and log messages that appear whenpjanzen2002-07-011-2/+2
* Sync EA with FreeBSD, mostly addition of new ENOATTR errno.drahn2002-05-011-1/+2
* Some errno entries were not documented or added to _sys_errlist[] whendrahn2002-04-301-1/+4
* Remove dead codetholo1996-09-151-2/+7
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+144