<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/alpha/gen/setjmp.S, branch release/4.9.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-11-13T06:08:44Z</updated>
<entry>
<title>fix libc_r on alpha: sigaltstack is no longer wrapped.</title>
<updated>2002-11-13T06:08:44Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2002-11-13T06:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a3f6938763874f3a790c4bc51f6f720ee1eed3a'/>
<id>urn:sha1:0a3f6938763874f3a790c4bc51f6f720ee1eed3a</id>
<content type='text'>
Reported by:	Ted Lindgreen
Tested by:	Ted Lindgreen
</content>
</entry>
<entry>
<title>MFC: Save and restore t12 in the jmp_buf.  t12 is used during function</title>
<updated>2001-12-30T19:52:20Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2001-12-30T19:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d6a2d0bad9ce3e62f40f5313bfb0f4dfc2d459d'/>
<id>urn:sha1:4d6a2d0bad9ce3e62f40f5313bfb0f4dfc2d459d</id>
<content type='text'>
     calls.  This is needed to allow libc_r to create and switch to
     different thread contexts.

Approved by:	re (robert)
</content>
</entry>
<entry>
<title>Change sigreturn from a protected syscall to a normal syscall.  When</title>
<updated>2001-12-10T03:44:57Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2001-12-10T03:44:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a103550ffedfb35343c58e36360a1c7156457097'/>
<id>urn:sha1:a103550ffedfb35343c58e36360a1c7156457097</id>
<content type='text'>
the wrapping for sigreturn in libc_r was removed, the alpha bits for
libc were overlooked and still had a reference to the wrapped version
of sigreturn (_thread_sys_sigreturn).  libc_r has been totally broken
for alpha since then.

This change does not apply to -current.

Reported by:		Bernd Walter &lt;ticso@cicely8.cicely.de&gt;
</content>
</entry>
<entry>
<title>Remove unnecessary alternate entry points for *setjmp().  Make the main</title>
<updated>2000-01-20T21:58:27Z</updated>
<author>
<name>Jason Evans</name>
<email>jasone@FreeBSD.org</email>
</author>
<published>2000-01-20T21:58:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bafd6b2f76534972a79463e3cace6f52a2c7624b'/>
<id>urn:sha1:bafd6b2f76534972a79463e3cace6f52a2c7624b</id>
<content type='text'>
entry point the standard name when not compiling libc_r (for example,
longjmp is the main entry point instead of __longjmp).

Suggested by:	bde
</content>
</entry>
<entry>
<title>Make minor entry point changes to support libc_r.</title>
<updated>2000-01-19T07:01:40Z</updated>
<author>
<name>Jason Evans</name>
<email>jasone@FreeBSD.org</email>
</author>
<published>2000-01-19T07:01:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c12990b99e0a50adad4fb4691b64378de2f1b12'/>
<id>urn:sha1:1c12990b99e0a50adad4fb4691b64378de2f1b12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add three-tier symbol naming in support of POSIX thread cancellation</title>
<updated>2000-01-12T09:23:48Z</updated>
<author>
<name>Jason Evans</name>
<email>jasone@FreeBSD.org</email>
</author>
<published>2000-01-12T09:23:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=929273386f6e688c008b15fd24932df2ed7e7172'/>
<id>urn:sha1:929273386f6e688c008b15fd24932df2ed7e7172</id>
<content type='text'>
points.  For library functions, the pattern is __sleep() &lt;--
_libc_sleep() &lt;-- sleep().  The arrows represent weak aliases.  For
system calls, the pattern is _read() &lt;-- _libc_read() &lt;-- read().
</content>
</entry>
<entry>
<title>In longjmp, call sigreturn instead of osigreturn.  The latter isn't</title>
<updated>1999-10-14T01:16:51Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-10-14T01:16:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bdf5faebaf76292b1188897a6ab978f823203464'/>
<id>urn:sha1:bdf5faebaf76292b1188897a6ab978f823203464</id>
<content type='text'>
visible from userland any more.

Reviewed by:	luoqi
</content>
</entry>
<entry>
<title>Fix misspelling of the "addq" opcode.</title>
<updated>1999-09-29T21:10:25Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-09-29T21:10:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e05d1ffe1885dec89987f5ae29b1a16da4e45a42'/>
<id>urn:sha1:e05d1ffe1885dec89987f5ae29b1a16da4e45a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sigset_t change (part 5 of 5)</title>
<updated>1999-09-29T15:18:46Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-09-29T15:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3cf3c5d9ddb2edd1033c0b8e612096b8b35b3bb4'/>
<id>urn:sha1:3cf3c5d9ddb2edd1033c0b8e612096b8b35b3bb4</id>
<content type='text'>
-----------------------------

Most of the userland changes are in libc. For both the alpha
and the i386 setjmp has been changed to accomodate for the
new sigset_t. Internally, libc is mostly rewritten to use the
new syscalls. The exception is in compat-43/sigcompat.c

The POSIX thread library has also been rewritten to use the
new sigset_t. Except, that it currently only handles NSIG
signals instead of the maximum _SIG_MAXSIG. This should not
be a problem because current applications don't use any
signals higher than NSIG.

There are version bumps for the following libraries:
  libdialog
  libreadline
  libc
  libc_r
  libedit
  libftpio
  libss

These libraries either a) have one of the modified structures
visible in the interface, or b) use sigset_t internally and
may cause breakage if new binaries are used against libraries
that don't have the sigset_t change. This not an immediate
issue, but will be as soon as applications start using the
new range to its fullest.

NOTE: libncurses already had an version bump and has not been
      given one now.

NOTE: doscmd is a real casualty and has been disconnected for
      the moment. Reconnection will eventually happen after
      doscmd has been fixed. I'm aware that being the last one
      to touch it, I'm automaticly promoted to being maintainer.
      According to good taste this means that I will receive a
      badge which either will be glued or mechanically stapled,
      drilled or otherwise violently forced onto me :-)

NOTE: pcvt/vttest cannot be compiled with -traditional. The
      change cause sys/types to be included along the way which
      contains the const and volatile modifiers. I don't consider
      this a solution, but more a workaround.
</content>
</entry>
<entry>
<title>CALL -&gt; PCALL for sigaltstack for libc_r.</title>
<updated>1998-12-10T20:36:24Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-12-10T20:36:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6776b7488913910a664b20fff67b402664eb4ad'/>
<id>urn:sha1:b6776b7488913910a664b20fff67b402664eb4ad</id>
<content type='text'>
</content>
</entry>
</feed>
