freebsd-dev/lib/libc/ia64
Marcel Moolenaar 122dd01309 o Fix _longjmp() to return 1 when the return value is given as 0.
o  Remove the unwanted smartness in _longjmp() where it compares
   the current ar.bspstore with the saved ar.bspstore and restores
   ar.rnat based on it. This either avoids saving ar.rnat in the
   jmp_buf or is the consequence of not saving ar.rnat. All this
   complexity breaks libc_r where we use longjmp() to switch to
   different threads and the current ar.bspstore has no relation
   to the saved ar.bspstore. Thus: we save ar.rnat in setjmp()
   and simply restore ar.bspstore and ar.rnat in longjmp().

This code needs a cleanup.
2002-11-14 06:40:23 +00:00
..
gen o Fix _longjmp() to return 1 when the return value is given as 0. 2002-11-14 06:40:23 +00:00
net o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
stdlib
string Fix a few more dependancy violations. 2001-10-22 08:48:11 +00:00
sys We cannot use an alloc with only inputs and/or locals. The kernel 2002-08-23 03:47:50 +00:00
Makefile.inc Correct a comment. 2001-03-05 10:00:57 +00:00
SYS.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00