History log of /freebsd-current/lib/libc/nls/C.msg
Revision Date Author Comments
# ae992a33 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line catalog

Remove /^\s*\$\s*\$FreeBSD\$$\n/


# 88640c0e 16-Jan-2019 Kirk McKusick <mckusick@FreeBSD.org>

Create new EINTEGRITY error with message "Integrity check failed".

An integrity check such as a check-hash or a cross-correlation failed.
The integrity error falls between EINVAL that identifies errors in
parameters to a system call and EIO that identifies errors with the
underlying storage media. EINTEGRITY is typically raised by intermediate
kernel layers such as a filesystem or an in-kernel GEOM subsystem when
they detect inconsistencies. Uses include allowing the mount(8) command
to return a different exit value to automate the running of fsck(8)
during a system boot.

These changes make no use of the new error, they just add it. Later
commits will be made for the use of the new error number and it will
be added to additional manual pages as appropriate.

Reviewed by: gnn, dim, brueffer, imp
Discussed with: kib, cem, emaste, ed, jilles
Differential Revision: https://reviews.freebsd.org/D18765


# e0906c9a 04-May-2013 Sergey Kandaurov <pluknet@FreeBSD.org>

POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.


# c951cd46 03-May-2013 Sergey Kandaurov <pluknet@FreeBSD.org>

Add entry for errno ECAPMODE.

MFC after: 3 days


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# b119cf74 22-Nov-2009 Hajimu UMEMOTO <ume@FreeBSD.org>

MFC r199083: Add NLS catalogs support to gai_strerror(3).
Controlled by NLS define.


# 0d384326 08-Nov-2009 Hajimu UMEMOTO <ume@FreeBSD.org>

Add NLS catalogs support to gai_strerror(3).
Controlled by NLS define.


# 8c8ee3d3 13-Oct-2009 Robert Watson <rwatson@FreeBSD.org>

Add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP,
ENOLINK, EPROTO, ENOTCAPABLE.

Submitted by: Alan R. S. Bueno <alan.bsd at gmail.com>
MFC after: 3 days (most)


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# c51d4743 27-Feb-2005 Alexey Zelkin <phantom@FreeBSD.org>

Add template NLS catalog for strerror(), strerror_r() and strsignal()
localization support