summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add additional errno values required by POSIX.jsg2017-09-051-1/+5
| | | | ok jca@ kettenis@ deraadt@
* Unify all the errno names inbluhm2015-10-241-2/+2
| | | | | | | | - include comment - libc errlist - nls C msg - man page OK tedu@
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-2/+4
| | | | | | on arm and m88k problems with optind observed by jsg@
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-3/+10
| | | | | | to eliminate duplicate copies of the tables and get direct access internally ok kettenis@ deraadt@
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-7/+2
| | | | | | (namespace pollution!) or talking about its opinion on code. ok krw@
* Change ENOTSUP's strerror() to "Not supported"guenther2009-11-241-2/+2
| | | | | | | Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP ok millert@, mk@, go aheads from others who have other translations in the works
* add ENOTSUP and bump libc minorjasper2009-10-261-1/+2
| | | | | discussed with a few ok deraadt@
* 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
| | | | | | | | | | overflows, respectively. (EOVERFLOW from espie@) don't bump libc, as there are currently no functions that use them, but it doesn't hurt to have them around. as discussed with deraadt@, espie@, miod@ and otto@ ok deraadt@ espie@ miod@ otto@
* Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsbeck2006-08-041-1/+3
| | | | | | | | | | | when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* next citrus step.espie2005-06-171-1/+2
| | | | | reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Disc -> Disk for EDQUOT; now the error and log messages that appear whenpjanzen2002-07-011-2/+2
| | | | quotas are exceeded are consistent. deraadt@ ok
* Sync EA with FreeBSD, mostly addition of new ENOATTR errno.drahn2002-05-011-1/+2
| | | | ok millert@, art@
* Some errno entries were not documented or added to _sys_errlist[] whendrahn2002-04-301-1/+4
| | | | they were added to errno.h. Add the missing entries. ok millert@
* Remove dead codetholo1996-09-151-2/+7
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+144