| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Submitted by: kib@ (libthr)
Notes:
svn path=/head/; revision=358364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
machine/regnum.h ends up being included by sys/procfs.h and sys/ptrace.h via
machine/reg.h. Many of the regnum definitions are too short and too generic
to be exposing to any userland application including one of these two
headers. Moreover, these actively cause build failures in googletest
(template <typename T1 ...> expanding to template <typename 9 ...>).
Hide the definitions behind _KERNEL or _WANT_MIPS_REGNUM, and patch all of
the userland consumers to define as needed.
Discussed with: imp, jhb
Reviewed by: imp, jhb
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D21330
Notes:
svn path=/head/; revision=351409
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=337129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 3-Clause license.
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.
Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
Notes:
svn path=/head/; revision=326025
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We don't have enouch space to store full VFP context within mcontext
stucture. Due to this:
- follow i386/amd64 way and store VFP state outside of the mcontext_t
but point to it. Use the size of VFP state structure as an 'magic'
indicator of the saved VFP state presence.
- teach set_mcontext() about this external storage.
- for signal delivery, store VFP state to expanded 'struct sigframe'.
Submited by: Andrew Gierth (initial version)
PR: 217611
MFC after: 2 weeks
Notes:
svn path=/head/; revision=315974
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- in mcontext_t, rename newer used 'union __vfp' to equaly sized 'mc_spare'.
Space allocated by 'union __vfp' is too small and cannot hold full
VFP context.
- move structures defined in fp.h to more appropriate headers.
- remove all unused VFP structures.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=315900
|
|
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision: https://reviews.freebsd.org/D5064
Notes:
svn path=/head/; revision=294908
|
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2184
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=280952
|
|
|
|
|
|
|
| |
a -Wcast-qual warning from clang 3.6.0.
Notes:
svn path=/head/; revision=277801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in comments and documentation
This excludes:
o Everything under contrib/
o Everything under crypto/
o sys/xen/interface
o sys/sys/elf_common.h
Discussed at: BSDcan
Notes:
svn path=/head/; revision=268351
|
|
|
|
|
|
|
| |
the union over one of its members.
Notes:
svn path=/head/; revision=254450
|
|
|
|
|
|
|
| |
in order to avoid a clash in the net80211 code.
Notes:
svn path=/head/; revision=253266
|
|
|
|
|
|
|
|
|
| |
Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week
Notes:
svn path=/head/; revision=224685
|
|
|
|
|
|
|
|
|
|
|
| |
the FPU state.
Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week
Notes:
svn path=/head/; revision=224684
|
|
|
|
|
|
|
| |
code made obsolete in the same commit.
Notes:
svn path=/head/; revision=211934
|
|
|
|
| |
Notes:
svn path=/head/; revision=209880
|
|
|
|
|
|
|
|
| |
Approved by: marcel, emaste
Sponsored by: Sandvine Incorporated
Notes:
svn path=/head/; revision=189416
|
|
|
|
|
|
|
| |
Obtained from: Juniper Networks
Notes:
svn path=/head/; revision=182372
|
|
|
|
| |
Notes:
svn path=/head/; revision=181341
|
|
|
|
| |
Notes:
svn path=/head/; revision=181059
|
|
|
|
| |
Notes:
svn path=/head/; revision=181044
|
|
|
|
| |
Notes:
svn path=/head/; revision=173703
|
|
|
|
| |
Notes:
svn path=/head/; revision=169985
|
|
|
|
| |
Notes:
svn path=/head/; revision=169187
|
|
|
|
| |
Notes:
svn path=/head/; revision=161547
|
|
|
|
|
|
|
| |
which means that we also have <thread_db.h>.
Notes:
svn path=/head/; revision=160971
|
|
|
|
|
|
|
|
|
|
| |
SSE (or its successors).
Reviewed by: marcel, davidxu
MFC After: 2 weeks
Notes:
svn path=/head/; revision=146818
|
|
|
|
| |
Notes:
svn path=/head/; revision=132950
|
|
|
|
|
|
|
|
| |
array of one element of type struct reg. Change the argument to
libc_r_md_getgregs() accordingly.
Notes:
svn path=/head/; revision=132409
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
up now, but it appears to be the same problem and solution as sparc64.
Notes:
svn path=/head/; revision=132352
|
|
|
|
| |
Notes:
svn path=/head/; revision=132351
|
|
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
|