History log of /freebsd-9.3-release/lib/libthread_db/arch/sparc64/libpthread_md.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 254157 09-Aug-2013 marius

MFC: r253266

Prefix the alias macros for members of struct __mcontext with an underscore
in order to avoid a clash in the net80211 code.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 224685 06-Aug-2011 marius

Implement

Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week


# 181341 06-Aug-2008 marcel

Cleanup for WARNS 6.


# 181059 31-Jul-2008 marcel

Cleanup for WARNS 3.


# 132360 18-Jul-2004 marcel

Correct the mess I made by committing from the wrong tree. Most
notably, this restores some of the contents in thread_db.h as well
as David Xu's copyright notice. This also fixes the includes in
the MD libpthread files which Scott tried to provide a quick fix
for.

Pointy hat: marcel


# 132351 18-Jul-2004 scottl

Add missing #includes so that this can compile. Obtained from the i386 version.


# 132332 18-Jul-2004 marcel

Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,
i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for
libpthread.

Restructure the source files to avoid unnecessary use of subdirectories
that also force us to use non-portable compilation flags to deal with
the uncommon compilation requirements (building archive libraries for
linkage into a shared library).

The libpthread support has been copied from the original local and
cleaned-up to make them WARNS=2 clean.
that also force us to use non-portable compilation flags to deal with
the uncommon compilation requirements (building archive libraries for
linkage into a shared library).

The libpthread support has been copied from the original local and
cleaned-up to make them WARNS=2 clean.

Tested on: amd64, i386, ia64