History log of /freebsd-current/lib/libc/Versions.def
Revision Date Author Comments
# 95a4709b 22-Sep-2023 Yuri Pankov <yuripv@FreeBSD.org>

Create namespace for the symbols added during 15-CURRENT cycle

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D41935


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 95950880 07-May-2023 Mariusz Zaborski <oshogbo@FreeBSD.org>

libc: document when the namespace was created

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D39989


# 8c3ea3f4 14-Jul-2021 Konstantin Belousov <kib@FreeBSD.org>

Create namespace for the symbols added during 14-CURRENT cycle.

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D31180


# 44748aa4 12-Nov-2018 Konstantin Belousov <kib@FreeBSD.org>

Create namespace for the symbols added during 13-CURRENT cycle.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week


# c3bbb3be 06-Aug-2016 Konstantin Belousov <kib@FreeBSD.org>

Create namespace for the symbols added during 12-CURRENT cycle.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks


# 4f0c494f 03-Apr-2014 David Chisnall <theraven@FreeBSD.org>

Fix the inheritance of the FBSDprivate_1.0 namespace.


# 4d1c5e03 03-Apr-2014 David Chisnall <theraven@FreeBSD.org>

Move _b functions into the 11.x symbol version namespace.


# 779ca8da 10-Oct-2011 David Schultz <das@FreeBSD.org>

Add a FBSD_1.3 namespace for FreeBSD 10.


# 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.


# 12e8008e 01-Nov-2009 Alan Cox <alc@FreeBSD.org>

MFC r197163
Add the FBSD_1.2 namespace.

Reminded by: kib


# e89666a9 13-Sep-2009 Daniel Eischen <deischen@FreeBSD.org>

Bump our namespace version for 9.0.

Add a comment about keeping the private namespace at the end of
the dependency chain.


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

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


# 5e29db42 07-May-2008 Alexander Kabaev <kan@FreeBSD.org>

Keep versions on a dependency chain to exclude even remote possiblity
of private version ever getting index 2.


# f3e9983e 05-May-2008 Daniel Eischen <deischen@FreeBSD.org>

Add a comment stating not to bump the FBSDprivate version.

Don't inherit the public namespace from the private namespace.


# 143b9461 05-May-2008 John Baldwin <jhb@FreeBSD.org>

Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors
as we aren't hiding FILE's internals anymore.


# 201e72e7 03-May-2008 Marcel Moolenaar <marcel@FreeBSD.org>

Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private
name space.


# 1aaf9d65 14-Dec-2007 Daniel Eischen <deischen@FreeBSD.org>

Increment the version namespace for 8.0-current. New symbols and
symbols whose ABI has changed should be added to FBSD_1.1.


# 15c09677 29-Apr-2007 Alexander Kabaev <kan@FreeBSD.org>

Make sure FBSDprivate_1.0 is located at the end of the version
inheritance chain.


# 8d3b75aa 29-Apr-2007 Daniel Eischen <deischen@FreeBSD.org>

Number the private version namespace in case we ever want to have
compatibility between versions (as we do for the public namespace).


# cce72e88 12-Mar-2006 Daniel Eischen <deischen@FreeBSD.org>

Add symbol maps and initial symbol version definitions to libc.

Reviewed by: davidxu