aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/arch/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Warner Losh2020-02-271-92/+0
| | | | | | | Submitted by: kib@ (libthr) Notes: svn path=/head/; revision=358364
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326219
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-121-6/+6
| | | | | | | in order to avoid a clash in the net80211 code. Notes: svn path=/head/; revision=253266
* ImplementMarius Strobl2011-08-061-5/+30
| | | | | | | | | Reviewed by: marcel Approved by: re (kib) MFC after: 1 week Notes: svn path=/head/; revision=224685
* libc_r_* library is no more required, so just axe it.Attilio Rao2009-03-051-41/+0
| | | | | | | | Approved by: marcel, emaste Sponsored by: Sandvine Incorporated Notes: svn path=/head/; revision=189416
* Cleanup for WARNS 6.Marcel Moolenaar2008-08-061-5/+5
| | | | Notes: svn path=/head/; revision=181341
* Cleanup for WARNS 3.Marcel Moolenaar2008-07-311-0/+3
| | | | Notes: svn path=/head/; revision=181059
* Correct the mess I made by committing from the wrong tree. MostMarcel Moolenaar2004-07-181-6/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=132360
* Add missing #includes so that this can compile. Obtained from the i386 version.Scott Long2004-07-181-0/+7
| | | | Notes: svn path=/head/; revision=132351
* Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,Marcel Moolenaar2004-07-182-0/+100
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 Notes: svn path=/head/; revision=132332