Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/arch/i386/gen/resumecontext.S
RevisionDateAuthorComments
 1.9  03-May-2025  riastradh libc/i386: Omit needless __PIC__ conditionals.

No binary change.

PR lib/59391: unnecessary __PIC__ conditionals clutter .S files
 1.8  23-May-2014  uebayasi branches: 1.8.36;
Put missing END() markers to set ELF symbol size.
 1.7  12-Sep-2013  joerg branches: 1.7.2;
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.
 1.6  28-Apr-2008  martin branches: 1.6.4; 1.6.8; 1.6.28;
Remove clause 3 and 4 from TNF licenses
 1.5  08-Nov-2006  drochner branches: 1.5.16;
-check for a NULL uc_link before calling setcontext(2); do a real exit(3)
instead with exit handlers and all that
-If setcontext(2) returns (which it shouldn't), do an _exit(-1) rather
than relying on a sensible return value to use as exit code. Makes
it less likely that an ucontext corruption goes unnoticed.
 1.4  26-Jan-2003  kleink Update stack frame allocation for XMM state having been added to
mcontext_t; spotted by Frank van der Linden.
While here, also align the on-stack ucontext as required.
 1.3  26-Jan-2003  fvdl Fix comment that wasn't closed because of a typo (but harmless, since followed
by another comment).
 1.2  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.1  05-Mar-2001  nathanw branches: 1.1.2;
file resumecontext.S was initially added on branch nathanw_sa.
 1.1.2.1  05-Mar-2001  nathanw User-level support for LWPs and scheduler activations.
SVR4-style ucontext code by Klaus Klein.
 1.5.16.1  18-May-2008  yamt sync with head.
 1.6.28.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.8.2  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.6.8.1  28-Apr-2008  martin file resumecontext.S was added on branch christos-time_t on 2008-04-28 20:22:57 +0000
 1.6.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.2.1  10-Aug-2014  tls Rebase.
 1.8.36.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed