History log of /freebsd-11.0-release/lib/libstand/powerpc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


279798 09-Mar-2015 nwhitehorn

Fix loader on PowerPC following r279784. It turns out that, due to .PATH
confusion, the _setjmp.S in libstand was never being used and was instead
being shadowed by the libc version. Since the libc version now uses FPRs,
it caused loader to crash.


261591 07-Feb-2014 nwhitehorn

Make libstand setjmp work for both 64- and 32-bit ABIs.


68544 10-Nov-2000 benno

Make setjmp work our way, as opposed to NetBSD's.

This file needs commenting still.

Submitted by: luoqi
Reviewed by: obrien


66928 10-Oct-2000 obrien

Fix the embeded VCS ID for FreeBSD vs. NetBSD.


66926 10-Oct-2000 obrien

Architecture-specific setjump()/longjmp() bits for the PowerPC
needed by the loader.

Submitted by: Benno Rice <benno@jeamland.net>
Obtained from: NetBSD (Wolfgang Solfrank <ws@@tools.de>)