History log of /openbsd-current/lib/libc/gen/errlist.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.19 05-Sep-2017 jsg

Add additional errno values required by POSIX.

ok jca@ kettenis@ deraadt@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.18 24-Oct-2015 bluhm

Unify all the errno names in
- include comment
- libc errlist
- nls C msg
- man page
OK tedu@


# 1.17 19-Sep-2015 guenther

Don't wrap initialized variables: binutils appears to be mishandling them
on arm and m88k

problems with optind observed by jsg@


# 1.16 06-Sep-2015 guenther

Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame
to eliminate duplicate copies of the tables and get direct access internally

ok kettenis@ deraadt@


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.15 16-Mar-2014 guenther

lint is dead (long live the lint!), so stop using it as a cpp conditional
(namespace pollution!) or talking about its opinion on code.

ok krw@


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.14 24-Nov-2009 guenther

Change ENOTSUP's strerror() to "Not supported"
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


# 1.13 26-Oct-2009 jasper

add ENOTSUP and bump libc minor

discussed with a few
ok deraadt@


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.12 03-Sep-2007 millert

Add ENOMSG and EIDRM; from jsg@


Revision tags: OPENBSD_4_2_BASE
# 1.11 21-May-2007 jasper

Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversion
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@


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.10 04-Aug-2006 beck

Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs
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@


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.9 08-Aug-2005 espie

zap remaining rcsid.

Kill old files that are no longer compiled.

okay theo


# 1.8 17-Jun-2005 espie

next citrus step.

reviewed by millert, otto, kevlo, naddy, kettenis...
libc+libstdc++ bump


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.7 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.6 01-Jul-2002 pjanzen

Disc -> Disk for EDQUOT; now the error and log messages that appear when
quotas are exceeded are consistent. deraadt@ ok


# 1.5 01-May-2002 drahn

Sync EA with FreeBSD, mostly addition of new ENOATTR errno.
ok millert@, art@


# 1.4 30-Apr-2002 drahn

Some errno entries were not documented or added to _sys_errlist[] when
they were added to errno.h. Add the missing entries. ok millert@


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.3 15-Sep-1996 tholo

Remove dead code
Remove unused variables
Silence some warnings
lint(1) is your friend


# 1.2 19-Aug-1996 tholo

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision