summaryrefslogtreecommitdiff
path: root/lib/libc/gen/errlist.c
AgeCommit message (Expand)Author
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2015-10-24Unify all the errno names inAlexander Bluhm
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themPhilip Guenther
2015-09-06Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signamePhilip Guenther
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2009-11-24Change ENOTSUP's strerror() to "Not supported"Philip Guenthe
2009-10-26add ENOTSUP and bump libc minorJasper Lievisse Adriaanse
2007-09-03Add ENOMSG and EIDRM; from jsg@Todd C. Miller
2007-05-21Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversionJasper Lievisse Adriaanse
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
2005-08-08zap remaining rcsid.Marc Espie
2005-06-17next citrus step.Marc Espie
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-01Disc -> Disk for EDQUOT; now the error and log messages that appear whenPaul Janzen
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
2002-04-30Some errno entries were not documented or added to _sys_errlist[] whenDale Rahn
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt