History log of /freebsd-10.2-release/lib/libc/sparc64/sys/sigaction1.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 279258 24-Feb-2015 marius

MFC: r278870

Unbreak sparc64 after r276630 (MFCed to stable/10 in r277317) by calling
__sparc_sigtramp_setup signal trampoline as part of the MD __sys_sigaction
again.

Submitted by: kib (initial versions)


# 278870 16-Feb-2015 marius

Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal
trampoline as part of the MD __sys_sigaction again.

Submitted by: kib (initial versions)
MFC after: 3 days


# 102899 03-Sep-2002 jake

Install the userland signal trampoline when sigaction is first called,
instead of on startup. This fixes binary compatibility of dynamically
linked binaries from before the signal code move.

Suggested by: wollman (a long time ago)