History log of /freebsd-11.0-release/lib/libc/Versions.def
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 304592 22-Aug-2016 kib

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

MFC r303795:
Add __cxa_thread_atexit(3) API implementation.

Approved by: re (gjb, bdrewery (?))


# 304592 22-Aug-2016 kib

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

MFC r303795:
Add __cxa_thread_atexit(3) API implementation.

Approved by: re (gjb, bdrewery (?))

# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 264082 03-Apr-2014 theraven

Fix the inheritance of the FBSDprivate_1.0 namespace.


# 264070 03-Apr-2014 theraven

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


# 226217 10-Oct-2011 das

Add a FBSD_1.3 namespace for FreeBSD 10.


# 197163 13-Sep-2009 deischen

Bump our namespace version for 9.0.

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


# 178830 07-May-2008 kan

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


# 178803 06-May-2008 deischen

Add a comment stating not to bump the FBSDprivate version.

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


# 178782 05-May-2008 jhb

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


# 178756 04-May-2008 marcel

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


# 174595 14-Dec-2007 deischen

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


# 169096 29-Apr-2007 kan

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


# 169091 29-Apr-2007 deischen

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


# 156608 13-Mar-2006 deischen

Add symbol maps and initial symbol version definitions to libc.

Reviewed by: davidxu