freebsd-dev/lib/libc/sparc64/sys
Brooks Davis 87385baff6 Replace MD assembly exect() with a portable version.
Originally, on the VAX exect() enable tracing once the new executable
image was loaded.  This was possible because tracing was controllable
through user space code by setting the PSL_T flag.  The following
instruction is a system call that activated tracing (as all
instructions do) by copying PSL_T to PSL_TP (trace pending).  The
first instruction of the new executable image would trigger a trace
fault.

This is not portable to all platforms and the behavior was replaced with
ptrace(PT_TRACE_ME, ...) since FreeBSD forked off of the CSRG repository.
Platforms either incorrectly call execve(), trigger trace faults inside
the original executable, or do contain an implementation of this
function.

The exect() interfaces is deprecated or removed on NetBSD and OpenBSD.

Submitted by:	Ali Mashtizadeh <ali@mashtizadeh.com>
Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D14989
2018-04-12 18:23:14 +00:00
..
__sparc_sigtramp_setup.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_align.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_emul.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_fp_disabled.S
__sparc_utrap_gen.S
__sparc_utrap_install.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_private.h libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_setup.c o Let rtld(1) set up psABI user trap handlers prior to executing the 2018-02-03 23:14:11 +00:00
__sparc_utrap.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
assym.s
brk.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cerror.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
Makefile.inc Replace MD assembly exect() with a portable version. 2018-04-12 18:23:14 +00:00
sbrk.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sigaction1.S Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal 2015-02-16 22:13:03 +00:00
sigcode.S